Searched refs:vtEmpty (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | Awrapado.cxx | 1658 OLEVariant vtEmpty; in getExportedKeys() local 1659 vtEmpty.setNoArg(); in getExportedKeys() 1666 OpenSchema(adSchemaForeignKeys,vsa,vtEmpty,&pRecordset); in getExportedKeys() 1699 OLEVariant vtEmpty; in getImportedKeys() local 1700 vtEmpty.setNoArg(); in getImportedKeys() 1707 OpenSchema(adSchemaForeignKeys,vsa,vtEmpty,&pRecordset); in getImportedKeys() 1739 OLEVariant vtEmpty; in getPrimaryKeys() local 1740 vtEmpty.setNoArg(); in getPrimaryKeys() 1747 OpenSchema(adSchemaPrimaryKeys,vsa,vtEmpty,&pRecordset); in getPrimaryKeys() 1783 OLEVariant vtEmpty; in getIndexInfo() local [all …]
|
| H A D | ADatabaseMetaData.cxx | 106 OLEVariant vtEmpty; in getCatalogs() local 107 vtEmpty.setNoArg(); in getCatalogs() 110 m_pADOConnection->OpenSchema(adSchemaCatalogs,vtEmpty,vtEmpty,&pRecordset); in getCatalogs() 129 OLEVariant vtEmpty; in getSchemas() local 130 vtEmpty.setNoArg(); in getSchemas() 133 m_pADOConnection->OpenSchema(adSchemaSchemata,vtEmpty,vtEmpty,&pRecordset); in getSchemas() 917 OLEVariant vtEmpty; in getSQLKeywords() local 918 vtEmpty.setNoArg(); in getSQLKeywords() 919 m_pADOConnection->OpenSchema(adSchemaDBInfoKeywords,vtEmpty,vtEmpty,&pRecordset); in getSQLKeywords()
|
| H A D | ADatabaseMetaDataImpl.cxx | 54 OLEVariant vtEmpty; in fillLiterals() local 55 vtEmpty.setNoArg(); in fillLiterals() 56 m_pADOConnection->OpenSchema(adSchemaDBInfoLiterals,vtEmpty,vtEmpty,&pRecordset); in fillLiterals()
|