Home
last modified time | relevance | path

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

12

/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/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/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java109 public synchronized String getCatalog() throws SQLException { in getCatalog() method in PostgresqlConnection
111 return impl.getCatalog(); in getCatalog()
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()
/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/drivers/ado/
H A DAColumn.cxx79 m_aColumn.put_ParentCatalog(_pConnection->getAdoCatalog()->getCatalog()); in OAdoColumn()
H A DAConnection.cxx318 ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in OConnection
H A DATable.cxx73 m_aTable.putref_ParentCatalog(_pCatalog->getCatalog()); in OAdoTable()
/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/file/
H A DFConnection.cxx328 ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in OConnection
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx330 ::rtl::OUString SAL_CALL java_sql_Connection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in java_sql_Connection
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx203 ::rtl::OUString SAL_CALL MacabConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in MacabConnection
H A DMacabConnection.hxx104 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx410 ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog() function in OConnection
/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 DAConnection.hxx111 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
H A DATable.hxx79 OCatalog* getCatalog() const { return m_pCatalog; } in getCatalog() function in connectivity::ado::OAdoTable
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx114 …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:…
/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 DSharedConnection.hxx155 …virtual ::rtl::OUString SAL_CALL getCatalog( ) throw(::com::sun::star::sdbc::SQLException, ::com:…

Completed in 80 milliseconds

12