API Reference Home:
[This Version]
[Latest Version]
[Other Versions]
Struct Row
A struct to represent a single row of a result set.
Constructors
Name | Description |
this
|
A constructor to extract the column data from a row data packet.
|
Properties
Name | Type | Description |
length [get]
|
ulong | Get the number of elements (columns) in this row.
|
Methods
Name | Description |
getName
|
Get the name of the column with specified index.
|
isNull
|
Check if a column in the result row was NULL
|
opIndex
|
Simplify retrieval of a column value by index.
|
show
|
|
toStruct
|
Move the content of the row into a compatible struct
|
Aliases
Name | Description |
opDollar
|
Get the number of elements (columns) in this row.
|