Home
last modified time | relevance | path

Searched refs:_pConnection (Results 51 – 75 of 86) sorted by relevance

1234

/aoo42x/main/connectivity/source/inc/calc/
H A DCConnection.hxx77 ODocHolder(OCalcConnection* _pConnection) : m_pConnection(_pConnection) in ODocHolder() argument
H A DCTable.hxx76 OCalcTable( sdbcx::OCollection* _pTables,OCalcConnection* _pConnection,
/aoo42x/main/connectivity/source/inc/file/
H A DFTable.hxx63 OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection);
64 OFileTable( sdbcx::OCollection* _pTables,OConnection* _pConnection,
H A Dfanalyzer.hxx51 OSQLAnalyzer(OConnection* _pConnection);
/aoo42x/main/connectivity/source/drivers/flat/
H A DETable.cxx400 OFlatTable::OFlatTable(sdbcx::OCollection* _pTables,OFlatConnection* _pConnection, in OFlatTable() argument
406 ) : OFlatTable_BASE(_pTables,_pConnection,_Name, in OFlatTable()
414 ,m_cStringDelimiter(_pConnection->getStringDelimiter()) in OFlatTable()
415 ,m_cFieldDelimiter(_pConnection->getFieldDelimiter()) in OFlatTable()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSetMetaData.cxx39 MacabResultSetMetaData::MacabResultSetMetaData(MacabConnection* _pConnection, ::rtl::OUString _sTab… in MacabResultSetMetaData() argument
40 : m_pConnection(_pConnection), in MacabResultSetMetaData()
H A DMacabStatement.hxx105 MacabCommonStatement(MacabConnection *_pConnection);
166 MacabStatement(MacabConnection* _pConnection);
H A DMacabPreparedStatement.cxx93 MacabConnection* _pConnection, in MacabPreparedStatement() argument
95 : MacabPreparedStatement_BASE(_pConnection), in MacabPreparedStatement()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx462 ODbaseTable::ODbaseTable(sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection) in ODbaseTable() argument
463 :ODbaseTable_BASE(_pTables,_pConnection) in ODbaseTable()
476 ODbaseTable::ODbaseTable(sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection, in ODbaseTable() argument
482 ) : ODbaseTable_BASE(_pTables,_pConnection,_Name, in ODbaseTable()
630 String ODbaseTable::getEntry(OConnection* _pConnection,const ::rtl::OUString& _sName ) in getEntry() argument
636 Reference< XResultSet > xDir = _pConnection->getDir()->getStaticResultSet(); in getEntry()
647 String sUrl = _pConnection->getURL() + s_sSeparator + sName; in getEntry()
654 if ( _pConnection->matchesExtension( sExt ) ) in getEntry()
/aoo42x/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx166 virtual bool RemoveConnection(OTableConnection* _pConnection,sal_Bool _bDelete);
175 void addConnection(OTableConnection* _pConnection,sal_Bool _bAddData = sal_True);
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSetMetaData.hxx48 OResultSetMetaData(OConnection* _pConnection) : m_pConnection(_pConnection){} in OResultSetMetaData() argument
H A DSStatement.cxx48 OStatement_Base::OStatement_Base(OConnection* _pConnection ) in OStatement_Base() argument
52 m_pConnection(_pConnection) in OStatement_Base()
H A DSPreparedStatement.cxx45 OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const TTypeInfoVector& _TypeInfo,… in OPreparedStatement() argument
46 :OStatement_BASE2(_pConnection) in OPreparedStatement()
/aoo42x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx47 OCallableStatement::OCallableStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,con… in OCallableStatement() argument
48 : OPreparedStatement( _pConnection, _TypeInfo, sql ) in OCallableStatement()
H A DAStatement.cxx61 OStatement_Base::OStatement_Base(OConnection* _pConnection ) : OStatement_BASE(m_aMutex) in OStatement_Base() argument
63 … ,OSubComponent<OStatement_Base, OStatement_BASE>((::cppu::OWeakObject*)_pConnection, this) in OStatement_Base()
64 ,m_pConnection(_pConnection) in OStatement_Base()
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx52 OEvoabPreparedStatement::OEvoabPreparedStatement( OEvoabConnection* _pConnection ) in OEvoabPreparedStatement() argument
53 :OCommonStatement(_pConnection) in OEvoabPreparedStatement()
H A DNTable.hxx45 OEvoabConnection* _pConnection,
/aoo42x/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx65 OPreparedStatement::OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * _cppPrep… in OPreparedStatement() argument
66 :OCommonStatement(_pConnection, _cppPrepStmt) in OPreparedStatement()
69 m_pConnection = _pConnection; in OPreparedStatement()
/aoo42x/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx45 OSQLAnalyzer::OSQLAnalyzer(OConnection* _pConnection) in DBG_NAME()
46 :m_pConnection(_pConnection) in DBG_NAME()
H A DFPreparedStatement.cxx63 OPreparedStatement::OPreparedStatement( OConnection* _pConnection) in DBG_NAME()
64 : OStatement_BASE2( _pConnection ) in DBG_NAME()
/aoo42x/main/connectivity/source/drivers/calc/
H A DCTable.cxx538 OCalcTable::OCalcTable(sdbcx::OCollection* _pTables,OCalcConnection* _pConnection, in OCalcTable() argument
544 ) : OCalcTable_BASE(_pTables,_pConnection,_Name, in OCalcTable()
549 ,m_pConnection(_pConnection) in OCalcTable()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx61 ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet(OConnection* _pConnection) in ODatabaseMetaDataResultSet() argument
65 ,m_aStatementHandle(_pConnection->createStatementHandle()) in ODatabaseMetaDataResultSet()
69 ,m_pConnection(_pConnection) in ODatabaseMetaDataResultSet()
70 ,m_nTextEncoding(_pConnection->getTextEncoding()) in ODatabaseMetaDataResultSet()
/aoo42x/main/connectivity/source/inc/adabas/
H A DBPreparedStatement.hxx42 OAdabasPreparedStatement( OAdabasConnection* _pConnection,const ::rtl::OUString& sql);
H A DBResultSetMetaData.hxx43 …OAdabasResultSetMetaData(odbc::OConnection* _pConnection, SQLHANDLE _pStmt ,const ::vos::ORef<OSQL…
/aoo42x/main/connectivity/source/inc/flat/
H A DETable.hxx76 OFlatTable( sdbcx::OCollection* _pTables,OFlatConnection* _pConnection,

Completed in 121 milliseconds

1234