/aoo41x/main/connectivity/source/commontools/ |
H A D | TTableHelper.cxx | 269 Any aCatalog; in refreshColumns() local 271 aCatalog <<= m_CatalogName; in refreshColumns() 274 aCatalog, in refreshColumns() 327 Any aCatalog; in refreshPrimaryKeys() local 329 aCatalog <<= m_CatalogName; in refreshPrimaryKeys() 330 Reference< XResultSet > xResult = getMetaData()->getPrimaryKeys(aCatalog,m_SchemaName,m_Name); in refreshPrimaryKeys() 356 Any aCatalog; in refreshForgeinKeys() local 358 aCatalog <<= m_CatalogName; in refreshForgeinKeys() 359 Reference< XResultSet > xResult = getMetaData()->getImportedKeys(aCatalog,m_SchemaName,m_Name); in refreshForgeinKeys() 443 Any aCatalog; in refreshIndexes() local [all …]
|
H A D | TIndexes.cxx | 80 Any aCatalog = m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)); in createObject() local 81 …Reference< XResultSet > xResult = m_pTable->getMetaData()->getIndexInfo(aCatalog,aSchema,aTable,sa… in createObject() 97 xResult = m_pTable->getMetaData()->getPrimaryKeys(aCatalog,aSchema,aTable); in createObject() 155 ::rtl::OUString aCatalog,aSchema,aTable; in appendObject() 156 …dbtools::qualifiedNameComponents(m_pTable->getMetaData(),m_pTable->getName(),aCatalog,aSchema,aTab… in appendObject() 159 …aComposedName = dbtools::composeTableName(m_pTable->getMetaData(),aCatalog,aSchema,aTable,sal_True… in appendObject()
|
H A D | dbtools2.cxx | 523 Any aCatalog; in createSDBCXColumn() local 524 aCatalog = _xTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)); in createSDBCXColumn() 532 …xProp = lcl_createSDBCXColumn(xPrimaryKeyColumns,_xConnection,aCatalog, aSchema, aTable, _rName,_r… in createSDBCXColumn() 535 …xProp = lcl_createSDBCXColumn(xPrimaryKeyColumns,_xConnection,aCatalog, aSchema, aTable, ::rtl::OU… in createSDBCXColumn()
|
H A D | dbtools.cxx | 1430 ::rtl::OUString aCatalog; in lcl_getTableNameComponents()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HUser.cxx | 110 Any aCatalog; in findPrivilegesAndGrantPrivileges() local 112 aCatalog <<= sCatalog; in findPrivilegesAndGrantPrivileges() 113 xRes = xMeta->getTablePrivileges(aCatalog,sSchema,sTable); in findPrivilegesAndGrantPrivileges() 119 Any aCatalog; in findPrivilegesAndGrantPrivileges() local 121 aCatalog <<= sCatalog; in findPrivilegesAndGrantPrivileges() 122 …xRes = xMeta->getColumnPrivileges(aCatalog,sSchema,sTable,::rtl::OUString(RTL_CONSTASCII_USTRINGPA… in findPrivilegesAndGrantPrivileges()
|
H A D | HTables.cxx | 70 Any aCatalog; in createObject() local 72 aCatalog <<= sCatalog; in createObject() 73 Reference< XResultSet > xResult = m_xMetaData->getTables(aCatalog,sSchema,sTable,sTableTypes); in createObject()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YUser.cxx | 110 Any aCatalog; in findPrivilegesAndGrantPrivileges() local 112 aCatalog <<= sCatalog; in findPrivilegesAndGrantPrivileges() 113 xRes = xMeta->getTablePrivileges(aCatalog,sSchema,sTable); in findPrivilegesAndGrantPrivileges() 119 Any aCatalog; in findPrivilegesAndGrantPrivileges() local 121 aCatalog <<= sCatalog; in findPrivilegesAndGrantPrivileges() 122 …xRes = xMeta->getColumnPrivileges(aCatalog,sSchema,sTable,::rtl::OUString(RTL_CONSTASCII_USTRINGPA… in findPrivilegesAndGrantPrivileges()
|
H A D | YTables.cxx | 70 Any aCatalog; in createObject() local 72 aCatalog <<= sCatalog; in createObject() 73 Reference< XResultSet > xResult = m_xMetaData->getTables(aCatalog,sSchema,sTable,sTableTypes); in createObject()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 233 WpADOCatalog aCatalog; in getDataDefinitionByConnection() local 234 aCatalog.Create(); in getDataDefinitionByConnection() 235 if(aCatalog.IsValid()) in getDataDefinitionByConnection() 237 aCatalog.putref_ActiveConnection(*pConnection->getConnection()); in getDataDefinitionByConnection() 238 OCatalog* pCatalog = new OCatalog(aCatalog,pConnection); in getDataDefinitionByConnection()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | adtabdlg.cxx | 116 ::rtl::OUString aCatalog, aSchema, aTableName; in getSelectedName() 122 aCatalog = m_rTableList.GetEntryText(pCatalog); in getSelectedName() 131 if ( !aCatalog.getLength() in getSelectedName() 136 aCatalog = aSchema; in getSelectedName() 141 xMeta, aCatalog, aSchema, aTableName, sal_False, ::dbtools::eInDataManipulation ); in getSelectedName()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | tablecontainer.cxx | 226 Any aCatalog; in createObject() local 228 aCatalog <<= sCatalog; in createObject() 233 …Reference< XResultSet > xRes = m_xMetaData.is() ? m_xMetaData->getTables(aCatalog,sSchema,sTable,… in createObject()
|
H A D | SingleSelectQueryComposer.cxx | 1324 ::rtl::OUString aCatalog,aSchema,aTable,aComposedName,aColumnName; in getTableAlias() 1325 column->getPropertyValue(PROPERTY_CATALOGNAME) >>= aCatalog; in getTableAlias() 1354 …aComposedName = ::dbtools::composeTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_False, ::… in getTableAlias() 1373 if(aComp(aCatalog,aCatalog2) && aComp(aSchema,aSchema2) && aComp(aTable,aTable2)) in getTableAlias() 1375 aCatalog = aCatalog2; in getTableAlias() 1386 …sReturn = ::dbtools::composeTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_True, ::dbtools… in getTableAlias()
|
H A D | RowSet.cxx | 2428 ::rtl::OUString aCatalog,aSchema,aTable; in impl_buildActiveCommand_throw() 2429 xQuery->getPropertyValue(PROPERTY_UPDATE_CATALOGNAME) >>= aCatalog; in impl_buildActiveCommand_throw() 2433 …m_aUpdateTableName = composeTableName( m_xActiveConnection->getMetaData(), aCatalog, aSchema, aTab… in impl_buildActiveCommand_throw()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationController.cxx | 335 Any aCatalog; in run() local 337 aCatalog <<= sCatalog; in run() 341 Reference< XResultSet > xResult = m_xMetaData->getImportedKeys(aCatalog, sSchema,sTable); in run()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 456 Any aCatalog; in getTableName() local 463 aCatalog,aSchema, aTableName,NULL ); in getTableName() 472 … OSQLParseNode::getTableComponents( pNodeForTableName, aCatalog, aSchema, aTableName,NULL); in getTableName()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 456 Any aCatalog; in traverseOneTableName() local 461 …OSQLParseNode::getTableComponents(pTableName,aCatalog,aSchema,aTableName,m_pImpl->m_xDatabaseMetaD… in traverseOneTableName() 465 aCatalog.hasValue() ? ::comphelper::getString(aCatalog) : ::rtl::OUString(), in traverseOneTableName()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewsh.cxx | 453 SfxTemplateCatalog aCatalog( in ExecMisc_Impl() local 455 aCatalog.Execute(); in ExecMisc_Impl()
|