Home
last modified time | relevance | path

Searched refs:getSchema (Results 1 – 25 of 25) sorted by relevance

/trunk/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx57 m_pTable->getSchema(),m_pTable->getTableName(),_rName); in createObject()
72 …if ( !_rName.equalsAscii("DEFAULT") && !m_pTable->getSchema().equalsAscii("DOMAIN") && !m_pTable->… in createObject()
76 sQuery += m_pTable->getSchema(); in createObject()
135 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in appendObject()
168 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in dropObject()
H A DBIndexes.cxx64 m_pTable->getSchema(),m_pTable->getTableName(),sal_False,sal_False); in createObject()
116 + aQuote + m_pTable->getSchema() + aQuote + sDot in appendObject()
139 …aSql = aSql + aQuote + m_pTable->getSchema() + aQuote + sDot + aQuote + m_pTable->getTableName() +… in appendObject()
178 (((aSql += aQuote) += m_pTable->getSchema()) += aQuote) += sDot; in dropObject()
H A DBIndexColumns.cxx53 m_pIndex->getTable()->getSchema(),m_pIndex->getTable()->getTableName(),sal_False,sal_False); in createObject()
69 m_pIndex->getTable()->getSchema(),m_pIndex->getTable()->getTableName(),_rName); in createObject()
H A DBIndex.cxx77 m_pTable->getSchema(),m_pTable->getTableName(),sal_False,sal_False); in refreshColumns()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java69 …queryCatalog, nameComponents.getSchema(), nameComponents.getTable(), new String[] { "VIEW", "TABLE… in createObject()
76 nameComponents.getCatalog(), nameComponents.getSchema(), remarks, type); in createObject()
99 ….composeTableName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponent… in dropObject()
103 ….composeTableName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponent… in dropObject()
H A DPostgresqlViews.java68 if (!nameComponents.getSchema().isEmpty()) { in createObject()
84 if (!nameComponents.getSchema().isEmpty()) { in createObject()
85 parameters.setString(next++, nameComponents.getSchema()); in createObject()
113 …return new OView(nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(… in createObject()
/trunk/main/connectivity/source/drivers/ado/
H A DAKeyColumns.cxx43 m_pTable->getSchema(),m_pTable->getName()); in createObject()
60 m_pTable->getSchema(),m_pTable->getName(),_rName); in createObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java105 public String getSchema() { in getSchema() method in DbTools.NameComponents
187 suppressSchema ? "" : nameComponents.getSchema(), in composeTableName()
291 …leNameForSelect(connection, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponent… in composeTableNameForSelect()
327 …return doComposeTableName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameC… in quoteTableName()
621 … composeTableName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameComponent… in createStandardKeyStatement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryLoader.java66 return InputRepositoryLoader.class.getName().equals(key.getSchema()); in isSupportedKey()
140 return new ResourceKey(parent.getSchema(), in deriveKey()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx385 getSchema(), in IMPL_LINK()
481 String OSaveAsDlg::getSchema() const { return m_pImpl->m_aSchema.IsVisible() ? m_pImpl->m_aSchema.G… in getSchema() function in OSaveAsDlg
/trunk/main/connectivity/source/drivers/evoab2/
H A DNTable.hxx58 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::evoab::OEvoabTable
H A DNColumns.cxx48 m_pTable->getSchema(), in createObject()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabTable.hxx59 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::macab::MacabTable
H A DMacabColumns.cxx48 m_pTable->getSchema(), in createObject()
/trunk/main/connectivity/source/drivers/file/
H A DFColumns.cxx50 m_pTable->getSchema(),m_pTable->getName(),_rName); in createObject()
/trunk/main/dbaccess/source/ui/inc/
H A Ddlgsave.hxx88 String getSchema() const;
/trunk/main/connectivity/source/inc/adabas/
H A DBTable.hxx75 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::adabas::OAdabasTable
/trunk/main/connectivity/source/inc/ado/
H A DATable.hxx61 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::ado::OAdoTable
/trunk/main/connectivity/source/inc/file/
H A DFTable.hxx96 ::rtl::OUString getSchema() { return m_SchemaName; } in getSchema() function in connectivity::file::OFileTable
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx509 …catalog = mysqlc_sdbc_driver::convert(m_settings.cppConnection->getSchema(), getConnectionEncoding… in getCatalog()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx162 ::rtl::OUString sSchema = aDlg.getSchema(); in convertToView()
H A DAppController.cxx2165 ::rtl::OUString sSchema = aDialog->getSchema(); in renameEntry()
/trunk/main/hsqldb/patches/
H A Di121754.patch161 + public String getSchema() throws SQLException {
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1401 m_sUpdateSchemaName = aDlg.getSchema(); in askForNewName()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx358 sSchema = aDlg.getSchema(); in doSaveDoc()

Completed in 78 milliseconds