/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | SharedConnection.cxx | 98 sal_Bool SAL_CALL OSharedConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in dbaccess::OSharedConnection 104 return m_xConnection->getAutoCommit(); in getAutoCommit()
|
H A D | connection.cxx | 202 sal_Bool OConnection::getAutoCommit(void) throw( SQLException, RuntimeException ) in getAutoCommit() function in dbaccess::OConnection 207 return m_xMasterConnection->getAutoCommit(); in getAutoCommit()
|
H A D | SharedConnection.hxx | 149 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
H A D | connection.hxx | 172 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/cpool/ |
H A D | ZConnectionWrapper.cxx | 105 sal_Bool SAL_CALL OConnectionWeakWrapper::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnectionWeakWrapper 111 return m_xConnection->getAutoCommit(); in getAutoCommit()
|
H A D | ZConnectionWrapper.hxx | 65 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_connection.cxx | 365 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 D | mysqlc_connection.hxx | 171 sal_Bool SAL_CALL getAutoCommit()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NConnection.cxx | 243 sal_Bool SAL_CALL OEvoabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OEvoabConnection
|
H A D | NConnection.hxx | 97 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabConnection.hxx | 96 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
H A D | MacabConnection.cxx | 127 sal_Bool SAL_CALL MacabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in MacabConnection
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SConnection.hxx | 115 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
H A D | SConnection.cxx | 179 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KConnection.cxx | 132 sal_Bool SAL_CALL KabConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in KabConnection
|
H A D | KConnection.hxx | 104 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | Connection.hxx | 126 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 103 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OConnection.hxx | 115 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FConnection.hxx | 106 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FConnection.cxx | 266 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 239 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OConnection.cxx | 329 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit() function in OConnection
|
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HDriver.cxx | 657 sal_Bool bPreviousAutoCommit = xConnection->getAutoCommit(); in preCommit()
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XConnection.idl | 240 boolean getAutoCommit() raises (SQLException);
|