Home
last modified time | relevance | path

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

12

/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx110 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
123 …void setCatalog(const ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbcx::XTablesSuppli… in setCatalog() function in connectivity::ado::OConnection
124 void setCatalog(OCatalog* _pCatalog) { m_pCatalog = _pCatalog; } in setCatalog() function in connectivity::ado::OConnection
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java170 public synchronized void setCatalog(String arg0) throws SQLException { in setCatalog() method in PostgresqlConnection
172 impl.setCatalog(arg0); in setCatalog()
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx166 void SAL_CALL OConnectionWeakWrapper::setCatalog( const ::rtl::OUString& catalog ) throw(SQLExcepti… in setCatalog() function in OConnectionWeakWrapper
172 m_xConnection->setCatalog(catalog); in setCatalog()
H A DZConnectionWrapper.hxx72 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java101 public void setCatalog(String catalog) { in setCatalog() method in DbTools.NameComponents
301 …nameComponents.setCatalog(AnyConverter.toString(table.getPropertyValue(PropertyIds.CATALOGNAME.nam… in getTableNameComponents()
352 ret.setCatalog(sName.substring(0, nIndex)); in qualifiedNameComponents()
359 ret.setCatalog(sName.substring(nIndex + 1)); in qualifiedNameComponents()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx240 pConnection->setCatalog(xTab); in getDataDefinitionByConnection()
241 pConnection->setCatalog(pCatalog); in getDataDefinitionByConnection()
H A DAConnection.cxx309 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQLException, Runtime… in setCatalog() function in OConnection
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java312 public void setCatalog(String catalog) throws SQLException { in setCatalog() method in JavaSQLConnection
314 connection.setCatalog(catalog); in setCatalog()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyle.java116 public void setCatalog(StyleCatalog sc) { in setCatalog() method in Style
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx260 void OConnection::setCatalog(const rtl::OUString& catalog) throw( SQLException, RuntimeException ) in setCatalog() function in dbaccess::OConnection
265 m_xMasterConnection->setCatalog(catalog); in setCatalog()
H A DSharedConnection.hxx132 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& /*catalog*/ ) throw(::com::sun::star::sdb… in setCatalog() function in dbaccess::OSharedConnection
H A Dconnection.hxx179 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.hxx192 void SAL_CALL setCatalog(const OUString& catalog)
H A Dmysqlc_connection.cxx482 void SAL_CALL OConnection::setCatalog(const OUString& catalog) in setCatalog() function in OConnection
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx261 void SAL_CALL OEvoabConnection::setCatalog( const ::rtl::OUString& /*catalog*/ ) throw(SQLException… in setCatalog() function in OEvoabConnection
H A DNConnection.hxx104 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx103 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
H A DMacabConnection.cxx195 void SAL_CALL MacabConnection::setCatalog( const ::rtl::OUString& ) throw(SQLException, RuntimeExce… in setCatalog() function in MacabConnection
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.hxx122 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
H A DSConnection.cxx248 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQLException, Runtime… in setCatalog() function in OConnection
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx133 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx122 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx113 …virtual void SAL_CALL setCatalog( const ::rtl::OUString& catalog ) throw(::com::sun::star::sdbc::S…
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx323 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& /*catalog*/ ) throw(SQLException, Run… in setCatalog() function in OConnection
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx398 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQLException, Runtime… in setCatalog() function in OConnection

Completed in 114 milliseconds

12