クラス nine::dbi::IResultSet
[同期的なDB操作]
#include <resultSet.h>
すべてのメンバ一覧
|
Public メソッド |
|
virtual Connection | getConnection ()=0 |
|
virtual int | getUpdateCount ()=0 |
|
virtual void | close ()=0 |
|
virtual bool | next ()=0 |
|
virtual int | getRow ()=0 |
|
virtual int | getColumnCount ()=0 |
|
virtual bool | getBool (int index, bool *value)=0 |
|
virtual bool | getUInt8 (int index, uint8_t *value)=0 |
|
virtual bool | getInt16 (int index, int16_t *value)=0 |
|
virtual bool | getInt32 (int index, int32_t *value)=0 |
|
virtual bool | getInt64 (int index, int64_t *value)=0 |
|
virtual bool | getFloat32 (int index, float *value)=0 |
|
virtual bool | getFloat64 (int index, double *value)=0 |
|
virtual bool | getString (int index, dbi_string *value)=0 |
|
virtual bool | getDate (int index, nine::dbi::Date *value)=0 |
|
virtual bool | getTime (int index, nine::dbi::Time *value)=0 |
|
virtual bool | getTimestamp (int index, nine::dbi::Timestamp *value)=0 |
|
virtual TypeWarning | getLastWarning () const =0 |
|
virtual bool | isError () const =0 |
|
virtual const char * | getSqlState () const =0 |
|
virtual int | getDriverResultCode () const =0 |
|
virtual const char * | getDriverErrorMessage () const =0 |
説明
問い合わせの結果を格納するクラス
このクラスの説明は次のファイルから生成されました: