Home
last modified time | relevance | path

Searched refs:ADOS (Results 1 – 24 of 24) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx147 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getBinaryStream()
867 aMap[adEmpty] = ADOS::MapADOType2Jdbc(adEmpty); in setColumnsMap()
868 aMap[adTinyInt] = ADOS::MapADOType2Jdbc(adTinyInt); in setColumnsMap()
869 aMap[adSmallInt] = ADOS::MapADOType2Jdbc(adSmallInt); in setColumnsMap()
870 aMap[adInteger] = ADOS::MapADOType2Jdbc(adInteger); in setColumnsMap()
871 aMap[adBigInt] = ADOS::MapADOType2Jdbc(adBigInt); in setColumnsMap()
872 aMap[adUnsignedTinyInt] = ADOS::MapADOType2Jdbc(adUnsignedTinyInt); in setColumnsMap()
873 aMap[adUnsignedSmallInt]= ADOS::MapADOType2Jdbc(adUnsignedSmallInt); in setColumnsMap()
874 aMap[adUnsignedInt] = ADOS::MapADOType2Jdbc(adUnsignedInt); in setColumnsMap()
875 aMap[adUnsignedBigInt] = ADOS::MapADOType2Jdbc(adUnsignedBigInt); in setColumnsMap()
[all …]
H A Dadoimp.cxx43 const CLSID ADOS::CLSID_ADOCONNECTION_21 = MYADOID(0x00000514);
44 const IID ADOS::IID_ADOCONNECTION_21 = MYADOID(0x00000550);
46 const CLSID ADOS::CLSID_ADOCOMMAND_21 = MYADOID(0x00000507);
47 const IID ADOS::IID_ADOCOMMAND_21 = MYADOID(0x0000054E);
49 const CLSID ADOS::CLSID_ADORECORDSET_21 = MYADOID(0x00000535);
50 const IID ADOS::IID_ADORECORDSET_21 = MYADOID(0x0000054F);
52 const CLSID ADOS::CLSID_ADOCATALOG_25 = MYADOID(0x00000602);
53 const IID ADOS::IID_ADOCATALOG_25 = MYADOID(0x00000603);
55 const CLSID ADOS::CLSID_ADOINDEX_25 = MYADOID(0x0000061E);
56 const IID ADOS::IID_ADOINDEX_25 = MYADOID(0x0000061F);
[all …]
H A DAConnection.cxx68 hr = CoGetClassObject( ADOS::CLSID_ADOCONNECTION_21, in OConnection()
79 ADOS::IID_ADOCONNECTION_21, in OConnection()
80 ADOS::GetKeyStr(), in OConnection()
138 ADOS::ThrowException(*m_pAdoConnection,*this); in construct()
297 ADOS::ThrowException(*m_pAdoConnection,*this); in setReadOnly()
315 ADOS::ThrowException(*m_pAdoConnection,*this); in setCatalog()
355 ADOS::ThrowException(*m_pAdoConnection,*this); in setTransactionIsolation()
385 ADOS::ThrowException(*m_pAdoConnection,*this); in getTransactionIsolation()
447 aInfo->aSimpleType.aTypeName = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
448 …aInfo->eType = (DataTypeEnum)(sal_Int32)ADOS::getField(pRecordset,nPos++).g… in buildTypeInfo()
[all …]
H A DAResultSetMetaData.cxx55 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnDisplaySize()
64 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnType()
65 return ADOS::MapADOType2Jdbc(aField.GetADOType()); in getColumnType()
88 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isCaseSensitive()
107 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnName()
118 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getTableName()
151 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isCurrency()
163 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isAutoIncrement()
188 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isSigned()
199 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getPrecision()
[all …]
H A DAUser.cxx178 … return ADOS::mapAdoRights2Sdbc(m_aUser.GetPermissions(objName, ADOS::mapObjectType2Ado(objType))); in getPrivileges()
187 RightsEnum eRights = m_aUser.GetPermissions(objName, ADOS::mapObjectType2Ado(objType)); in getGrantablePrivileges()
189 nRights = ADOS::mapAdoRights2Sdbc(eRights); in getGrantablePrivileges()
190 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in getGrantablePrivileges()
198 …m_aUser.SetPermissions(objName,ADOS::mapObjectType2Ado(objType),adAccessGrant,RightsEnum(ADOS::map… in grantPrivileges()
199 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in grantPrivileges()
206 …m_aUser.SetPermissions(objName,ADOS::mapObjectType2Ado(objType),adAccessRevoke,RightsEnum(ADOS::ma… in revokePrivileges()
207 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in revokePrivileges()
216 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in changePassword()
H A DADatabaseMetaDataResultSetMetaData.cxx52 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnDisplaySize()
67 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnType()
68 nType = ADOS::MapADOType2Jdbc(aField.GetADOType()); in getColumnType()
98 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnName()
119 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isCurrency()
135 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isSigned()
149 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getPrecision()
163 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getScale()
178 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isNullable()
195 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isReadOnly()
[all …]
H A DADatabaseMetaData.cxx73 ADOS::ThrowException(*m_pADOConnection,*this); in getBoolProperty()
82 ADOS::ThrowException(*m_pADOConnection,*this); in getStringProperty()
99 pResult->setTypeInfoMap(ADOS::isJetEngine(m_pConnection->getEngineType())); in impl_getTypeInfo_throw()
111 ADOS::ThrowException(*m_pADOConnection,*this); in getCatalogs()
134 ADOS::ThrowException(*m_pADOConnection,*this); in getSchemas()
149 ADOS::ThrowException(*m_pADOConnection,*this); in getColumnPrivileges()
164 ADOS::ThrowException(*m_pADOConnection,*this); in getColumns()
180 ADOS::ThrowException(*m_pADOConnection,*this); in getTables()
196 ADOS::ThrowException(*m_pADOConnection,*this); in getProcedureColumns()
213 ADOS::ThrowException(*m_pADOConnection,*this); in getProcedures()
[all …]
H A DADatabaseMetaDataImpl.cxx58 ADOS::ThrowException(*m_pADOConnection,*this); in fillLiterals()
403 hr = CoCreateInstance(ADOS::CLSID_ADOINDEX_25, in Create()
406 ADOS::IID_ADOINDEX_25, in Create()
432 hr = CoCreateInstance(ADOS::CLSID_ADOKEY_25, in Create()
435 ADOS::IID_ADOKEY_25, in Create()
542 hr = CoCreateInstance(ADOS::CLSID_ADOTABLE_25, in Create()
545 ADOS::IID_ADOTABLE_25, in Create()
589 hr = CoCreateInstance(ADOS::CLSID_ADOUSER_25, in Create()
592 ADOS::IID_ADOUSER_25, in Create()
H A DAKey.cxx111 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
119 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
127 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
135 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
143 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setFastPropertyValue_NoBroadcast()
H A DAColumn.cxx49 hr = CoCreateInstance(ADOS::CLSID_ADOCOLUMN_25, in Create()
52 ADOS::IID_ADOCOLUMN_25, in Create()
147 m_aColumn.put_Type(ADOS::MapJdbc2ADOType(nVal,m_pConnection->getEngineType())); in setFastPropertyValue_NoBroadcast()
214 m_Type = ADOS::MapADOType2Jdbc(eType); in fillPropertyValues()
221 else if ( eType == adVarBinary && ADOS::isJetEngine(m_pConnection->getEngineType()) ) in fillPropertyValues()
250 m_Type = ADOS::MapADOType2Jdbc(eType); in fillPropertyValues()
H A DAColumns.cxx86 nType = ADOS::MapADOType2Jdbc(aColumn.get_Type()); in appendObject()
128 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject()
137 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in dropObject()
H A DAResultSet.cxx51 ADOS::ThrowException(*m_pStmt->m_pConnection->getConnection(),*this);
178 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getBinaryStream()
224 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getValue()
611 ADOS::ThrowException(*m_pStmt->m_pConnection->getConnection(),*this); in next()
707 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in updateValue()
901 ADOS::ThrowException(*((OConnection*)m_pStmt->getConnection().get())->getConnection(),*this); in hasOrderedBookmarks()
909ADOS::ThrowException(*((OConnection*)m_pStmt->getConnection().get())->getConnection(),*this); in hasOrderedBookmarks()
H A DAViews.cxx82ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject()
95ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
H A DAKeys.cxx95 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject()
107 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in dropObject()
H A DAwrapado.cxx46 hr = CoCreateInstance(ADOS::CLSID_ADOCATALOG_25, in Create()
49 ADOS::IID_ADOCATALOG_25, in Create()
289 hr = CoGetClassObject( ADOS::CLSID_ADOCOMMAND_21, in Create()
301 ADOS::IID_ADOCOMMAND_21, in Create()
302 ADOS::GetKeyStr(), in Create()
699 hr = CoGetClassObject( ADOS::CLSID_ADORECORDSET_21, in Create()
710 ADOS::IID_ADORECORDSET_21, in Create()
711 ADOS::GetKeyStr(), in Create()
H A DATables.cxx82ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject()
93ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
H A DAGroup.cxx52 hr = CoCreateInstance(ADOS::CLSID_ADOGROUP_25, in Create()
55 ADOS::IID_ADOGROUP_25, in Create()
H A DAPreparedStatement.cxx43 ADOS::ThrowException(*m_pConnection->getConnection(),*this);
203 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in executeUpdate()
269 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in setParameter()
H A DACallableStatement.cxx161 pParam->put_Type(ADOS::MapJdbc2ADOType(sqlType,m_pConnection->getEngineType())); in registerOutParameter()
172 pParam->put_Type(ADOS::MapJdbc2ADOType(sqlType,m_pConnection->getEngineType())); in registerNumericOutParameter()
H A DATable.cxx165 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in rename()
190 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in alterColumnByName()
H A DAIndexes.cxx72 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject()
H A DAStatement.cxx48 ADOS::ThrowException(*m_pConnection->getConnection(),*this);
76 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in OStatement_Base()
H A DADriver.cxx254 void ADOS::ThrowException(ADOConnection* _pAdoCon,const Reference< XInterface >& _xInterface) throw… in ThrowException()
/trunk/main/connectivity/source/inc/ado/
H A Dadoimp.hxx41 class ADOS class
103 ADOS::ThrowException(*m_pADOConnection,*this);