class ResultSet
- ResultSet
- Reference
- Object
Defined in:
pocketlib/execute/resultset.crConstructors
- .new(tablenames : Array(String), colnames : Array(Array(String)), rows : Array(Array(Array(String))))
- .new(tablenames : Array(String), colnames : Array(Array(String)))
- .new
Instance Method Summary
- #colnames : Array(TableRow)
- #colnames=(colnames : Array(TableRow))
- #dump
-
#find_id_for_a_row(arow : OuterRow)
-
#get_a_pk_iter
- #get_an_OuterRow_template
- #isAggregation : Bool
- #isAggregation=(isAggregation : Bool)
- #isNumeric : Bool | Nil
- #isNumeric=(isNumeric : Bool | Nil)
-
#projection_as_json
-
#qr_delete_rows(rows_for_delete : Array(OuterRow))
-
#qr_update_row(id_row_to_update, row : OuterRow, colname : String, new_value)
- #rows : Array(ResultRow)
- #rows=(rows : Array(ResultRow))
-
#save_to_dir(dirpath : String)
- #tablenames : Array(String)
- #tablenames=(tablenames : Array(String))
- #to_num
-
#to_s(io : IO)
------------------------------------ def show to_show end ------------------------------------
- #value : String
- #value=(value : String)
Constructor Detail
def self.new(tablenames : Array(String), colnames : Array(Array(String)), rows : Array(Array(Array(String))))
#