Home
last modified time | relevance | path

Searched refs:getAutoCommit (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl240 boolean getAutoCommit() raises (SQLException);
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx179 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
H A DSConnection.hxx115 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx365 sal_Bool SAL_CALL OConnection::getAutoCommit() in getAutoCommit() function in OConnection
377 autoCommit = m_settings.cppConnection->getAutoCommit() == true ? sal_True : sal_False; in getAutoCommit()
H A Dmysqlc_connection.hxx171 sal_Bool SAL_CALL getAutoCommit()
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx98 sal_Bool SAL_CALL OSharedConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in dbaccess::OSharedConnection
104 return m_xConnection->getAutoCommit(); in getAutoCommit()
H A DSharedConnection.hxx149 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
H A Dconnection.cxx206 sal_Bool OConnection::getAutoCommit(void) throw( SQLException, RuntimeException ) in getAutoCommit() function in dbaccess::OConnection
211 return m_xMasterConnection->getAutoCommit(); in getAutoCommit()
H A Dconnection.hxx172 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx115 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx126 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx106 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx103 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx329 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx127 sal_Bool SAL_CALL MacabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in MacabConnection
H A DMacabConnection.hxx96 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx400 sal_Bool SAL_CALL java_sql_Connection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in java_sql_Connection
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx657 sal_Bool bPreviousAutoCommit = xConnection->getAutoCommit(); in preCommit()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx266 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx243 sal_Bool SAL_CALL OEvoabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OEvoabConnection
H A DNConnection.hxx97 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx239 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx105 sal_Bool SAL_CALL OConnectionWeakWrapper::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnectionWeakWrapper
111 return m_xConnection->getAutoCommit(); in getAutoCommit()
H A DZConnectionWrapper.hxx65 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java187 public boolean getAutoCommit() throws SQLException { in getAutoCommit() method in JavaSQLConnection
189 return connection.getAutoCommit(); in getAutoCommit()

Completed in 170 milliseconds

12