public class CalciteSolrDriver
extends org.apache.calcite.jdbc.Driver
It accepts connect strings that start with "jdbc:calcitesolr:".
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECT_STRING_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect(String url,
Properties info) |
protected String |
getConnectStringPrefix() |
createDriverVersion, createHandler, createMeta, createPrepareFactory, getConnectionProperties, getFactoryClassNamepublic static final String CONNECT_STRING_PREFIX
protected String getConnectStringPrefix()
getConnectStringPrefix in class org.apache.calcite.jdbc.Driverpublic Connection connect(String url, Properties info) throws SQLException
connect in interface Driverconnect in class org.apache.calcite.avatica.UnregisteredDriverSQLExceptionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.