Fan

 

class

sql::Row

sys::Obj
  sql::Row

Row models a row of a relational table. The cells of a row are accessed using normal reflection. The row type's fields will be instances of Col.

See docLib::Sql.

Slots

getSource

native Obj? get(Col col)

Get column value.

setSource

native Void set(Col col, Obj? val)

Set a column value.

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Dump the cells separated by a comma.