Home
last modified time | relevance | path

Searched refs:OStatement_BASE2 (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx129 class OStatement_BASE2 :public OStatement_Base class
130 ,public OSubComponent<OStatement_BASE2, OStatement_BASE>
133 friend class OSubComponent<OStatement_BASE2, OStatement_BASE>;
135 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2() function in connectivity::skeleton::OStatement_BASE2
136 … OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnection, this){} in OStatement_BASE2()
143 class OStatement : public OStatement_BASE2,
151 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
H A DSPreparedStatement.cxx46 :OStatement_BASE2(_pConnection) in OPreparedStatement()
60 OStatement_BASE2::acquire(); in acquire()
65 OStatement_BASE2::release(); in release()
70 Any aRet = OStatement_BASE2::queryInterface(rType); in queryInterface()
78 return concatSequences(OPreparedStatement_BASE::getTypes(),OStatement_BASE2::getTypes()); in getTypes()
103 OStatement_BASE2::close(); in close()
H A DSStatement.cxx70 void OStatement_BASE2::disposing() in disposing()
84 void SAL_CALL OStatement_BASE2::release() throw() in release()
344 OStatement_BASE2::acquire(); in acquire()
349 OStatement_BASE2::release(); in release()
H A DSPreparedStatement.hxx45 class OPreparedStatement : public OStatement_BASE2,
/aoo42x/main/connectivity/source/inc/file/
H A DFStatement.hxx178 class OOO_DLLPUBLIC_FILE OStatement_BASE2 : class
180 public connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>
183 friend class connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>;
185 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2() function in connectivity::file::OStatement_BASE2
186 …connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnection,… in OStatement_BASE2()
195 public OStatement_BASE2,
203 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
H A DFPreparedStatement.hxx42 class OOO_DLLPUBLIC_FILE SAL_NO_VTABLE OPreparedStatement : public OStatement_BASE2,
/aoo42x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx206 class OOO_DLLPUBLIC_ODBCBASE OStatement_BASE2 : class
208 ,public ::connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>
211 friend class OSubComponent<OStatement_BASE2, OStatement_BASE>;
213 OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ), in OStatement_BASE2() function in connectivity::odbc::OStatement_BASE2
214 …::connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnectio… in OStatement_BASE2()
222 public OStatement_BASE2,
230 OStatement( OConnection* _pConnection) : OStatement_BASE2( _pConnection){} in OStatement()
H A DOPreparedStatement.hxx49 public OStatement_BASE2,
/aoo42x/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx172 class OStatement_BASE2 :public java_sql_Statement_Base class
173 ,public OSubComponent<OStatement_BASE2, java_sql_Statement_BASE>
176 friend class OSubComponent<OStatement_BASE2, java_sql_Statement_BASE>;
178OStatement_BASE2(JNIEnv * pEnv, java_sql_Connection& _rCon ) : java_sql_Statement_Base( pEnv, _rCo… in OStatement_BASE2() function in connectivity::OStatement_BASE2
179 … OSubComponent<OStatement_BASE2, java_sql_Statement_BASE>((::cppu::OWeakObject*)(&_rCon), this){} in OStatement_BASE2()
187 class java_sql_Statement : public OStatement_BASE2,
203 …java_sql_Statement( JNIEnv * pEnv, java_sql_Connection& _rCon ) : OStatement_BASE2( pEnv, _rCon){}; in java_sql_Statement()
H A DPreparedStatement.hxx40 class java_sql_PreparedStatement : public OStatement_BASE2,
/aoo42x/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx64 : OStatement_BASE2( _pConnection ) in DBG_NAME()
85 OStatement_BASE2::disposing(); in disposing()
136 Any aRet = OStatement_BASE2::queryInterface(rType); in queryInterface()
150 return ::comphelper::concatSequences(aTypes.getTypes(),OStatement_BASE2::getTypes()); in getTypes()
439 OStatement_BASE2::acquire(); in acquire()
444 OStatement_BASE2::release(); in release()
H A DFStatement.cxx124 void OStatement_BASE2::disposing() in disposing()
169 void SAL_CALL OStatement_BASE2::release() throw() in release()
300 OStatement_BASE2::acquire(); in acquire()
305 OStatement_BASE2::release(); in release()
379 return aRet.hasValue() ? aRet : OStatement_BASE2::queryInterface( rType); in queryInterface()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx62 :OStatement_BASE2(_pConnection) in OPreparedStatement()
91 OStatement_BASE2::acquire(); in acquire()
96 OStatement_BASE2::release(); in release()
101 Any aRet = OStatement_BASE2::queryInterface(rType); in queryInterface()
107 …return ::comphelper::concatSequences(OPreparedStatement_BASE::getTypes(),OStatement_BASE2::getType… in getTypes()
138 OStatement_BASE2::close(); in close()
H A DOStatement.cxx137 void OStatement_BASE2::disposing() in disposing()
145 void SAL_CALL OStatement_BASE2::release() throw() in release()
1112 OStatement_BASE2::acquire(); in acquire()
1117 OStatement_BASE2::release(); in release()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx57 : OStatement_BASE2( pEnv, _rCon ) in java_sql_PreparedStatement()
80 ::com::sun::star::uno::Any aRet = OStatement_BASE2::queryInterface(rType); in queryInterface()
95 return ::comphelper::concatSequences(aTypes.getTypes(),OStatement_BASE2::getTypes()); in getTypes()
614 OStatement_BASE2::acquire(); in acquire()
619 OStatement_BASE2::release(); in release()
H A DJStatement.cxx86 void SAL_CALL OStatement_BASE2::disposing() in disposing()
121 void SAL_CALL OStatement_BASE2::release() throw() in release()
811 OStatement_BASE2::acquire(); in acquire()
816 OStatement_BASE2::release(); in release()

Completed in 131 milliseconds