Searched refs:KabPreparedStatement (Results 1 – 3 of 3) sorted by relevance
42 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 KabPreparedStatement102 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 …]
46 class KabPreparedStatement : public KabPreparedStatement_BASE class66 virtual ~KabPreparedStatement();70 KabPreparedStatement(KabConnection* _pConnection, const ::rtl::OUString& sql);
103 Reference< XPreparedStatement > xReturn = new KabPreparedStatement(this, _sSql); in prepareStatement()
Completed in 21 milliseconds