Home
last modified time | relevance | path

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

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java64 …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 DPostgresqlViews.java65 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 DPostgresqlConnection.java109 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 DDbTools.java97 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 DSharedConnection.cxx152 ::rtl::OUString SAL_CALL OSharedConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in dbaccess::OSharedConnection
158 return m_xConnection->getCatalog(); in getCatalog()
H A Dconnection.cxx269 rtl::OUString OConnection::getCatalog(void) throw( SQLException, RuntimeException ) in getCatalog() function in dbaccess::OConnection
274 return m_xMasterConnection->getCatalog(); in getCatalog()
H A DSharedConnection.hxx155 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx277 &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 DZConnectionWrapper.cxx175 ::rtl::OUString SAL_CALL OConnectionWeakWrapper::getCatalog( ) throw(SQLException, RuntimeExceptio… in getCatalog() function in OConnectionWeakWrapper
181 return m_xConnection->getCatalog(); in getCatalog()
H A DZConnectionWrapper.hxx73 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/connectivity/source/inc/ado/
H A DACatalog.hxx52 WpADOCatalog getCatalog() const { return m_aCatalog; } in getCatalog() function in connectivity::ado::OCatalog
H A DATable.hxx79 OCatalog* getCatalog() const { return m_pCatalog; } in getCatalog() function in connectivity::ado::OAdoTable
H A DAConnection.hxx111 …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 DJavaSQLConnection.java196 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 Ddlgsave.hxx87 String getCatalog() const;
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.hxx195 OUString SAL_CALL getCatalog()
/trunk/main/connectivity/source/drivers/ado/
H A DATable.cxx73 m_aTable.putref_ParentCatalog(_pCatalog->getCatalog()); in OAdoTable()
H A DAColumn.cxx79 m_aColumn.put_ParentCatalog(_pConnection->getAdoCatalog()->getCatalog()); in OAdoColumn()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx266 ::rtl::OUString SAL_CALL OEvoabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in OEvoabConnection
H A DNConnection.hxx105 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx104 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
H A DMacabConnection.cxx203 ::rtl::OUString SAL_CALL MacabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in MacabConnection
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.hxx123 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx134 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx123 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…

Completed in 91 milliseconds

12