type
Col
Col models a column of a relational table. Columns are accessed from rows with Row.col
and Row.cols
constructors
make |
Construct a column for the given meta-data. |
---|
fields
index |
Zero based index of the column in the query result. |
---|---|
name |
Name of the column. |
sqlType |
The type of the column as defined by the SQL database. |
type |
Type of the column. |
methods
toStr |
Return |
---|
Slot Details
index
make
name
sqlType
The type of the column as defined by the SQL database. See type mapping.
toStr
type
Type of the column. See type mapping.