Class DriverImpl
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.sql.DriverImpl
 
- 
- 
Constructor SummaryConstructors Constructor Description DriverImpl()
 - 
Method SummaryAll 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- 
connectpublic Connection connect(String url, Properties props) throws SQLException - Specified by:
- connectin interface- Driver
- Throws:
- SQLException
 
 - 
connectpublic Connection connect(String url) throws SQLException - Throws:
- SQLException
 
 - 
getMajorVersionpublic int getMajorVersion() - Specified by:
- getMajorVersionin interface- Driver
 
 - 
getMinorVersionpublic int getMinorVersion() - Specified by:
- getMinorVersionin interface- Driver
 
 - 
acceptsURLpublic boolean acceptsURL(String url) - Specified by:
- acceptsURLin interface- Driver
 
 - 
jdbcCompliantpublic boolean jdbcCompliant() - Specified by:
- jdbcCompliantin interface- Driver
 
 - 
getParentLoggerpublic Logger getParentLogger() - Specified by:
- getParentLoggerin interface- Driver
 
 - 
getPropertyInfopublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info) - Specified by:
- getPropertyInfoin interface- Driver
 
 - 
processUrlprotected URI processUrl(String url) throws SQLException - Throws:
- SQLException
 
 
- 
 
-