class QR::QRWithRecur
- QR::QRWithRecur
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
pocketlib/qr.crConstructors
- .new(cte_tablename : String, first : Nil | QR::SubQuery, second : Nil | QR::SubQuery)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #cte_tablename : String
- #cte_tablename=(cte_tablename : String)
- #first : QR::SubQuery | Nil
- #first=(first : QR::SubQuery | Nil)
- #second : QR::SubQuery | Nil
- #second=(second : QR::SubQuery | Nil)
- #tag : String
- #tag=(tag : String)