Uses of Enum Class
org.mariadb.jdbc.SslMode

Packages that use SslMode
Package
Description
 
  • Uses of SslMode in org.mariadb.jdbc

    Fields in org.mariadb.jdbc declared as SslMode
    Modifier and Type
    Field
    Description
    private SslMode
    Configuration.sslMode
     
    Methods in org.mariadb.jdbc that return SslMode
    Modifier and Type
    Method
    Description
    static SslMode
    SslMode.from(String value)
     
    Configuration.sslMode()
     
    static SslMode
    SslMode.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static SslMode[]
    SslMode.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Constructors in org.mariadb.jdbc with parameters of type SslMode
    Modifier
    Constructor
    Description
    private
    Configuration(String user, String password, String database, List<HostAddress> addresses, HaMode haMode, Properties nonMappedOptions, String timezone, boolean autocommit, boolean useMysqlMetadata, TransactionIsolation transactionIsolation, int defaultFetchSize, int maxQuerySizeToLog, String geometryDefaultType, String restrictedAuth, String socketFactory, int connectTimeout, String pipe, String localSocket, boolean tcpKeepAlive, int tcpKeepIdle, int tcpKeepCount, int tcpKeepInterval, boolean tcpAbortiveClose, String localSocketAddress, int socketTimeout, boolean useReadAheadInput, String tlsSocketType, SslMode sslMode, String serverSslCert, String keyStore, String keyStorePassword, String keyStoreType, String enabledSslCipherSuites, String enabledSslProtocolSuites, boolean allowMultiQueries, boolean allowLocalInfile, boolean useCompression, boolean useAffectedRows, boolean useBulkStmts, boolean cachePrepStmts, int prepStmtCacheSize, boolean useServerPrepStmts, CredentialPlugin credentialType, String sessionVariables, String connectionAttributes, String servicePrincipalName, boolean blankTableNameMeta, boolean tinyInt1isBit, boolean yearIsDateType, boolean dumpQueriesOnException, boolean includeInnodbStatusInDeadlockExceptions, boolean includeThreadDumpInDeadlockExceptions, int retriesAllDown, String galeraAllowedState, boolean transactionReplay, boolean pool, String poolName, int maxPoolSize, int minPoolSize, int maxIdleTime, boolean registerJmxPool, int poolValidMinDelay, boolean useResetConnection, String serverRsaPublicKeyFile, boolean allowPublicKeyRetrieval)