Home
last modified time | relevance | path

Searched refs:_rConnection (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3366 …ool SbaTableQueryBrowser::ensureConnection(SvLBoxEntry* _pAnyEntry, SharedConnection& _rConnection) in ensureConnection() argument
3374 return ensureConnection( pDSEntry, pDSData, _rConnection ); in ensureConnection()
3388 …leQueryBrowser::getExistentConnectionFor( SvLBoxEntry* _pAnyEntry, SharedConnection& _rConnection ) in getExistentConnectionFor() argument
3396 _rConnection = pDSData->xConnection; in getExistentConnectionFor()
3397 return _rConnection.is(); in getExistentConnectionFor()
3409 …yBrowser::ensureConnection( SvLBoxEntry* _pDSEntry, void* pDSData, SharedConnection& _rConnection ) in ensureConnection() argument
3418 _rConnection = pTreeListData->xConnection; in ensureConnection()
3420 if ( !_rConnection.is() && pTreeListData ) in ensureConnection()
3432 _rConnection.reset( in ensureConnection()
3438 pTreeListData->xConnection = _rConnection; in ensureConnection()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dunodatbr.hxx379 …sal_Bool ensureConnection(SvLBoxEntry* _pDSEntry, void * pDSData, SharedConnection& _rConnection );
380 sal_Bool ensureConnection(SvLBoxEntry* _pAnyEntry, SharedConnection& _rConnection );
382 sal_Bool getExistentConnectionFor( SvLBoxEntry* _pDSEntry, SharedConnection& _rConnection );
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx113 const ::dbtools::SharedConnection& _rConnection, const Link& _rCloseLink ) in SQLCommandDesigner()
115 ,m_xConnection( _rConnection ) in SQLCommandDesigner()
H A Dsqlcommanddesign.hxx83 const ::dbtools::SharedConnection& _rConnection,
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx66 …aData::java_sql_DatabaseMetaData( JNIEnv * pEnv, jobject myObj, java_sql_Connection& _rConnection ) in java_sql_DatabaseMetaData() argument
67 :ODatabaseMetaDataBase( &_rConnection,_rConnection.getConnectionInfo() ) in java_sql_DatabaseMetaData()
69 ,m_pConnection( &_rConnection ) in java_sql_DatabaseMetaData()
70 ,m_aLogger( _rConnection.getLogger() ) in java_sql_DatabaseMetaData()
H A DResultSet.cxx74 …, const java::sql::ConnectionLog& _rParentLogger,java_sql_Connection& _rConnection, java_sql_State… in java_sql_ResultSet() argument
79 ,m_pConnection(&_rConnection) in java_sql_ResultSet()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx103 …ce<sdbc::XDriverManager>& _rDrvMgr,uno::Reference<sdbc::XConnection>& _rConnection,String& _rTabNa… in lcl_getDBaseConnection() argument
152 _rConnection = _rDrvMgr->getConnectionWithInfo( aConnUrl, aProps ); in lcl_getDBaseConnection()
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx109 …v, jobject myObj, const java::sql::ConnectionLog& _rParentLogger,java_sql_Connection& _rConnection,
H A DDatabaseMetaData.hxx51 java_sql_DatabaseMetaData( JNIEnv * pEnv, jobject myObj, java_sql_Connection& _rConnection );

Completed in 74 milliseconds