#include <mcllib/db/MCDBResultSetMetaData.h>
Inheritance diagram for MCDBResultSetMetaData:
Public Member Functions | |
mcllib::mcint64 | getColumnCount () const |
Get the number of columns in the result set. | |
const mcllib::mcint64 | getColumnDisplaySize (mcllib::mcint64 col) const |
Get the display size of a column. | |
const mcllib::MCString & | getColumnName (mcllib::mcint64 col) const |
Get the name of a column in the result set. | |
const mcllib::mcuint32 | getColumnType (mcllib::mcint64 col) const |
Get the variant type id of a column (see MCVariantType). | |
mcllib::MCVariantType | getInsertId () const |
Get insert id from insert statement. | |
MCDBResultSetMetaData () | |
Construct a result set meta data. | |
Friends | |
class | MCDBResultSet |
Consult driver documentation for the keys available
|
Get insert id from insert statement. If the previous statement was not an insert statement, or if the insert was not into a table with a DB generated id column, then -1 is returned |