|
| Row (ResultSet *resultSet) |
|
void | append (ColumnValue *value) |
|
ColumnType | getType (unsigned int column) |
| Return the type of the given column in this row. More...
|
|
ColumnType | getType (const std::string &name) |
|
ColumnValue * | getColumn (unsigned int column) const |
| Return the column value of the given column in this row. More...
|
|
ColumnValue * | getColumn (const std::string &name) const |
|
ColumnValue * | operator[] (unsigned long colNo) const |
|
◆ getColumn()
Return the column value of the given column in this row.
- Parameters
-
column | The column number in the row, columns are numbered from 0 |
- Returns
- ColumnValue The column value of the specified column
- Exceptions
-
◆ getType()
ColumnType ResultSet::Row::getType |
( |
unsigned int |
column | ) |
|
Return the type of the given column in this row.
- Parameters
-
column | The column number in the row, columns are numbered from 0 |
- Returns
- ColumnType The column type of the specified column
- Exceptions
-
The documentation for this class was generated from the following files: