class QR::QRWithRecur

Included Modules

Defined in:

pocketlib/qr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cte_tablename : String, first : Nil | QR::SubQuery, second : Nil | QR::SubQuery) #

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

[View source]

Instance Method Detail

def cte_tablename : String #

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

[View source]
def first : QR::SubQuery | Nil #

[View source]
def first=(first : QR::SubQuery | Nil) #

[View source]
def second : QR::SubQuery | Nil #

[View source]
def second=(second : QR::SubQuery | Nil) #

[View source]
def tag : String #

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

[View source]