|
| typedef oracle::connection | connection_type |
| |
| typedef odb::connection | connection_type |
| |
| static void | process_insert (const char *statement, const void *const *bind, std::size_t bind_size, std::size_t bind_skip, char param_symbol, std::string &result) |
| |
| static void | process_update (const char *statement, const void *const *bind, std::size_t bind_size, std::size_t bind_skip, char param_symbol, std::string &result) |
| |
| static void | process_select (const char *statement, const void *const *bind, std::size_t bind_size, std::size_t bind_skip, char quote_open, char quote_close, bool optimize, std::string &result, bool as=true) |
| |
| | statement (connection_type &, const std::string &text, statement_kind, const binding *process, bool optimize) |
| |
| | statement (connection_type &, const char *text, statement_kind, const binding *process, bool optimize) |
| |
| ub4 | bind_param (bind *, std::size_t count) |
| |
| ub4 | bind_result (bind *, std::size_t count, std::size_t lob_prefetch_size=0) |
| |
| void | rebind_result (bind *, std::size_t count, std::size_t lob_prefetch_size=0) |
| |
| void | stream_result (bind *, std::size_t count, void *old_base=0, void *new_base=0) |
| |
| | statement () |
| |
| connection_type & | conn_ |
| |
| auto_handle< OCIStmt > | stmt_ |
| |
| unbind * | udata_ |
| |
| std::size_t | usize_ |
| |
| virtual odb::oracle::insert_statement::~insert_statement |
( |
| ) |
|
|
virtual |
| odb::oracle::insert_statement::insert_statement |
( |
connection_type & |
conn, |
|
|
const std::string & |
text, |
|
|
bool |
process_text, |
|
|
binding & |
param, |
|
|
bool |
returning |
|
) |
| |
| odb::oracle::insert_statement::insert_statement |
( |
connection_type & |
conn, |
|
|
const char * |
text, |
|
|
bool |
process_text, |
|
|
binding & |
param, |
|
|
bool |
returning |
|
) |
| |
| bool odb::oracle::insert_statement::execute |
( |
| ) |
|
| unsigned long long odb::oracle::insert_statement::id |
( |
| ) |
|
The documentation for this class was generated from the following file: