Home
last modified time | relevance | path

Searched refs:m_pADOConnection (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx52 ,m_pADOConnection(_pCon->getConnection()) in ODatabaseMetaData()
59 connectivity::ado::WpADOProperties aProps(m_pADOConnection->get_Properties()); in getInt32Property()
72 connectivity::ado::WpADOProperties aProps(m_pADOConnection->get_Properties()); in getBoolProperty()
73 ADOS::ThrowException(*m_pADOConnection,*this); in getBoolProperty()
81 connectivity::ado::WpADOProperties aProps(m_pADOConnection->get_Properties()); in getStringProperty()
82 ADOS::ThrowException(*m_pADOConnection,*this); in getStringProperty()
95 ADORecordset *pRecordset = m_pADOConnection->getTypeInfo(); in impl_getTypeInfo_throw()
110 m_pADOConnection->OpenSchema(adSchemaCatalogs,vtEmpty,vtEmpty,&pRecordset); in getCatalogs()
111 ADOS::ThrowException(*m_pADOConnection,*this); in getCatalogs()
133 m_pADOConnection->OpenSchema(adSchemaSchemata,vtEmpty,vtEmpty,&pRecordset); in getSchemas()
[all …]
H A DADatabaseMetaDataImpl.cxx56 m_pADOConnection->OpenSchema(adSchemaDBInfoLiterals,vtEmpty,vtEmpty,&pRecordset); in fillLiterals()
58 ADOS::ThrowException(*m_pADOConnection,*this); in fillLiterals()
/AOO41X/main/connectivity/source/inc/ado/
H A Dadoimp.hxx103 ADOS::ThrowException(*m_pADOConnection,*this);
H A DADatabaseMetaData.hxx53 WpADOConnection* m_pADOConnection; member in connectivity::ado::ODatabaseMetaData