Searched refs:OCommonStatement (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/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() 112 Any SAL_CALL OCommonStatement::queryInterface(const Type & rType) in queryInterface() 126 Sequence< Type > SAL_CALL OCommonStatement::getTypes() in getTypes() 140 void SAL_CALL OCommonStatement::cancel() in cancel() 152 void SAL_CALL OCommonStatement::close() in close() 180 sal_Bool SAL_CALL OCommonStatement::execute(const OUString& sql) in execute() 200 Reference< XResultSet > SAL_CALL OCommonStatement::executeQuery(const OUString& sql) in executeQuery() [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()
|
| /AOO41X/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() 127 Any SAL_CALL OCommonStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 135 Sequence< Type > SAL_CALL OCommonStatement::getTypes( ) throw(RuntimeException) in getTypes() 153 void SAL_CALL OCommonStatement::close( ) throw(SQLException, RuntimeException) in close() 164 void OCommonStatement::reset() throw (SQLException) in reset() 176 void OCommonStatement::clearMyResultSet () throw (SQLException) in clearMyResultSet() 193 OCommonStatement::createTrue() in createTrue() [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()
|