Uses of Class
org.mariadb.jdbc.util.constants.CatalogTerm
-
Packages that use CatalogTerm Package Description org.mariadb.jdbc org.mariadb.jdbc.util.constants -
-
Uses of CatalogTerm in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return CatalogTerm Modifier and Type Method Description CatalogTermConfiguration. useCatalogTerm()Indicating using Catalog or Schema -
Uses of CatalogTerm in org.mariadb.jdbc.util.constants
Methods in org.mariadb.jdbc.util.constants that return CatalogTerm Modifier and Type Method Description static CatalogTermCatalogTerm. valueOf(String name)Returns 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.
-