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 CatalogTermMethods in org.mariadb.jdbc that return CatalogTermModifier and TypeMethodDescriptionConfiguration.useCatalogTerm()
Indicating using Catalog or Schema -
Uses of CatalogTerm in org.mariadb.jdbc.util.constants
Methods in org.mariadb.jdbc.util.constants that return CatalogTermModifier and TypeMethodDescriptionstatic CatalogTerm
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.