/aoo41x/main/odk/examples/DevelopersGuide/Database/ |
H A D | CodeSamples.java | 234 String sComposedName = ""; in quoteTableName() local 238 sComposedName += sCatalog; in quoteTableName() 239 sComposedName += dbmd.getCatalogSeparator(); in quoteTableName() 243 sComposedName += sSchema; in quoteTableName() 244 sComposedName += sSeparator; in quoteTableName() 245 sComposedName += sTable; in quoteTableName() 249 sComposedName += sTable; in quoteTableName() 253 sComposedName += dbmd.getCatalogSeparator(); in quoteTableName() 254 sComposedName += sCatalog; in quoteTableName() 256 return sComposedName; in quoteTableName()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | tablespage.cxx | 545 ::rtl::OUString sComposedName; in collectDetailedSelection() 581 sComposedName += m_aTablesList.GetEntryText( pCatalog ); in collectDetailedSelection() 582 sComposedName += m_sCatalogSeparator; in collectDetailedSelection() 584 sComposedName += sWildcard; in collectDetailedSelection() 598 sComposedName += m_aTablesList.GetEntryText( pSchema ); in collectDetailedSelection() 599 sComposedName += sDot; in collectDetailedSelection() 603 sComposedName += sWildcard; in collectDetailedSelection() 606 sComposedName += m_aTablesList.GetEntryText( pEntry ); in collectDetailedSelection() 609 sComposedName += sCatalog; in collectDetailedSelection() 615 aTableFilter[nOldLen] = sComposedName; in collectDetailedSelection() [all …]
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | viewcontainer.cxx | 155 …::rtl::OUString sComposedName = ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::e… in appendObject() 156 if(!sComposedName.getLength()) in appendObject() 164 aSQL.append ( sComposedName ); in appendObject() 191 ::rtl::OUString sCatalog,sSchema,sTable,sComposedName; in dropObject() 200 …sComposedName = ::dbtools::composeTableName( m_xMetaData, sCatalog, sSchema, sTable, sal_True, ::d… in dropObject() 203 if(!sComposedName.getLength()) in dropObject() 207 aSql += sComposedName; in dropObject()
|
H A D | FilteredContainer.cxx | 113 OptionalString sComposedName; member 120 :sComposedName( _composedName ) in TableInfo() 126 :sComposedName() in TableInfo() 142 if ( !_io_tableInfo.sComposedName ) in lcl_ensureComposedName() 146 _io_tableInfo.sComposedName = OptionalString( in lcl_ensureComposedName() 167 …e< XPropertySet > xTable( _masterContainer->getByName( *_io_tableInfo.sComposedName ), UNO_QUERY_T… in lcl_ensureType() 209 …if ( lcl_isElementAllowed( *table->sComposedName, aNonWildCardTableFilter, aWildCardTableFilter ) ) in lcl_filter() 247 aReturn.push_back( *table->sComposedName ); in lcl_filter()
|
H A D | tablecontainer.cxx | 394 ::rtl::OUString sCatalog,sSchema,sTable,sComposedName; in dropObject() 406 …sComposedName = ::dbtools::composeTableName( m_xMetaData, sCatalog, sSchema, sTable, sal_True, ::d… in dropObject() 413 if(!sComposedName.getLength()) in dropObject() 423 aSql += sComposedName; in dropObject()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TTableHelper.cxx | 515 ::rtl::OUString sComposedName; in rename() 516 …sComposedName = ::dbtools::composeTableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sal_Tr… in rename() 517 sSql += sComposedName in rename() 519 …sComposedName = ::dbtools::composeTableName(getMetaData(),sCatalog,sSchema,sTable,sal_True,::dbtoo… in rename() 520 sSql += sComposedName; in rename() 560 ::rtl::OUString sComposedName; in getName() 561 …sComposedName = ::dbtools::composeTableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sal_Fa… in getName() 562 return sComposedName; in getName()
|
H A D | dbtools2.cxx | 194 ::rtl::OUString sCatalog,sSchema,sTable,sComposedName; in createStandardCreateStatement() 203 …sComposedName = ::dbtools::composeTableName( xMetaData, sCatalog, sSchema, sTable, sal_True, ::dbt… in createStandardCreateStatement() 204 if ( !sComposedName.getLength() ) in createStandardCreateStatement() 207 aSql.append(sComposedName); in createStandardCreateStatement() 269 ::rtl::OUString sCatalog,sSchema,sTable,sComposedName; in createStandardKeyStatement() 321 …sComposedName = ::dbtools::composeTableName( xMetaData, sCatalog, sSchema, sTable, sal_True, ::dbt… in createStandardKeyStatement() 324 if ( !sComposedName.getLength() ) in createStandardKeyStatement() 423 ::rtl::OUString sComposedName; in lcl_createSDBCXColumn() 424 …sComposedName = composeTableNameForSelect(_xConnection, getString( _aCatalog ), _aSchema, _aTable … in lcl_createSDBCXColumn() 427 collectColumnInformation(_xConnection,sComposedName,sQuotedName,aInfo); in lcl_createSDBCXColumn()
|
H A D | TColumnsHelper.cxx | 103 … ::rtl::OUString sComposedName = ::dbtools::composeTableNameForSelect( xConnection, m_pTable ); in createObject() 104 …collectColumnInformation(xConnection,sComposedName,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("*"… in createObject()
|
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VView.cxx | 114 ::rtl::OUString sComposedName; in getName() 116 …sComposedName = ::dbtools::composeTableName( m_xMetaData, m_CatalogName, m_SchemaName, m_Name, sal… in getName() 121 aValue >>= sComposedName; in getName() 123 return sComposedName; in getName()
|
H A D | VCatalog.cxx | 207 ::rtl::OUString sComposedName( in buildName() 209 return sComposedName; in buildName()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 277 ::rtl::OUString sComposedName; in lcl_findTableInMetaData() 291 sComposedName = ::rtl::OUString(); in lcl_findTableInMetaData() 305 sComposedName = ::dbtools::composeTableName( in lcl_findTableInMetaData() 315 return sComposedName; in lcl_findTableInMetaData() 379 ::rtl::OUString sComposedName( _rComposedName ); in impl_locateRecordSource() 390 if ( !bQueryDoesExist && !m_pImpl->m_xTableContainer->hasByName( sComposedName ) ) in impl_locateRecordSource() 413 if ( !m_pImpl->isQueryAllowed( sComposedName ) ) in impl_locateRecordSource() 419 m_pImpl->m_xQueryContainer->getByName( sComposedName ) >>= aReturn; in impl_locateRecordSource() 422 ForbidQueryName aForbidName( *m_pImpl, sComposedName ); in impl_locateRecordSource() 426 m_pImpl->m_xTableContainer->getByName( sComposedName ) >>= aReturn; in impl_locateRecordSource() [all …]
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinController.cxx | 478 ::rtl::OUString sComposedName,sTableName,sWindowName; in loadTableWindow() 481 sComposedName = i_rTableWindowSettings.getOrDefault( "ComposedName", sComposedName ); in loadTableWindow() 490 … TTableWindowData::value_type pData = createTableWindowData(sComposedName,sTableName,sWindowName); in loadTableWindow()
|
H A D | QueryDesignView.cxx | 2088 ::rtl::OUString sComposedName; in InitFromParseNodeImpl() 2108 … OSL_VERIFY( xTableProps->getPropertyValue( PROPERTY_NAME ) >>= sComposedName ); in InitFromParseNodeImpl() 2111 …sComposedName = ::dbtools::composeTableName( xMetaData, xTableProps, ::dbtools::eInDataManipulatio… in InitFromParseNodeImpl() 2114 if ( aKeyComp( sComposedName, aIter->first ) ) in InitFromParseNodeImpl() 2117 …::dbtools::qualifiedNameComponents( xMetaData, sComposedName, sCatalog, sSchema, sTable, ::dbtools… in InitFromParseNodeImpl() 2126 pTableView->AddTabWin( sComposedName, sAlias, sal_False ); // don't create data here in InitFromParseNodeImpl() 2131 if ( !aKeyComp( pExistentWin->GetData()->GetComposedName(), sComposedName ) ) in InitFromParseNodeImpl() 2133 pTableView->AddTabWin(sComposedName, sAlias); in InitFromParseNodeImpl()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 328 …::rtl::OUString sComposedName( ::dbtools::composeTableName( getMetaData(), m_CatalogName, m_Schema… in getAlterTableColumnPart() 329 sSql += sComposedName; in getAlterTableColumnPart() 400 ::rtl::OUString sComposedName( in rename() 402 sSql += sComposedName in rename()
|
H A D | HTables.cxx | 147 ::rtl::OUString sComposedName( in dropObject() 149 aSql += sComposedName; in dropObject()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 552 ::rtl::OUString sComposedName; in getQualifiedName() 555 return sComposedName; in getQualifiedName() 565 return sComposedName; in getQualifiedName() 570 sComposedName = rTreeView.getQualifiedTableName( pEntry ); in getQualifiedName() 574 sComposedName = rTree.GetEntryText(pEntry); in getQualifiedName() 578 …sComposedName = rTree.GetEntryText(pParent) + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + … in getQualifiedName() 583 return sComposedName; in getQualifiedName()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YTables.cxx | 164 ::rtl::OUString sComposedName( in dropObject() 166 aSql += sComposedName; in dropObject()
|
H A D | YTable.cxx | 353 ::rtl::OUString sComposedName( in getAlterTableColumnPart() 355 sSql += sComposedName; in getAlterTableColumnPart()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 1335 ::rtl::OUString sComposedName( in createTable() 1337 if(xTables->hasByName(sComposedName)) in createTable() 1339 xTables->getByName(sComposedName) >>= xTable; in createTable() 1340 m_sName = sComposedName; in createTable()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 1421 ::rtl::OUString sComposedName; in assignTable()
|