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 booleanacceptsURL(String url)Connectionconnect(String url)Connectionconnect(String url, Properties props)intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()protected URIprocessUrl(String url) 
 - 
 
- 
- 
Method Detail
- 
connect
public Connection connect(String url, Properties props) throws SQLException
- Specified by:
 connectin interfaceDriver- Throws:
 SQLException
 
- 
connect
public Connection connect(String url) throws SQLException
- Throws:
 SQLException
 
- 
getMajorVersion
public int getMajorVersion()
- Specified by:
 getMajorVersionin interfaceDriver
 
- 
getMinorVersion
public int getMinorVersion()
- Specified by:
 getMinorVersionin interfaceDriver
 
- 
acceptsURL
public boolean acceptsURL(String url)
- Specified by:
 acceptsURLin interfaceDriver
 
- 
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
 jdbcCompliantin interfaceDriver
 
- 
getParentLogger
public Logger getParentLogger()
- Specified by:
 getParentLoggerin interfaceDriver
 
- 
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
- Specified by:
 getPropertyInfoin interfaceDriver
 
- 
processUrl
protected URI processUrl(String url) throws SQLException
- Throws:
 SQLException
 
 - 
 
 -