Class DriverImpl
- java.lang.Object
-
- org.apache.solr.client.solrj.io.sql.DriverImpl
-
-
Constructor Summary
Constructors Constructor Description DriverImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptsURL(String url)
Connection
connect(String url)
Connection
connect(String url, Properties props)
int
getMajorVersion()
int
getMinorVersion()
Logger
getParentLogger()
DriverPropertyInfo[]
getPropertyInfo(String url, Properties info)
boolean
jdbcCompliant()
protected URI
processUrl(String url)
-
-
-
Method Detail
-
connect
public Connection connect(String url, Properties props) throws SQLException
- Specified by:
connect
in interfaceDriver
- Throws:
SQLException
-
connect
public Connection connect(String url) throws SQLException
- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersion
in interfaceDriver
-
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersion
in interfaceDriver
-
acceptsURL
public boolean acceptsURL(String url)
- Specified by:
acceptsURL
in interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
jdbcCompliant
in interfaceDriver
-
getParentLogger
public Logger getParentLogger()
- Specified by:
getParentLogger
in interfaceDriver
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
- Specified by:
getPropertyInfo
in interfaceDriver
-
processUrl
protected URI processUrl(String url) throws SQLException
- Throws:
SQLException
-
-