Package org.apache.iotdb.jdbc
Class Config
java.lang.Object
org.apache.iotdb.jdbc.Config
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey of connection's charset.static final Stringstatic final StringKey of thrift default buffer size.static final intstatic final Stringstatic final Stringstatic final StringThe required prefix for the connection URL.static final Stringstatic final StringKey of underlying transport socketTimeout and connectionTimeout.static booleanstatic final Stringstatic final StringKey of thrift max frame size.static final StringKey of connection's time zone.static final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
IOTDB_URL_PREFIX
The required prefix for the connection URL.- See Also:
-
IOTDB_HTTP_URL_PREFIX
- See Also:
-
IOTDB_ERROR_PREFIX
- See Also:
-
DEFAULT_FETCH_SIZE
public static final int DEFAULT_FETCH_SIZE- See Also:
-
VERSION
- See Also:
-
JDBC_DRIVER_NAME
- See Also:
-
rpcThriftCompressionEnable
public static boolean rpcThriftCompressionEnable -
DEFAULT_BUFFER_CAPACITY
Key of thrift default buffer size.- See Also:
-
THRIFT_FRAME_MAX_SIZE
Key of thrift max frame size.- See Also:
-
NETWORK_TIMEOUT
Key of underlying transport socketTimeout and connectionTimeout.- See Also:
-
TIME_ZONE
Key of connection's time zone.- See Also:
-
CHARSET
Key of connection's charset.- See Also:
-
USE_SSL
- See Also:
-
TRUST_STORE
- See Also:
-
TRUST_STORE_PWD
- See Also:
-
SQL_DIALECT
- See Also:
-
DATABASE
- See Also:
-