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 |
static CalciteSolrDriver |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect(String url,
Properties info) |
protected String |
getConnectStringPrefix() |
void |
setSolrClientCache(SolrClientCache solrClientCache) |
createDriverVersion, createHandler, createMeta, createPrepareFactory, getConnectionProperties, getFactoryClassNamepublic static final String CONNECT_STRING_PREFIX
public static CalciteSolrDriver INSTANCE
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.UnregisteredDriverSQLExceptionpublic void setSolrClientCache(SolrClientCache solrClientCache)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.