public class Driver
extends org.apache.calcite.jdbc.Driver
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECT_STRING_PREFIX |
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.calcite.avatica.DriverVersion |
createDriverVersion() |
org.apache.calcite.avatica.Meta |
createMeta(org.apache.calcite.avatica.AvaticaConnection connection) |
protected org.apache.calcite.linq4j.function.Function0<org.apache.calcite.jdbc.CalcitePrepare> |
createPrepareFactory() |
protected String |
getConnectStringPrefix() |
createHandler, getConnectionProperties, getFactoryClassNamepublic static final String CONNECT_STRING_PREFIX
protected org.apache.calcite.linq4j.function.Function0<org.apache.calcite.jdbc.CalcitePrepare> createPrepareFactory()
createPrepareFactory in class org.apache.calcite.jdbc.Driverprotected String getConnectStringPrefix()
getConnectStringPrefix in class org.apache.calcite.jdbc.Driverprotected org.apache.calcite.avatica.DriverVersion createDriverVersion()
createDriverVersion in class org.apache.calcite.jdbc.Driverpublic org.apache.calcite.avatica.Meta createMeta(org.apache.calcite.avatica.AvaticaConnection connection)
createMeta in class org.apache.calcite.jdbc.DriverCopyright © 2020. All rights reserved.