Lines Matching refs:OSharedConnection
43 DBG_NAME(OSharedConnection) in DBG_NAME() argument
44 OSharedConnection::OSharedConnection(Reference< XAggregation >& _rxProxyConnection) in DBG_NAME()
47 DBG_CTOR(OSharedConnection,NULL); in DBG_NAME()
51 OSharedConnection::~OSharedConnection() in ~OSharedConnection()
53 DBG_DTOR(OSharedConnection,NULL); in ~OSharedConnection()
56 void SAL_CALL OSharedConnection::disposing(void) in disposing()
62 Reference< XStatement > SAL_CALL OSharedConnection::createStatement( ) throw(SQLException, Runtime… in createStatement()
71 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareStatement( const ::rtl::OUString… in prepareStatement()
80 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareCall( const ::rtl::OUString& sql… in prepareCall()
89 ::rtl::OUString SAL_CALL OSharedConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLExcept… in nativeSQL()
98 sal_Bool SAL_CALL OSharedConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
107 void SAL_CALL OSharedConnection::commit( ) throw(SQLException, RuntimeException) in commit()
116 void SAL_CALL OSharedConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
125 sal_Bool SAL_CALL OSharedConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
134 Reference< XDatabaseMetaData > SAL_CALL OSharedConnection::getMetaData( ) throw(SQLException, Runt… in getMetaData()
143 sal_Bool SAL_CALL OSharedConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
152 ::rtl::OUString SAL_CALL OSharedConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
161 sal_Int32 SAL_CALL OSharedConnection::getTransactionIsolation( ) throw(SQLException, RuntimeExcept… in getTransactionIsolation()
170 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OSharedConnection::getTypeMap( ) th… in getTypeMap()