Home
last modified time | relevance | path

Searched refs:KabPreparedStatement (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/connectivity/source/drivers/kab/
H A DKPreparedStatement.cxx42 void KabPreparedStatement::checkAndResizeParameters(sal_Int32 nParams) throw(SQLException) in checkAndResizeParameters()
48 ::dbtools::throwInvalidIndexException(*(KabPreparedStatement *) this,Any()); in checkAndResizeParameters()
54 void KabPreparedStatement::setKabFields() const throw(SQLException) in setKabFields()
70 void KabPreparedStatement::resetParameters() const throw(SQLException) in resetParameters()
83 ::dbtools::throwGenericSQLException(sError,*(KabPreparedStatement *) this); in getNextParameter()
91 KabPreparedStatement::KabPreparedStatement( in KabPreparedStatement() function in KabPreparedStatement
102 KabPreparedStatement::~KabPreparedStatement() in ~KabPreparedStatement()
106 void KabPreparedStatement::disposing() in disposing()
131 void SAL_CALL KabPreparedStatement::close() throw(SQLException, RuntimeException) in close()
149 sal_Bool SAL_CALL KabPreparedStatement::execute() throw(SQLException, RuntimeException) in execute()
[all …]
H A DKPreparedStatement.hxx46 class KabPreparedStatement : public KabPreparedStatement_BASE class
66 virtual ~KabPreparedStatement();
70 KabPreparedStatement(KabConnection* _pConnection, const ::rtl::OUString& sql);
H A DKConnection.cxx103 Reference< XPreparedStatement > xReturn = new KabPreparedStatement(this, _sSql); in prepareStatement()

Completed in 21 milliseconds