Lines Matching refs:OConnection
51 IMPLEMENT_SERVICE_INFO(OConnection,"com.sun.star.sdbcx.AConnection","com.sun.star.sdbc.Connection");
53 OConnection::OConnection(ODriver* _pDriver) throw(SQLException, RuntimeException) in OConnection() function in OConnection
54 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in OConnection()
100 OConnection::~OConnection() in ~OConnection()
104 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) in construct()
165 void SAL_CALL OConnection::release() throw() in release()
170 Reference< XStatement > SAL_CALL OConnection::createStatement( ) throw(SQLException, RuntimeExcept… in createStatement()
181 Reference< XPreparedStatement > SAL_CALL OConnection::prepareStatement( const ::rtl::OUString& sql … in prepareStatement()
193 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall( const ::rtl::OUString& sql ) thr… in prepareCall()
205 ::rtl::OUString SAL_CALL OConnection::nativeSQL( const ::rtl::OUString& _sql ) throw(SQLException, … in nativeSQL()
226 void SAL_CALL OConnection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, RuntimeExceptio… in setAutoCommit()
239 sal_Bool SAL_CALL OConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
248 void SAL_CALL OConnection::commit( ) throw(SQLException, RuntimeException) in commit()
257 void SAL_CALL OConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
266 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
273 Reference< XDatabaseMetaData > SAL_CALL OConnection::getMetaData( ) throw(SQLException, RuntimeExc… in getMetaData()
289 void SAL_CALL OConnection::setReadOnly( sal_Bool readOnly ) throw(SQLException, RuntimeException) in setReadOnly()
300 sal_Bool SAL_CALL OConnection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
309 void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQLException, Runtime… in setCatalog()
318 ::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
326 void SAL_CALL OConnection::setTransactionIsolation( sal_Int32 level ) throw(SQLException, RuntimeEx… in setTransactionIsolation()
358 sal_Int32 SAL_CALL OConnection::getTransactionIsolation( ) throw(SQLException, RuntimeException) in getTransactionIsolation()
389 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL OConnection::getTypeMap( ) throw(SQ… in getTypeMap()
398 void SAL_CALL OConnection::setTypeMap( const Reference< ::com::sun::star::container::XNameAccess >&… in setTypeMap()
404 void SAL_CALL OConnection::close( ) throw(SQLException, RuntimeException) in close()
415 Any SAL_CALL OConnection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
420 void SAL_CALL OConnection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
424 void OConnection::buildTypeInfo() throw( SQLException) in buildTypeInfo()
483 void OConnection::disposing() in disposing()
508 sal_Int64 SAL_CALL OConnection::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rI… in getSomething()
517 Sequence< sal_Int8 > OConnection::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
532 const OExtendedTypeInfo* OConnection::getTypeInfoFromType(const OTypeInfoMap& _rTypeInfo, in getTypeInfoFromType()