Uses of Enum
org.mariadb.jdbc.util.constants.CatalogTerm
Packages that use CatalogTerm
-
Uses of CatalogTerm in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return CatalogTermModifier and TypeMethodDescriptionConfiguration.useCatalogTerm()Indicating using Catalog or Schema -
Uses of CatalogTerm in org.mariadb.jdbc.util.constants
Subclasses with type arguments of type CatalogTerm in org.mariadb.jdbc.util.constantsModifier and TypeClassDescriptionenumIndicate if metadata search must use Catalog or schema field.Methods in org.mariadb.jdbc.util.constants that return CatalogTermModifier and TypeMethodDescriptionstatic CatalogTermReturns the enum constant of this type with the specified name.static CatalogTerm[]CatalogTerm.values()Returns an array containing the constants of this enum type, in the order they are declared.