Home
last modified time | relevance | path

Searched refs:OStatement_Base (Results 1 – 25 of 33) sorted by relevance

12

/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx79 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 DAStatement.cxx61 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 DAPreparedStatement.cxx63 : 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 DSStatement.cxx48 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 DSStatement.hxx55 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 DSResultSet.hxx69 OStatement_Base* m_pStatement;
101 OResultSet( OStatement_Base* pStmt);
H A DSConnection.hxx51 class OStatement_Base;
/AOO41X/main/connectivity/source/drivers/file/
H A DFStatement.cxx65 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 DFPreparedStatement.cxx107 OStatement_Base::construct(sql); in construct()
566 OStatement_Base::initializeResultSet(_pResult); in initializeResultSet()
/AOO41X/main/connectivity/source/inc/ado/
H A DAStatement.hxx58 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 DAResultSet.hxx75 OStatement_Base* m_pStmt;
120 OResultSet( ADORecordset* _pRecordSet,OStatement_Base* pStmt);
/AOO41X/main/connectivity/source/inc/file/
H A DFStatement.hxx65 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 DFConnection.hxx48 class OStatement_Base;
/AOO41X/main/connectivity/source/inc/odbc/
H A DOStatement.hxx62 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 DOPreparedStatement.hxx160 using OStatement_Base::executeQuery;
161 using OStatement_Base::executeUpdate;
162 using OStatement_Base::execute;
H A DOResultSet.hxx132 OStatement_Base* m_pStatement;
197 OResultSet( SQLHANDLE _pStatementHandle,OStatement_Base* pStmt);
H A DOConnection.hxx46 class OStatement_Base;
/AOO41X/main/connectivity/source/inc/adabas/
H A DBResultSet.hxx36 …OAdabasResultSet(SQLHANDLE _pStatementHandle,::connectivity::odbc::OStatement_Base* pStmt,const ::… in OAdabasResultSet()
/AOO41X/main/connectivity/source/inc/flat/
H A DEResultSet.hxx55 …OFlatResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
/AOO41X/main/connectivity/source/inc/calc/
H A DCResultSet.hxx57 …OCalcResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
/AOO41X/main/connectivity/source/inc/dbase/
H A DDResultSet.hxx58 …ODbaseResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);
/AOO41X/main/connectivity/workben/skeleton/
H A DSResultSet.hxx79 OStatement_Base* m_pStatement;
136 OResultSet( OStatement_Base* pStmt);
/AOO41X/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx45 OCalcResultSet::OCalcResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OCalcResultSet()
/AOO41X/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx46 OFlatResultSet::OFlatResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OFlatResultSet()
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx50 ODbaseResultSet::ODbaseResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aS… in ODbaseResultSet()

12