Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java221 public synchronized int getTransactionIsolation() throws SQLException { in getTransactionIsolation() method in JavaSQLConnection
224 return connection.getTransactionIsolation(); in getTransactionIsolation()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java119 public synchronized int getTransactionIsolation() throws SQLException { in getTransactionIsolation() method in PostgresqlConnection
121 return impl.getTransactionIsolation(); in getTransactionIsolation()
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx193 sal_Int32 SAL_CALL OConnectionWeakWrapper::getTransactionIsolation( ) throw(SQLException, RuntimeE… in getTransactionIsolation() function in OConnectionWeakWrapper
199 return m_xConnection->getTransactionIsolation(); in getTransactionIsolation()
H A DZConnectionWrapper.hxx75 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx358 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation() function in OConnection
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx275 sal_Int32 SAL_CALL OEvoabConnection::getTransactionIsolation( ) throw(SQLException, RuntimeExcepti… in getTransactionIsolation() function in OEvoabConnection
H A DNConnection.hxx107 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx338 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation() function in OConnection
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx439 sal_Int32 SAL_CALL java_sql_Connection::getTransactionIsolation( ) throw(SQLException, RuntimeExce… in getTransactionIsolation() function in java_sql_Connection
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx222 sal_Int32 SAL_CALL MacabConnection::getTransactionIsolation( ) throw(SQLException, RuntimeExceptio… in getTransactionIsolation() function in MacabConnection
H A DMacabConnection.hxx106 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx437 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation() function in OConnection
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx113 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx116 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx136 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx125 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx161 sal_Int32 SAL_CALL OSharedConnection::getTransactionIsolation( ) throw(SQLException, RuntimeExcept… in getTransactionIsolation() function in dbaccess::OSharedConnection
167 return m_xConnection->getTransactionIsolation(); in getTransactionIsolation()
H A DSharedConnection.hxx156 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
H A Dconnection.cxx287 sal_Int32 OConnection::getTransactionIsolation(void) throw( SQLException, RuntimeException ) in getTransactionIsolation() function in dbaccess::OConnection
292 return m_xMasterConnection->getTransactionIsolation(); in getTransactionIsolation()
H A Dconnection.hxx182 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx557 sal_Int32 SAL_CALL OConnection::getTransactionIsolation() in getTransactionIsolation() function in OConnection
565 switch (m_settings.cppConnection->getTransactionIsolation()) { in getTransactionIsolation()
H A Dmysqlc_connection.hxx201 sal_Int32 SAL_CALL getTransactionIsolation()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx275 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation() function in OConnection
H A DSConnection.hxx125 …virtual sal_Int32 SAL_CALL getTransactionIsolation( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl390 long getTransactionIsolation() raises (SQLException);

Completed in 110 milliseconds