| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 79 OStatement_Base::OStatement_Base(OConnection* _pConnection ) in OStatement_Base() function in OStatement_Base 104 OStatement_Base::~OStatement_Base() in ~OStatement_Base() 109 void OStatement_Base::disposeResultSet() in disposeResultSet() 118 void SAL_CALL OStatement_Base::disposing(void) in disposing() 142 OStatement_Base::disposing(); in disposing() 150 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 158 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes() 174 Reference< XResultSet > SAL_CALL OStatement_Base::getGeneratedValues( ) throw (SQLException, Runti… in getGeneratedValues() 191 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel() 201 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close() [all …]
|
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | AStatement.cxx | 61 OStatement_Base::OStatement_Base(OConnection* _pConnection ) : OStatement_BASE(m_aMutex) in OStatement_Base() function in OStatement_Base 63 … ,OSubComponent<OStatement_Base, OStatement_BASE>((::cppu::OWeakObject*)_pConnection, this) in OStatement_Base() 86 void OStatement_Base::disposeResultSet() in disposeResultSet() 96 void OStatement_Base::disposing() in disposing() 118 void SAL_CALL OStatement_Base::release() throw() in release() 123 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 129 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OStatement_Base::getTypes( … in getTypes() 140 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel() 150 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close() 167 void OStatement_Base::reset() throw (SQLException) in reset() [all …]
|
| H A D | APreparedStatement.cxx | 63 : OStatement_Base( _pConnection ) in OPreparedStatement() 107 Any aRet = OStatement_Base::queryInterface(rType); in queryInterface() 122 return ::comphelper::concatSequences(aTypes.getTypes(),OStatement_Base::getTypes()); in getTypes() 141 OStatement_Base::disposing(); in disposing() 528 OStatement_Base::acquire(); in acquire() 533 OStatement_Base::release(); in release()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SStatement.cxx | 48 OStatement_Base::OStatement_Base(OConnection* _pConnection ) in OStatement_Base() function in OStatement_Base 57 OStatement_Base::~OStatement_Base() in ~OStatement_Base() 61 void OStatement_Base::disposeResultSet() in disposeResultSet() 81 OStatement_Base::disposing(); in disposing() 89 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 97 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes() 108 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel() 116 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close() 132 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute() 142 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery() [all …]
|
| H A D | SStatement.hxx | 55 class OStatement_Base : public OBase_Mutex, class 58 public OPropertyArrayUsageHelper<OStatement_Base> 89 virtual ~OStatement_Base(); 93 OStatement_Base(OConnection* _pConnection ); 129 class OStatement_BASE2 :public OStatement_Base 135 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2()
|
| H A D | SResultSet.hxx | 69 OStatement_Base* m_pStatement; 101 OResultSet( OStatement_Base* pStmt);
|
| H A D | SConnection.hxx | 51 class OStatement_Base;
|
| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | FStatement.cxx | 65 OStatement_Base::OStatement_Base(OConnection* _pConnection ) in DBG_NAME() 105 OStatement_Base::~OStatement_Base() in ~OStatement_Base() 114 void OStatement_Base::disposeResultSet() in disposeResultSet() 161 OStatement_Base::disposing(); in disposing() 164 void SAL_CALL OStatement_Base::acquire() throw() in acquire() 174 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 181 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes() 192 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel() 198 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close() 209 void OStatement_Base::reset() throw (SQLException) in reset() [all …]
|
| H A D | FPreparedStatement.cxx | 107 OStatement_Base::construct(sql); in construct() 566 OStatement_Base::initializeResultSet(_pResult); in initializeResultSet()
|
| /AOO41X/main/connectivity/source/inc/ado/ |
| H A D | AStatement.hxx | 58 class OStatement_Base : public comphelper::OBaseMutex, class 61 … public ::comphelper::OPropertyArrayUsageHelper<OStatement_Base>, 62 … public connectivity::OSubComponent<OStatement_Base, OStatement_BASE> 65 friend class connectivity::OSubComponent<OStatement_Base, OStatement_BASE>; 143 OStatement_Base(OConnection* _pConnection ); 175 class OStatement : public OStatement_Base, 181 OStatement( OConnection* _pConnection) : OStatement_Base( _pConnection){}; in OStatement()
|
| H A D | AResultSet.hxx | 75 OStatement_Base* m_pStmt; 120 OResultSet( ADORecordset* _pRecordSet,OStatement_Base* pStmt);
|
| /AOO41X/main/connectivity/source/inc/file/ |
| H A D | FStatement.hxx | 65 class OOO_DLLPUBLIC_FILE OStatement_Base : class 69 … public ::comphelper::OPropertyArrayUsageHelper<OStatement_Base> 145 virtual ~OStatement_Base(); 149 OStatement_Base(OConnection* _pConnection ); 179 public OStatement_Base, 185 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2()
|
| H A D | FConnection.hxx | 48 class OStatement_Base;
|
| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | OStatement.hxx | 62 class OOO_DLLPUBLIC_ODBCBASE OStatement_Base : class 66 … public ::comphelper::OPropertyArrayUsageHelper<OStatement_Base> 150 virtual ~OStatement_Base(); 153 OStatement_Base(OConnection* _pConnection ); 207 public OStatement_Base 213 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2()
|
| H A D | OPreparedStatement.hxx | 160 using OStatement_Base::executeQuery; 161 using OStatement_Base::executeUpdate; 162 using OStatement_Base::execute;
|
| H A D | OResultSet.hxx | 132 OStatement_Base* m_pStatement; 197 OResultSet( SQLHANDLE _pStatementHandle,OStatement_Base* pStmt);
|
| H A D | OConnection.hxx | 46 class OStatement_Base;
|
| /AOO41X/main/connectivity/source/inc/adabas/ |
| H A D | BResultSet.hxx | 36 …OAdabasResultSet(SQLHANDLE _pStatementHandle,::connectivity::odbc::OStatement_Base* pStmt,const ::… in OAdabasResultSet()
|
| /AOO41X/main/connectivity/source/inc/flat/ |
| H A D | EResultSet.hxx | 55 …OFlatResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
|
| /AOO41X/main/connectivity/source/inc/calc/ |
| H A D | CResultSet.hxx | 57 …OCalcResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
|
| /AOO41X/main/connectivity/source/inc/dbase/ |
| H A D | DResultSet.hxx | 58 …ODbaseResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
|
| /AOO41X/main/connectivity/workben/skeleton/ |
| H A D | SResultSet.hxx | 79 OStatement_Base* m_pStatement; 136 OResultSet( OStatement_Base* pStmt);
|
| /AOO41X/main/connectivity/source/drivers/calc/ |
| H A D | CResultSet.cxx | 45 OCalcResultSet::OCalcResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OCalcResultSet()
|
| /AOO41X/main/connectivity/source/drivers/flat/ |
| H A D | EResultSet.cxx | 46 OFlatResultSet::OFlatResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OFlatResultSet()
|
| /AOO41X/main/connectivity/source/drivers/dbase/ |
| H A D | DResultSet.cxx | 50 ODbaseResultSet::ODbaseResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aS… in ODbaseResultSet()
|