#include <OracleStatement.h>
|
using | Connection = oracle::occi::Connection |
| Oracle connection type.
|
|
using | Statement = oracle::occi::Statement |
| Oracle statement type.
|
|
using | ResultSet = oracle::occi::ResultSet |
| Oracle result set type.
|
|
using | MetaData = oracle::occi::MetaData |
| Oracle result set metdata type.
|
|
◆ OracleStatement() [1/3]
sptk::OracleStatement::OracleStatement |
( |
OracleConnection * |
connection, |
|
|
const std::string & |
sql |
|
) |
| |
Constructor
- Parameters
-
connection | Connection*, Oracle connection |
sql | std::string, SQL statement |
◆ OracleStatement() [2/3]
◆ OracleStatement() [3/3]
◆ ~OracleStatement()
sptk::OracleStatement::~OracleStatement |
( |
| ) |
|
|
override |
◆ close()
void sptk::OracleStatement::close |
( |
| ) |
|
|
overridevirtual |
◆ execBulk()
void sptk::OracleStatement::execBulk |
( |
bool |
inTransaction, |
|
|
bool |
lastIteration |
|
) |
| |
Executes statement in bulk mode
- Parameters
-
inTransaction | bool, True if statement is executed from transaction |
lastIteration | bool, True if bulk operation is completed (all iterations added) |
◆ execute()
void sptk::OracleStatement::execute |
( |
bool |
inTransaction | ) |
|
|
overridevirtual |
◆ fetch()
void sptk::OracleStatement::fetch |
( |
| ) |
|
|
inlineoverridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ resultSet()
ResultSet * sptk::OracleStatement::resultSet |
( |
| ) |
|
|
inline |
Returns result set (if returned by a statement)
◆ setParameterValues()
void sptk::OracleStatement::setParameterValues |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: