/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataResultSet.cxx | 867 aMap[adEmpty] = ADOS::MapADOType2Jdbc(adEmpty); in setColumnsMap() 882 aMap[adError] = ADOS::MapADOType2Jdbc(adError); in setColumnsMap() 887 aMap[adGUID] = ADOS::MapADOType2Jdbc(adGUID); in setColumnsMap() 888 aMap[adDate] = ADOS::MapADOType2Jdbc(adDate); in setColumnsMap() 892 aMap[adBSTR] = ADOS::MapADOType2Jdbc(adBSTR); in setColumnsMap() 893 aMap[adChar] = ADOS::MapADOType2Jdbc(adChar); in setColumnsMap() 896 aMap[adWChar] = ADOS::MapADOType2Jdbc(adWChar); in setColumnsMap() 1140 aMap[adGUID] = ADOS::MapADOType2Jdbc(adGUID); in setTypeInfoMap() 1141 …aMap[adDate] = _bJetEngine ? ADOS::MapADOType2Jdbc(adDBTimeStamp) : ADOS::MapADOType2Jdbc(adDate… in setTypeInfoMap() 1145 aMap[adBSTR] = ADOS::MapADOType2Jdbc(adBSTR); in setTypeInfoMap() [all …]
|
H A D | adoimp.cxx | 56 const IID ADOS::IID_ADOINDEX_25 = MYADOID(0x0000061F); 59 const IID ADOS::IID_ADOTABLE_25 = MYADOID(0x00000610); 62 const IID ADOS::IID_ADOKEY_25 = MYADOID(0x00000622); 65 const IID ADOS::IID_ADOCOLUMN_25 = MYADOID(0x0000061C); 71 const IID ADOS::IID_ADOUSER_25 = MYADOID(0x00000619); 74 const IID ADOS::IID_ADOVIEW_25 = MYADOID(0x00000613); 76 OLEString& ADOS::GetKeyStr() in GetKeyStr() 83 sal_Int32 ADOS::MapADOType2Jdbc(DataTypeEnum eType) in MapADOType2Jdbc() 194 sal_Bool ADOS::isJetEngine(sal_Int32 _nEngineType) in isJetEngine() 271 sal_Int32 ADOS::mapAdoRights2Sdbc(RightsEnum eRights) in mapAdoRights2Sdbc() [all …]
|
H A D | AConnection.cxx | 68 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() 456 aInfo->aSimpleType.bNullable = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo() [all …]
|
H A D | AResultSetMetaData.cxx | 55 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 D | AUser.cxx | 178 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 D | ADatabaseMetaDataResultSetMetaData.cxx | 52 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 D | ADatabaseMetaData.cxx | 73 ADOS::ThrowException(*m_pADOConnection,*this); in getBoolProperty() 82 ADOS::ThrowException(*m_pADOConnection,*this); in getStringProperty() 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() 289 ADOS::ThrowException(*m_pADOConnection,*this); in getExportedKeys() [all …]
|
H A D | ADatabaseMetaDataImpl.cxx | 58 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 D | AKey.cxx | 111 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 D | AColumn.cxx | 49 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 D | AColumns.cxx | 86 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 D | AResultSet.cxx | 51 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() 909 ADOS::ThrowException(*((OConnection*)m_pStmt->getConnection().get())->getConnection(),*this); in hasOrderedBookmarks()
|
H A D | AKeys.cxx | 95 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 D | AViews.cxx | 82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject() 95 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
|
H A D | ATables.cxx | 82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject() 93 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
|
H A D | Awrapado.cxx | 46 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 D | AGroup.cxx | 52 hr = CoCreateInstance(ADOS::CLSID_ADOGROUP_25, in Create() 55 ADOS::IID_ADOGROUP_25, in Create()
|
H A D | APreparedStatement.cxx | 43 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 D | ACallableStatement.cxx | 161 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 D | ATable.cxx | 165 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in rename() 190 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in alterColumnByName()
|
H A D | AIndexes.cxx | 72 ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); in appendObject()
|
H A D | AStatement.cxx | 48 ADOS::ThrowException(*m_pConnection->getConnection(),*this); 76 ADOS::ThrowException(*m_pConnection->getConnection(),*this); in OStatement_Base()
|
H A D | ADriver.cxx | 254 void ADOS::ThrowException(ADOConnection* _pAdoCon,const Reference< XInterface >& _xInterface) throw… in ThrowException()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | adoimp.hxx | 41 class ADOS class 103 ADOS::ThrowException(*m_pADOConnection,*this);
|