/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.hxx | 129 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 D | SPreparedStatement.cxx | 46 :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 D | SStatement.cxx | 70 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 D | SPreparedStatement.hxx | 45 class OPreparedStatement : public OStatement_BASE2,
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FStatement.hxx | 178 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 D | FPreparedStatement.hxx | 42 class OOO_DLLPUBLIC_FILE SAL_NO_VTABLE OPreparedStatement : public OStatement_BASE2,
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 206 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 D | OPreparedStatement.hxx | 49 public OStatement_BASE2,
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 172 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>; 178 …OStatement_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 D | PreparedStatement.hxx | 40 class java_sql_PreparedStatement : public OStatement_BASE2,
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FPreparedStatement.cxx | 64 : 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 D | FStatement.cxx | 124 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()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 62 :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 D | OStatement.cxx | 137 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()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | PreparedStatement.cxx | 57 : 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 D | JStatement.cxx | 86 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()
|