class QR::QRGroupBy

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : Nil | String, column : Nil | String) #

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

[View source]
def self.new #

[View source]

Instance Method Detail

def column : String | Nil #

[View source]
def column=(column : String | Nil) #

[View source]
def table : String | Nil #

[View source]
def table=(table : String | Nil) #

[View source]