/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BColumns.cxx | 57 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 D | BIndexes.cxx | 64 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 D | BIndexColumns.cxx | 53 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 D | BIndex.cxx | 77 m_pTable->getSchema(),m_pTable->getTableName(),sal_False,sal_False); in refreshColumns()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AKeyColumns.cxx | 43 m_pTable->getSchema(),m_pTable->getName()); in createObject() 60 m_pTable->getSchema(),m_pTable->getName(),_rName); in createObject()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/loader/ |
H A D | InputRepositoryLoader.java | 66 return InputRepositoryLoader.class.getName().equals(key.getSchema()); in isSupportedKey() 140 return new ResourceKey(parent.getSchema(), in deriveKey()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dlgsave.cxx | 385 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
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NTable.hxx | 58 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::evoab::OEvoabTable
|
H A D | NColumns.cxx | 48 m_pTable->getSchema(), in createObject()
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KTable.hxx | 59 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::kab::KabTable
|
H A D | KColumns.cxx | 48 m_pTable->getSchema(), in createObject()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabTable.hxx | 59 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::macab::MacabTable
|
H A D | MacabColumns.cxx | 48 m_pTable->getSchema(), in createObject()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FColumns.cxx | 50 m_pTable->getSchema(),m_pTable->getName(),_rName); in createObject()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | dlgsave.hxx | 88 String getSchema() const;
|
/aoo41x/main/connectivity/source/inc/adabas/ |
H A D | BTable.hxx | 75 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::adabas::OAdabasTable
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ATable.hxx | 61 ::rtl::OUString getSchema() const { return m_SchemaName; } in getSchema() function in connectivity::ado::OAdoTable
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FTable.hxx | 96 ::rtl::OUString getSchema() { return m_SchemaName; } in getSchema() function in connectivity::file::OFileTable
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_connection.cxx | 509 …catalog = mysqlc_sdbc_driver::convert(m_settings.cppConnection->getSchema(), getConnectionEncoding… in getCatalog()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerGen.cxx | 162 ::rtl::OUString sSchema = aDlg.getSchema(); in convertToView()
|
H A D | AppController.cxx | 2165 ::rtl::OUString sSchema = aDialog->getSchema(); in renameEntry()
|
/aoo41x/main/hsqldb/patches/ |
H A D | i121754.patch | 161 + public String getSchema() throws SQLException {
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 1401 m_sUpdateSchemaName = aDlg.getSchema(); in askForNewName()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 358 sSchema = aDlg.getSchema(); in doSaveDoc()
|