Uses of Enum Class
org.mariadb.jdbc.util.constants.CatalogTerm

Packages that use CatalogTerm
  • Uses of CatalogTerm in org.mariadb.jdbc

    Fields in org.mariadb.jdbc declared as CatalogTerm
    Modifier and Type
    Field
    Description
    private CatalogTerm
    Configuration.useCatalogTerm
     
    Methods in org.mariadb.jdbc that return CatalogTerm
    Modifier and Type
    Method
    Description
    Configuration.useCatalogTerm()
    Indicating using Catalog or Schema
    Constructors in org.mariadb.jdbc with parameters of type CatalogTerm
    Modifier
    Constructor
    Description
    private
    Configuration(String user, String password, String database, List<HostAddress> addresses, HaMode haMode, Properties nonMappedOptions, String timezone, String connectionTimeZone, String connectionCollation, boolean forceConnectionTimeZoneToSession, boolean preserveInstants, Boolean autocommit, boolean useMysqlMetadata, boolean nullDatabaseMeansCurrent, CatalogTerm useCatalogTerm, boolean createDatabaseIfNotExist, boolean useLocalSessionState, boolean returnMultiValuesGeneratedIds, boolean jdbcCompliantTruncation, boolean permitRedirect, boolean pinGlobalTxToPhysicalConnection, TransactionIsolation transactionIsolation, int defaultFetchSize, int maxQuerySizeToLog, Integer maxAllowedPacket, String geometryDefaultType, String restrictedAuth, String initSql, String socketFactory, int connectTimeout, String pipe, String localSocket, boolean tcpKeepAlive, boolean uuidAsString, int tcpKeepIdle, int tcpKeepCount, int tcpKeepInterval, boolean tcpAbortiveClose, String localSocketAddress, int socketTimeout, boolean useReadAheadInput, String tlsSocketType, SslMode sslMode, String serverSslCert, String keyStore, String trustStore, String keyStorePassword, String trustStorePassword, String keyPassword, String keyStoreType, String trustStoreType, String enabledSslCipherSuites, String enabledSslProtocolSuites, boolean fallbackToSystemKeyStore, boolean fallbackToSystemTrustStore, boolean allowMultiQueries, boolean allowLocalInfile, boolean useCompression, boolean useAffectedRows, boolean useBulkStmts, boolean useBulkStmtsForInserts, boolean disablePipeline, boolean cachePrepStmts, int prepStmtCacheSize, boolean useServerPrepStmts, CredentialPlugin credentialType, String sessionVariables, String connectionAttributes, String servicePrincipalName, boolean blankTableNameMeta, boolean tinyInt1isBit, boolean transformedBitIsBoolean, boolean yearIsDateType, boolean dumpQueriesOnException, boolean includeInnodbStatusInDeadlockExceptions, boolean includeThreadDumpInDeadlockExceptions, int retriesAllDown, String galeraAllowedState, boolean transactionReplay, int transactionReplaySize, boolean pool, String poolName, int maxPoolSize, int minPoolSize, int maxIdleTime, boolean registerJmxPool, int poolValidMinDelay, boolean useResetConnection, String serverRsaPublicKeyFile, boolean allowPublicKeyRetrieval)
     
  • Uses of CatalogTerm in org.mariadb.jdbc.util.constants

    Modifier and Type
    Method
    Description
    CatalogTerm.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static CatalogTerm[]
    CatalogTerm.values()
    Returns an array containing the constants of this enum class, in the order they are declared.