Lines Matching refs:OConnection
43 OConnection::OConnection(SkeletonDriver* _pDriver) in OConnection() function in OConnection
44 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in OConnection()
55 OConnection::~OConnection() in ~OConnection()
63 void SAL_CALL OConnection::release() throw() in release()
69 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) thro… in construct()
124 IMPLEMENT_SERVICE_INFO(OConnection, "com.sun.star.sdbc.drivers.skeleton.OConnection", "com.sun.star…
127 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
139 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& _sSq… in prepareStatement()
155 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& _sSql ) t… in prepareCall()
164 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& _sSql ) throw(SQLException,… in nativeSQL()
172 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit()
179 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
189 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit()
197 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
206 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
214 Reference< XDatabaseMetaData > SAL_CALL OConnection::getMetaData( ) throw(SQLException, RuntimeExc… in getMetaData()
231 void SAL_CALL OConnection::setReadOnly( sal_Bool readOnly ) throw(SQLException, RuntimeException) in setReadOnly()
239 sal_Bool SAL_CALL OConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
248 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQLException, Runtime… in setCatalog()
256 ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
266 void SAL_CALL OConnection::setTransactionIsolation( sal_Int32 level ) throw(SQLException, RuntimeEx… in setTransactionIsolation()
275 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation()
285 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OConnection::getTypeMap( ) throw(SQ… in getTypeMap()
295 void SAL_CALL OConnection::setTypeMap( const Reference< ::com::sun::star::container::XNameAccess >&… in setTypeMap()
301 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close()
313 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
319 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
324 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo()
369 void OConnection::disposing() in disposing()