class ResultSet

Defined in:

pocketlib/execute/resultset.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tablenames : Array(String), colnames : Array(Array(String)), rows : Array(Array(Array(String)))) #

[View source]
def self.new(tablenames : Array(String), colnames : Array(Array(String))) #

[View source]
def self.new #

[View source]

Instance Method Detail

def colnames : Array(TableRow) #

[View source]
def colnames=(colnames : Array(TableRow)) #

[View source]
def dump #

[View source]
def find_id_for_a_row(arow : OuterRow) #


[View source]
def get_a_pk_iter #


[View source]
def get_an_OuterRow_template #

[View source]
def isAggregation : Bool #

[View source]
def isAggregation=(isAggregation : Bool) #

[View source]
def isNumeric : Bool | Nil #

[View source]
def isNumeric=(isNumeric : Bool | Nil) #

[View source]
def projection_as_json #


[View source]
def qr_delete_rows(rows_for_delete : Array(OuterRow)) #


[View source]
def qr_update_row(id_row_to_update, row : OuterRow, colname : String, new_value) #


[View source]
def rows : Array(ResultRow) #

[View source]
def rows=(rows : Array(ResultRow)) #

[View source]
def save_to_dir(dirpath : String) #


[View source]
def tablenames : Array(String) #

[View source]
def tablenames=(tablenames : Array(String)) #

[View source]
def to_num #

[View source]
def to_s(io : IO) #

def show to_show end


[View source]
def value : String #

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

[View source]