Package org.mariadb.jdbc.internal.util
Class Options
java.lang.Object
org.mariadb.jdbc.internal.util.Options
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
int
boolean
boolean
int
boolean
boolean
boolean
boolean
int
boolean
boolean
boolean
boolean
int
boolean
int
boolean
int
int
static final int
boolean
boolean
boolean
int
int
int
boolean
boolean
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_VALUE__MAX_IDLE_TIME
public static final int MIN_VALUE__MAX_IDLE_TIME- See Also:
-
user
-
password
-
trustServerCertificate
public boolean trustServerCertificate -
serverSslCert
-
trustStore
-
trustStoreType
-
keyStoreType
-
trustStorePassword
-
keyStore
-
keyStorePassword
-
keyPassword
-
enabledSslProtocolSuites
-
useFractionalSeconds
public boolean useFractionalSeconds -
pinGlobalTxToPhysicalConnection
public boolean pinGlobalTxToPhysicalConnection -
socketFactory
-
connectTimeout
public int connectTimeout -
pipe
-
localSocket
-
tcpNoDelay
public boolean tcpNoDelay -
tcpKeepAlive
public boolean tcpKeepAlive -
tcpRcvBuf
-
tcpSndBuf
-
tcpAbortiveClose
public boolean tcpAbortiveClose -
localSocketAddress
-
socketTimeout
-
allowMultiQueries
public boolean allowMultiQueries -
rewriteBatchedStatements
public boolean rewriteBatchedStatements -
useCompression
public boolean useCompression -
interactiveClient
public boolean interactiveClient -
passwordCharacterEncoding
-
blankTableNameMeta
public boolean blankTableNameMeta -
useSsl
public boolean useSsl -
enabledSslCipherSuites
-
sessionVariables
-
tinyInt1isBit
public boolean tinyInt1isBit -
yearIsDateType
public boolean yearIsDateType -
createDatabaseIfNotExist
public boolean createDatabaseIfNotExist -
serverTimezone
-
nullCatalogMeansCurrent
public boolean nullCatalogMeansCurrent -
dumpQueriesOnException
public boolean dumpQueriesOnException -
useOldAliasMetadataBehavior
public boolean useOldAliasMetadataBehavior -
useMysqlMetadata
public boolean useMysqlMetadata -
allowLocalInfile
public boolean allowLocalInfile -
cachePrepStmts
public boolean cachePrepStmts -
prepStmtCacheSize
public int prepStmtCacheSize -
prepStmtCacheSqlLimit
public int prepStmtCacheSqlLimit -
useLegacyDatetimeCode
public boolean useLegacyDatetimeCode -
useAffectedRows
public boolean useAffectedRows -
maximizeMysqlCompatibility
public boolean maximizeMysqlCompatibility -
useServerPrepStmts
public boolean useServerPrepStmts -
continueBatchOnError
public boolean continueBatchOnError -
jdbcCompliantTruncation
public boolean jdbcCompliantTruncation -
cacheCallableStmts
public boolean cacheCallableStmts -
callableStmtCacheSize
public int callableStmtCacheSize -
connectionAttributes
-
useBatchMultiSend
-
useBatchMultiSendNumber
public int useBatchMultiSendNumber -
usePipelineAuth
-
enablePacketDebug
public boolean enablePacketDebug -
useBulkStmts
public boolean useBulkStmts -
disableSslHostnameVerification
public boolean disableSslHostnameVerification -
autocommit
public boolean autocommit -
includeInnodbStatusInDeadlockExceptions
public boolean includeInnodbStatusInDeadlockExceptions -
includeThreadDumpInDeadlockExceptions
public boolean includeThreadDumpInDeadlockExceptions -
servicePrincipalName
-
defaultFetchSize
public int defaultFetchSize -
log
public boolean log -
profileSql
public boolean profileSql -
maxQuerySizeToLog
public int maxQuerySizeToLog -
slowQueryThresholdNanos
-
assureReadOnly
public boolean assureReadOnly -
autoReconnect
public boolean autoReconnect -
failOnReadOnly
public boolean failOnReadOnly -
retriesAllDown
public int retriesAllDown -
validConnectionTimeout
public int validConnectionTimeout -
loadBalanceBlacklistTimeout
public int loadBalanceBlacklistTimeout -
failoverLoopRetries
public int failoverLoopRetries -
allowMasterDownConnection
public boolean allowMasterDownConnection -
galeraAllowedState
-
pool
public boolean pool -
poolName
-
maxPoolSize
public int maxPoolSize -
minPoolSize
-
maxIdleTime
public int maxIdleTime -
staticGlobal
public boolean staticGlobal -
registerJmxPool
public boolean registerJmxPool -
poolValidMinDelay
public int poolValidMinDelay -
useResetConnection
public boolean useResetConnection -
useReadAheadInput
public boolean useReadAheadInput
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details