Package org.mariadb.jdbc.util.constants
Enum MetaExportedKeys
- All Implemented Interfaces:
Serializable,Comparable<MetaExportedKeys>,java.lang.constant.Constable
Indicate if metadata search must use Catalog or schema field.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUse SHOW CREATE when local database, or IS when remote *Use information schema *Use SHOW CREATE command * -
Method Summary
Modifier and TypeMethodDescriptionstatic MetaExportedKeysstatic MetaExportedKeysReturns the enum constant of this type with the specified name.static MetaExportedKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UseInformationSchema
Use information schema * -
UseShowCreate
Use SHOW CREATE command * -
Auto
Use SHOW CREATE when local database, or IS when remote *
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
from
-