Lines Matching refs:java_sql_Connection

259 IMPLEMENT_SERVICE_INFO(java_sql_Connection,"com.sun.star.sdbcx.JConnection","com.sun.star.sdbc.Conn…
264 jclass java_sql_Connection::theClass = 0;
266 java_sql_Connection::java_sql_Connection( const java_sql_Driver& _rDriver ) in java_sql_Connection() function in java_sql_Connection
268 …,OSubComponent<java_sql_Connection, java_sql_Connection_BASE>((::cppu::OWeakObject*)(&_rDriver), t… in java_sql_Connection()
280 java_sql_Connection::~java_sql_Connection() in ~java_sql_Connection()
300 void SAL_CALL java_sql_Connection::release() throw() in release()
305 void java_sql_Connection::disposing() in disposing()
321 jclass java_sql_Connection::getMyClass() const in getMyClass()
330 ::rtl::OUString SAL_CALL java_sql_Connection::getCatalog( ) throw(SQLException, RuntimeException) in getCatalog()
339 Reference< XDatabaseMetaData > SAL_CALL java_sql_Connection::getMetaData( ) throw(SQLException, Ru… in getMetaData()
361 void SAL_CALL java_sql_Connection::close( ) throw(SQLException, RuntimeException) in close()
366 void SAL_CALL java_sql_Connection::commit( ) throw(SQLException, RuntimeException) in commit()
372 sal_Bool SAL_CALL java_sql_Connection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
380 sal_Bool SAL_CALL java_sql_Connection::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
388 void SAL_CALL java_sql_Connection::setCatalog( const ::rtl::OUString& catalog ) throw(SQLException,… in setCatalog()
394 void SAL_CALL java_sql_Connection::rollback( ) throw(SQLException, RuntimeException) in rollback()
400 sal_Bool SAL_CALL java_sql_Connection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
406 void SAL_CALL java_sql_Connection::setReadOnly( sal_Bool readOnly ) throw(SQLException, RuntimeExce… in setReadOnly()
412 void SAL_CALL java_sql_Connection::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, Runtime… in setAutoCommit()
418 Reference< ::com::sun::star::container::XNameAccess > SAL_CALL java_sql_Connection::getTypeMap( ) … in getTypeMap()
430 void SAL_CALL java_sql_Connection::setTypeMap( const Reference< ::com::sun::star::container::XNameA… in setTypeMap()
439 sal_Int32 SAL_CALL java_sql_Connection::getTransactionIsolation( ) throw(SQLException, RuntimeExce… in getTransactionIsolation()
448 void SAL_CALL java_sql_Connection::setTransactionIsolation( sal_Int32 level ) throw(SQLException, R… in setTransactionIsolation()
457 Reference< XStatement > SAL_CALL java_sql_Connection::createStatement( ) throw(SQLException, Runti… in createStatement()
472 ::rtl::OUString java_sql_Connection::transFormPreparedStatement(const ::rtl::OUString& _sSQL) in transFormPreparedStatement()
498 Reference< XPreparedStatement > SAL_CALL java_sql_Connection::prepareStatement( const ::rtl::OUStri… in prepareStatement()
516 Reference< XPreparedStatement > SAL_CALL java_sql_Connection::prepareCall( const ::rtl::OUString& s… in prepareCall()
534 ::rtl::OUString SAL_CALL java_sql_Connection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLExce… in nativeSQL()
562 void SAL_CALL java_sql_Connection::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
568 Any SAL_CALL java_sql_Connection::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
664 void java_sql_Connection::loadDriverFromProperties( const ::rtl::OUString& _sDriverClass, const ::r… in loadDriverFromProperties()
764 ::rtl::OUString java_sql_Connection::impl_getJavaDriverClassPath_nothrow(const ::rtl::OUString& _sD… in impl_getJavaDriverClassPath_nothrow()
778 sal_Bool java_sql_Connection::construct(const ::rtl::OUString& url, in construct()