/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDriver.java | 104 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in PostgresqlDriver 112 if (acceptsURL(url)) { in connect() 162 if (!acceptsURL(url)) { in getPropertyInfo() 186 if (!acceptsURL(url)) { in getDataDefinitionByURL()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 132 if ( ! acceptsURL(url) ) in connect() 143 sal_Bool SAL_CALL ODriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in ODriver 151 if ( !acceptsURL(_sUrl) ) in impl_checkURL_throw() 162 if ( acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/calc/ |
H A D | CDriver.cxx | 73 if ( ! acceptsURL(url) ) in connect() 84 sal_Bool SAL_CALL ODriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in ODriver 92 if ( !acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DDriver.cxx | 66 if ( ! acceptsURL(url) ) in connect() 77 sal_Bool SAL_CALL ODriver::acceptsURL( const ::rtl::OUString& url ) throw(SQLException, RuntimeExce… in acceptsURL() function in ODriver 84 if ( acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/flat/ |
H A D | EDriver.cxx | 69 if ( ! acceptsURL(url) ) in connect() 80 sal_Bool SAL_CALL ODriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in ODriver 88 if ( acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JDBCDriver.java | 111 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in JDBCDriver 122 if (acceptsURL(url)) { in connect() 148 if (!acceptsURL(url)) { in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NDriver.cxx | 140 if ( ! acceptsURL(url) ) in connect() 151 sal_Bool SAL_CALL OEvoabDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in OEvoabDriver 160 if ( ! acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_driver.cxx | 155 if (!acceptsURL(url)) { in connect() 186 sal_Bool SAL_CALL MysqlCDriver::acceptsURL(const OUString& url) in acceptsURL() function in MysqlCDriver 200 if (acceptsURL(url)) { in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODriver.cxx | 108 if ( ! acceptsURL(url) ) in connect() 125 sal_Bool SAL_CALL ODBCDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in ODBCDriver 133 if ( acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/mysql/ |
H A D | YDriver.cxx | 250 if ( acceptsURL(url) ) in connect() 309 …sal_Bool SAL_CALL ODriverDelegator::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, … in acceptsURL() function in connectivity::ODriverDelegator 325 if ( !acceptsURL(url) ) in getPropertyInfo() 446 if ( ! acceptsURL(url) ) in getDataDefinitionByURL()
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | JDriver.cxx | 109 if ( acceptsURL(url ) ) in connect() 121 sal_Bool SAL_CALL java_sql_Driver::acceptsURL( const ::rtl::OUString& url ) throw(SQLException, Run… in acceptsURL() function in java_sql_Driver 134 if ( acceptsURL(url) ) in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDriver.cxx | 123 sal_Bool SAL_CALL OFileDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in OFileDriver 133 if ( acceptsURL(url) ) in getPropertyInfo() 238 if ( ! acceptsURL(url) ) in getDataDefinitionByURL()
|
/aoo42x/main/connectivity/source/cpool/ |
H A D | ZDriverWrapper.cxx | 101 …sal_Bool SAL_CALL ODriverWrapper::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, Ru… in acceptsURL() function in connectivity::ODriverWrapper 103 return m_xDriver.is() && m_xDriver->acceptsURL(url); in acceptsURL()
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HDriver.cxx | 178 if ( acceptsURL(url) ) in connect() 401 …sal_Bool SAL_CALL ODriverDelegator::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, … in acceptsURL() function in connectivity::ODriverDelegator 411 if ( !acceptsURL(url) ) in getPropertyInfo() 479 if ( ! acceptsURL(url) ) in getDataDefinitionByURL()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XDriver.java | 139 res = oObj.acceptsURL(url); in _acceptsURL() 141 res &= !oObj.acceptsURL(wrongUrl); in _acceptsURL()
|
/aoo42x/main/connectivity/source/manager/ |
H A D | mdrivermanager.cxx | 191 if ( _rDriver.is() && _rDriver->acceptsURL( m_rURL ) ) in operator ()() 724 if ( m_aDriversBS.end() != aFind && aFind->xDriver.is() && aFind->xDriver->acceptsURL(_rURL) ) in implGetDriverForURL()
|
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 320 if ( ! acceptsURL(url) ) in connect() 387 sal_Bool SAL_CALL ODriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL() function in connectivity::adabas::ODriver 395 if ( acceptsURL(url) ) in getPropertyInfo() 567 if ( ! acceptsURL(url) ) in getDataDefinitionByURL()
|
/aoo42x/main/qadevOOo/objdsc/adabas/ |
H A D | com.sun.star.comp.sdbcx.adabas.ODriver.csv | 2 "ODriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
/aoo42x/main/qadevOOo/objdsc/jdbc/ |
H A D | com.sun.star.comp.sdbc.JDBCDriver.csv | 2 "JDBCDriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
/aoo42x/main/qadevOOo/objdsc/ado/ |
H A D | com.sun.star.comp.sdbc.ado.ODriver.csv | 2 "ODriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
/aoo42x/main/qadevOOo/objdsc/odbc/ |
H A D | com.sun.star.comp.sdbc.ODBCDriver.csv | 2 "ODBCDriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
/aoo42x/main/qadevOOo/objdsc/file/ |
H A D | com.sun.star.comp.sdbc.evoab.OEvoabDriver.csv | 5 "OEvoabDriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
H A D | com.sun.star.comp.sdbc.flat.ODriver.csv | 5 "ODriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
H A D | com.sun.star.sdbc.driver.calc.ODriver.csv | 5 "ODriver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|
H A D | com.sun.star.sdbc.driver.file.Driver.csv | 5 "Driver";"com::sun::star::sdbc::XDriver";"acceptsURL()"
|