Home
last modified time | relevance | path

Searched refs:autoCommit (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl223 @param autoCommit
228 void setAutoCommit([in] boolean autoCommit) raises (SQLException);
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx172 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit() argument
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() argument
356 m_settings.cppConnection->setAutoCommit(autoCommit == sal_True? true:false); in setAutoCommit()
375 sal_Bool autoCommit = sal_False; in getAutoCommit() local
377 autoCommit = m_settings.cppConnection->getAutoCommit() == true ? sal_True : sal_False; in getAutoCommit()
381 return autoCommit; in getAutoCommit()
H A Dmysqlc_connection.hxx168 void SAL_CALL setAutoCommit(sal_Bool autoCommit)
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx197 void OConnection::setAutoCommit(sal_Bool autoCommit) throw( SQLException, RuntimeException ) in setAutoCommit() argument
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() argument
325 (SQLPOINTER)((autoCommit) ? SQL_AUTOCOMMIT_ON : SQL_AUTOCOMMIT_OFF) ,SQL_IS_INTEGER), in setAutoCommit()
/trunk/main/connectivity/source/drivers/macab/
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() argument
415 callVoidMethodWithBoolArg("setAutoCommit",mID,autoCommit); in setAutoCommit()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx258 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit() argument
263 m_bAutoCommit = autoCommit; in setAutoCommit()
/trunk/main/connectivity/source/drivers/evoab2/
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() argument
232 m_bAutocommit = autoCommit; in setAutoCommit()
233 if(!autoCommit) in setAutoCommit()
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx97 void SAL_CALL OConnectionWeakWrapper::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, Runt… in setAutoCommit() argument
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() argument
305 connection.setAutoCommit(autoCommit); in setAutoCommit()

Completed in 114 milliseconds