logo

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

get

Obj get(Col col)

Get column value.

set

Void set(Col col, Obj val)

Set a column value.

toStr

override Str toStr()

Dump the cells separated by a comma.