Searched refs:OCommonStatement (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_statement.cxx | 58 OCommonStatement::OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement) in OCommonStatement() function in OCommonStatement 73 OCommonStatement::~OCommonStatement() in ~OCommonStatement() 81 void OCommonStatement::disposeResultSet() in disposeResultSet() 92 void OCommonStatement::disposing() in disposing() 140 void SAL_CALL OCommonStatement::cancel() in cancel() 152 void SAL_CALL OCommonStatement::close() in close() 344 Any SAL_CALL OCommonStatement::getWarnings() in getWarnings() 468 void SAL_CALL OCommonStatement::acquire() in acquire() 478 void SAL_CALL OCommonStatement::release() in release() 492 OCommonStatement::acquire(); in acquire() [all …]
|
H A D | mysqlc_statement.hxx | 58 class OCommonStatement; 59 typedef OSubComponent< OCommonStatement, OCommonStatement_IBase > OStatement_CBase; 65 class OCommonStatement :public OBase_Mutex class 68 ,public OPropertyArrayUsageHelper<OCommonStatement> 72 friend class OSubComponent< OCommonStatement, OCommonStatement_IBase >; 100 virtual ~OCommonStatement(); 103 OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement); 169 class OStatement : public OCommonStatement, 179 …OStatement(OConnection* _pConnection, sql::Statement *_cppStatement) : OCommonStatement(_pConnecti… in OStatement()
|
H A D | mysqlc_preparedstatement.cxx | 66 :OCommonStatement(_pConnection, _cppPrepStmt) in OPreparedStatement() 94 OCommonStatement::acquire(); in acquire() 104 OCommonStatement::release(); in release() 114 Any aRet = OCommonStatement::queryInterface(rType); in queryInterface() 128 return concatSequences(OPreparedStatement_BASE::getTypes(), OCommonStatement::getTypes()); in getTypes() 170 OCommonStatement::close(); in close() 255 return OCommonStatement::executeQuery( sql ); in executeQuery() 261 return OCommonStatement::executeUpdate( sql ); in executeUpdate() 267 return OCommonStatement::execute( sql ); in execute()
|
H A D | mysqlc_preparedstatement.hxx | 65 class OPreparedStatement : public OCommonStatement,
|
H A D | mysqlc_resultset.hxx | 101 OResultSet( OCommonStatement* pStmt, sql::ResultSet *result, rtl_TextEncoding _encoding );
|
H A D | mysqlc_resultset.cxx | 95 OResultSet::OResultSet(OCommonStatement * pStmt, sql::ResultSet * result, rtl_TextEncoding _encodin… in OResultSet()
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 58 OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection) in OCommonStatement() function in connectivity::evoab::OCommonStatement 100 OCommonStatement::~OCommonStatement() in ~OCommonStatement() 104 void OCommonStatement::disposeResultSet() in disposeResultSet() 113 void OCommonStatement::disposing() in disposing() 164 void OCommonStatement::reset() throw (SQLException) in reset() 176 void OCommonStatement::clearMyResultSet () throw (SQLException) in clearMyResultSet() 193 OCommonStatement::createTrue() in createTrue() 199 OCommonStatement::createTest( const ::rtl::OUString &aColumnName, in createTest() 450 rtl::OUString OCommonStatement::getTableName() in getTableName() 573 void SAL_CALL OCommonStatement::acquire() throw() in acquire() [all …]
|
H A D | NStatement.hxx | 143 class OCommonStatement; 144 typedef OSubComponent< OCommonStatement, OCommonStatement_IBase > OStatement_CBase; 146 class OCommonStatement :public comphelper::OBaseMutex class 149 ,public ::comphelper::OPropertyArrayUsageHelper< OCommonStatement > 152 friend class OSubComponent< OCommonStatement, OCommonStatement_IBase >; 185 virtual ~OCommonStatement(); 207 OCommonStatement( OEvoabConnection* _pConnection ); 253 class OStatement :public OCommonStatement 261 :OCommonStatement( _pConnection) in OStatement()
|
H A D | NPreparedStatement.cxx | 53 :OCommonStatement(_pConnection) in OEvoabPreparedStatement() 82 OCommonStatement::acquire(); in acquire() 88 OCommonStatement::release(); in release() 94 Any aRet = OCommonStatement::queryInterface(rType); in queryInterface() 102 …return ::comphelper::concatSequences(OPreparedStatement_BASE::getTypes(),OCommonStatement::getType… in getTypes() 126 OCommonStatement::close(); in close()
|
H A D | NResultSet.hxx | 71 … OCommonStatement* m_pStatement; 105 OEvoabResultSet( OCommonStatement *pStmt, OEvoabConnection *pConnection );
|
H A D | NPreparedStatement.hxx | 49 class OEvoabPreparedStatement :public OCommonStatement
|
H A D | NResultSet.cxx | 97 OEvoabResultSet::OEvoabResultSet( OCommonStatement* pStmt, OEvoabConnection *pConnection ) in OEvoabResultSet()
|
Completed in 47 milliseconds