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, getFactoryClassName
public static final String CONNECT_STRING_PREFIX
protected String getConnectStringPrefix()
getConnectStringPrefix
in class org.apache.calcite.jdbc.Driver
public Connection connect(String url, Properties info) throws SQLException
connect
in interface Driver
connect
in class org.apache.calcite.avatica.UnregisteredDriver
SQLException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.