/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlTables.java | 64 …Object queryCatalog = nameComponents.getCatalog().isEmpty() ? Any.VOID : nameComponents.getCatalog… in createObject() 76 nameComponents.getCatalog(), nameComponents.getSchema(), remarks, type); in createObject() 99 …String composedName = DbTools.composeTableName(metadata, nameComponents.getCatalog(), nameComponen… in dropObject() 103 …String unquotedName = DbTools.composeTableName(metadata, nameComponents.getCatalog(), nameComponen… in dropObject()
|
H A D | PostgresqlViews.java | 65 if (!nameComponents.getCatalog().isEmpty()) { in createObject() 81 if (!nameComponents.getCatalog().isEmpty()) { in createObject() 82 parameters.setString(next++, nameComponents.getCatalog()); in createObject() 113 …return new OView(nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(… in createObject()
|
H A D | PostgresqlConnection.java | 109 public synchronized String getCatalog() throws SQLException { in getCatalog() method in PostgresqlConnection 111 return impl.getCatalog(); in getCatalog()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 97 public String getCatalog() { in getCatalog() method in DbTools.NameComponents 186 suppressCatalog ? "" : nameComponents.getCatalog(), in composeTableName() 291 …return composeTableNameForSelect(connection, nameComponents.getCatalog(), nameComponents.getSchema… in composeTableNameForSelect() 327 …return doComposeTableName(metadata, nameComponents.getCatalog(), nameComponents.getSchema(), nameC… in quoteTableName() 621 …String composedName = composeTableName(metadata, nameComponents.getCatalog(), nameComponents.getSc… in createStandardKeyStatement()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | SharedConnection.cxx | 152 ::rtl::OUString SAL_CALL OSharedConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in dbaccess::OSharedConnection 158 return m_xConnection->getCatalog(); in getCatalog()
|
H A D | connection.cxx | 269 rtl::OUString OConnection::getCatalog(void) throw( SQLException, RuntimeException ) in getCatalog() function in dbaccess::OConnection 274 return m_xMasterConnection->getCatalog(); in getCatalog()
|
H A D | SharedConnection.hxx | 155 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dlgsave.cxx | 277 &XDatabaseMetaData::getCatalogs, _xConnection->getCatalog() ); in OSaveAsDlg() 384 getCatalog(), in IMPL_LINK() 480 String OSaveAsDlg::getCatalog() const { return m_pImpl->m_aCatalog.IsVisible() ? m_pImpl->m_aCatalo… in getCatalog() function in OSaveAsDlg
|
/trunk/main/connectivity/source/cpool/ |
H A D | ZConnectionWrapper.cxx | 175 ::rtl::OUString SAL_CALL OConnectionWeakWrapper::getCatalog( ) throw(SQLException, RuntimeExceptio… in getCatalog() function in OConnectionWeakWrapper 181 return m_xConnection->getCatalog(); in getCatalog()
|
H A D | ZConnectionWrapper.hxx | 73 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ACatalog.hxx | 52 WpADOCatalog getCatalog() const { return m_aCatalog; } in getCatalog() function in connectivity::ado::OCatalog
|
H A D | ATable.hxx | 79 OCatalog* getCatalog() const { return m_pCatalog; } in getCatalog() function in connectivity::ado::OAdoTable
|
H A D | AConnection.hxx | 111 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLConnection.java | 196 public synchronized String getCatalog() throws SQLException { in getCatalog() method in JavaSQLConnection 199 String catalog = connection.getCatalog(); in getCatalog()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | dlgsave.hxx | 87 String getCatalog() const;
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_connection.hxx | 195 OUString SAL_CALL getCatalog()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ATable.cxx | 73 m_aTable.putref_ParentCatalog(_pCatalog->getCatalog()); in OAdoTable()
|
H A D | AColumn.cxx | 79 m_aColumn.put_ParentCatalog(_pConnection->getAdoCatalog()->getCatalog()); in OAdoColumn()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NConnection.cxx | 266 ::rtl::OUString SAL_CALL OEvoabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in OEvoabConnection
|
H A D | NConnection.hxx | 105 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabConnection.hxx | 104 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
H A D | MacabConnection.cxx | 203 ::rtl::OUString SAL_CALL MacabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in MacabConnection
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SConnection.hxx | 123 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | Connection.hxx | 134 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OConnection.hxx | 123 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
|