class QR::QRLoadColnameValueOntoStack

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tablename : String, colname : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cached_column_indx : Int32 | Nil #

[View source]
def cached_column_indx=(cached_column_indx : Int32 | Nil) #

[View source]
def cached_table_indx : Int32 | Nil #

[View source]
def cached_table_indx=(cached_table_indx : Int32 | Nil) #

[View source]
def collect_aggr_funcs(collection : Array(AggrFuncInUse)) #

[View source]
def colname : String #

[View source]
def colname=(colname : String) #

[View source]
def tablename : String #

[View source]
def tablename=(tablename : String) #

[View source]
def tag_QRLoadColnameValueOntoStack : String #

[View source]
def tag_QRLoadColnameValueOntoStack=(tag_QRLoadColnameValueOntoStack : String) #

[View source]