| AllowRebinding(bool value) | ocilib::Statement | inline |
| Bind(const ostring &name, TDataType &value, BindInfo::BindDirection mode) | ocilib::Statement | inline |
| Bind(const ostring &name, TDataType &value, TExtraInfo extraInfo, BindInfo::BindDirection mode) | ocilib::Statement | |
| Bind(const ostring &name, std::vector< TDataType > &values, BindInfo::BindDirection mode) | ocilib::Statement | |
| Bind(const ostring &name, std::vector< TDataType > &values, TypeInfo &typeInfo, BindInfo::BindDirection mode) | ocilib::Statement | |
| Bind(const ostring &name, std::vector< TDataType > &values, TExtraInfo extraInfo, BindInfo::BindDirection mode) | ocilib::Statement | |
| BindByName enum value | ocilib::Statement | |
| BindByPosition enum value | ocilib::Statement | |
| BindMode typedef | ocilib::Statement | |
| BindModeValues enum name | ocilib::Statement | |
| Describe(const ostring &sql) | ocilib::Statement | inline |
| Execute() | ocilib::Statement | inline |
| Execute(const ostring &sql) | ocilib::Statement | inline |
| FetchForward enum value | ocilib::Statement | |
| FetchMode typedef | ocilib::Statement | |
| FetchModeValues enum name | ocilib::Statement | |
| FetchScrollable enum value | ocilib::Statement | |
| GetAffectedRows() const | ocilib::Statement | inline |
| GetBatchErrors(std::vector< Exception > &exceptions) | ocilib::Statement | inline |
| GetBind(unsigned int index) const | ocilib::Statement | inline |
| GetBind(const ostring &name) const | ocilib::Statement | inline |
| GetBindArraySize() const | ocilib::Statement | inline |
| GetBindCount() const | ocilib::Statement | inline |
| GetBindIndex(const ostring &name) const | ocilib::Statement | inline |
| GetBindMode() const | ocilib::Statement | inline |
| GetConnection() const | ocilib::Statement | inline |
| GetFetchMode() const | ocilib::Statement | inline |
| GetFetchSize() const | ocilib::Statement | inline |
| GetLongMaxSize() const | ocilib::Statement | inline |
| GetLongMode() const | ocilib::Statement | inline |
| GetNextResultset() | ocilib::Statement | inline |
| GetPrefetchMemory() const | ocilib::Statement | inline |
| GetPrefetchSize() const | ocilib::Statement | inline |
| GetResultset() | ocilib::Statement | inline |
| GetSql() const | ocilib::Statement | inline |
| GetSQLCommand() const | ocilib::Statement | inline |
| GetSqlErrorPos() const | ocilib::Statement | inline |
| GetSQLVerb() const | ocilib::Statement | inline |
| GetStatementType() const | ocilib::Statement | inline |
| IsRebindingAllowed() const | ocilib::Statement | inline |
| LongExplicit enum value | ocilib::Statement | |
| LongImplicit enum value | ocilib::Statement | |
| LongMode typedef | ocilib::Statement | |
| LongModeValues enum name | ocilib::Statement | |
| Parse(const ostring &sql) | ocilib::Statement | inline |
| Prepare(const ostring &sql) | ocilib::Statement | inline |
| Register(const ostring &name) | ocilib::Statement | |
| Register(const ostring &name, TExtraInfo &extraInfo) | ocilib::Statement | |
| Register(const ostring &name, TExtraInfo extraInfo) | ocilib::Statement | |
| SetBindArraySize(unsigned int size) | ocilib::Statement | inline |
| SetBindMode(BindMode value) | ocilib::Statement | inline |
| SetFetchMode(FetchMode value) | ocilib::Statement | inline |
| SetFetchSize(unsigned int value) | ocilib::Statement | inline |
| SetLongMaxSize(unsigned int value) | ocilib::Statement | inline |
| SetLongMode(LongMode value) | ocilib::Statement | inline |
| SetPrefetchMemory(unsigned int value) | ocilib::Statement | inline |
| SetPrefetchSize(unsigned int value) | ocilib::Statement | inline |
| Statement(const Connection &connection) | ocilib::Statement | inline |
| StatementType typedef | ocilib::Statement | |
| StatementTypeValues enum name | ocilib::Statement | |
| TypeAlter enum value | ocilib::Statement | |
| TypeBegin enum value | ocilib::Statement | |
| TypeCall enum value | ocilib::Statement | |
| TypeCreate enum value | ocilib::Statement | |
| TypeDeclare enum value | ocilib::Statement | |
| TypeDelete enum value | ocilib::Statement | |
| TypeDrop enum value | ocilib::Statement | |
| TypeInsert enum value | ocilib::Statement | |
| TypeSelect enum value | ocilib::Statement | |
| TypeUpdate enum value | ocilib::Statement | |
| ~Statement() | ocilib::Statement | inline |