Home
last modified time | relevance | path

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

/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl228 void setAutoCommit([in] boolean autoCommit) raises (SQLException);
238 @see setAutoCommit
251 @see setAutoCommit
263 @see setAutoCommit
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx172 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit() function in OConnection
H A DSConnection.hxx114 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx349 void SAL_CALL OConnection::setAutoCommit(sal_Bool autoCommit) in setAutoCommit() function in OConnection
356 m_settings.cppConnection->setAutoCommit(autoCommit == sal_True? true:false); in setAutoCommit()
H A Dmysqlc_connection.hxx168 void SAL_CALL setAutoCommit(sal_Bool autoCommit)
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx124 …virtual void SAL_CALL setAutoCommit( sal_Bool /*autoCommit*/ ) throw(::com::sun::star::sdbc::SQLEx… in setAutoCommit() function in dbaccess::OSharedConnection
H A Dconnection.cxx197 void OConnection::setAutoCommit(sal_Bool autoCommit) throw( SQLException, RuntimeException ) in setAutoCommit() function in dbaccess::OConnection
202 m_xMasterConnection->setAutoCommit(autoCommit); in setAutoCommit()
H A Dconnection.hxx171 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx114 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx125 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx105 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx102 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx317 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit() function in OConnection
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx120 void SAL_CALL MacabConnection::setAutoCommit( sal_Bool ) throw(SQLException, RuntimeException) in setAutoCommit() function in MacabConnection
H A DMacabConnection.hxx95 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx412 void SAL_CALL java_sql_Connection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, Runtime… in setAutoCommit() function in java_sql_Connection
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx658 xConnection->setAutoCommit( sal_False ); in preCommit()
660 xConnection->setAutoCommit( bPreviousAutoCommit ); in preCommit()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx258 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit() function in OConnection
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx239 void SAL_CALL OEvoabConnection::setAutoCommit( sal_Bool /*autoCommit*/ ) throw(SQLException, Runtim… in setAutoCommit() function in OEvoabConnection
H A DNConnection.hxx96 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx226 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit() function in OConnection
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx97 void SAL_CALL OConnectionWeakWrapper::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, Runt… in setAutoCommit() function in OConnectionWeakWrapper
102 m_xConnection->setAutoCommit(autoCommit); in setAutoCommit()
H A DZConnectionWrapper.hxx64 …virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java303 public void setAutoCommit(boolean autoCommit) throws SQLException { in setAutoCommit() method in JavaSQLConnection
305 connection.setAutoCommit(autoCommit); in setAutoCommit()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java165 public synchronized void setAutoCommit(boolean arg0) throws SQLException { in setAutoCommit() method in PostgresqlConnection
167 impl.setAutoCommit(arg0); in setAutoCommit()

Completed in 76 milliseconds