Package com.databend.jdbc
Class ConnectionProperties
- java.lang.Object
-
- com.databend.jdbc.ConnectionProperties
-
public final class ConnectionProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionProperties.Debugstatic classConnectionProperties.StrNullAsNull
-
Field Summary
Fields Modifier and Type Field Description static com.databend.jdbc.ConnectionProperty<String>ACCESS_TOKENstatic com.databend.jdbc.ConnectionProperty<Boolean>AUTO_DISCOVERYstatic com.databend.jdbc.ConnectionProperty<String>BINARY_FORMATstatic com.databend.jdbc.ConnectionProperty<Integer>CONNECTION_TIMEOUTstatic com.databend.jdbc.ConnectionProperty<Boolean>COPY_PURGEstatic com.databend.jdbc.ConnectionProperty<String>DATABASEstatic com.databend.jdbc.ConnectionProperty<Boolean>DEBUGstatic com.databend.jdbc.ConnectionProperty<Boolean>ENABLE_MOCKstatic com.databend.jdbc.ConnectionProperty<String>LOAD_BALANCING_POLICYstatic com.databend.jdbc.ConnectionProperty<Integer>MAX_FAILOVER_RETRYstatic com.databend.jdbc.ConnectionProperty<Integer>MAX_ROWS_IN_BUFFERstatic com.databend.jdbc.ConnectionProperty<Integer>MAX_ROWS_PER_PAGEstatic com.databend.jdbc.ConnectionProperty<Integer>NODE_DISCOVERY_INTERVALstatic com.databend.jdbc.ConnectionProperty<String>NULL_DISPLAYstatic com.databend.jdbc.ConnectionProperty<String>PASSWORDstatic com.databend.jdbc.ConnectionProperty<Boolean>PRESIGNED_URL_DISABLEDstatic com.databend.jdbc.ConnectionProperty<Integer>QUERY_TIMEOUTstatic com.databend.jdbc.ConnectionProperty<String>SESSION_SETTINGSstatic com.databend.jdbc.ConnectionProperty<Integer>SOCKET_TIMEOUTstatic com.databend.jdbc.ConnectionProperty<Boolean>SSLstatic com.databend.jdbc.ConnectionProperty<String>SSL_MODEstatic com.databend.jdbc.ConnectionProperty<Boolean>STRNULL_AS_NULLstatic com.databend.jdbc.ConnectionProperty<Boolean>USE_VERIFYstatic com.databend.jdbc.ConnectionProperty<String>USERstatic com.databend.jdbc.ConnectionProperty<Integer>WAIT_TIME_SECSstatic com.databend.jdbc.ConnectionProperty<String>WAREHOUSE
-
Constructor Summary
Constructors Constructor Description ConnectionProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<com.databend.jdbc.ConnectionProperty<?>>allProperties()static Map<String,String>getDefaults()
-
-
-
Field Detail
-
USER
public static final com.databend.jdbc.ConnectionProperty<String> USER
-
PASSWORD
public static final com.databend.jdbc.ConnectionProperty<String> PASSWORD
-
SSL
public static final com.databend.jdbc.ConnectionProperty<Boolean> SSL
-
USE_VERIFY
public static final com.databend.jdbc.ConnectionProperty<Boolean> USE_VERIFY
-
DEBUG
public static final com.databend.jdbc.ConnectionProperty<Boolean> DEBUG
-
STRNULL_AS_NULL
public static final com.databend.jdbc.ConnectionProperty<Boolean> STRNULL_AS_NULL
-
WAREHOUSE
public static final com.databend.jdbc.ConnectionProperty<String> WAREHOUSE
-
SSL_MODE
public static final com.databend.jdbc.ConnectionProperty<String> SSL_MODE
-
MAX_FAILOVER_RETRY
public static final com.databend.jdbc.ConnectionProperty<Integer> MAX_FAILOVER_RETRY
-
LOAD_BALANCING_POLICY
public static final com.databend.jdbc.ConnectionProperty<String> LOAD_BALANCING_POLICY
-
AUTO_DISCOVERY
public static final com.databend.jdbc.ConnectionProperty<Boolean> AUTO_DISCOVERY
-
NODE_DISCOVERY_INTERVAL
public static final com.databend.jdbc.ConnectionProperty<Integer> NODE_DISCOVERY_INTERVAL
-
ENABLE_MOCK
public static final com.databend.jdbc.ConnectionProperty<Boolean> ENABLE_MOCK
-
DATABASE
public static final com.databend.jdbc.ConnectionProperty<String> DATABASE
-
ACCESS_TOKEN
public static final com.databend.jdbc.ConnectionProperty<String> ACCESS_TOKEN
-
CONNECTION_TIMEOUT
public static final com.databend.jdbc.ConnectionProperty<Integer> CONNECTION_TIMEOUT
-
QUERY_TIMEOUT
public static final com.databend.jdbc.ConnectionProperty<Integer> QUERY_TIMEOUT
-
SOCKET_TIMEOUT
public static final com.databend.jdbc.ConnectionProperty<Integer> SOCKET_TIMEOUT
-
PRESIGNED_URL_DISABLED
public static final com.databend.jdbc.ConnectionProperty<Boolean> PRESIGNED_URL_DISABLED
-
COPY_PURGE
public static final com.databend.jdbc.ConnectionProperty<Boolean> COPY_PURGE
-
NULL_DISPLAY
public static final com.databend.jdbc.ConnectionProperty<String> NULL_DISPLAY
-
BINARY_FORMAT
public static final com.databend.jdbc.ConnectionProperty<String> BINARY_FORMAT
-
WAIT_TIME_SECS
public static final com.databend.jdbc.ConnectionProperty<Integer> WAIT_TIME_SECS
-
MAX_ROWS_IN_BUFFER
public static final com.databend.jdbc.ConnectionProperty<Integer> MAX_ROWS_IN_BUFFER
-
MAX_ROWS_PER_PAGE
public static final com.databend.jdbc.ConnectionProperty<Integer> MAX_ROWS_PER_PAGE
-
SESSION_SETTINGS
public static final com.databend.jdbc.ConnectionProperty<String> SESSION_SETTINGS
-
-