public class DrillConnectionConfig
extends org.apache.calcite.avatica.ConnectionConfigImpl
NOTE: DrillConnectionConfig will be changed from a class to an interface.
In the meantime, clients must not use the fact that
DrillConnectionConfig currently extends
net.hydromatic.avatica.ConnectionConfigImpl. They must call only
methods declared directly in DrillConnectionConfig (or inherited Object).
| Constructor and Description |
|---|
DrillConnectionConfig(Properties p) |
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
getTimeZone() |
String |
getZookeeperConnectionString() |
boolean |
isDirect() |
boolean |
isLocal() |
boolean |
isServerMetadataDisabled() |
boolean |
isServerPreparedStatementDisabled() |
public DrillConnectionConfig(Properties p)
public boolean isLocal()
public boolean isDirect()
public String getZookeeperConnectionString()
public TimeZone getTimeZone()
public boolean isServerPreparedStatementDisabled()
public boolean isServerMetadataDisabled()
Copyright © 2017 The Apache Software Foundation. All rights reserved.