public enum SQLExternalizerProvider extends Enum<SQLExternalizerProvider> implements ExternalizerProvider
| Enum Constant and Description |
|---|
SQL_DATE |
SQL_TIME |
SQL_TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
Externalizer<?> |
getExternalizer() |
static SQLExternalizerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLExternalizerProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcast, getTargetClass, readObject, size, writeObjectpublic static final SQLExternalizerProvider SQL_DATE
public static final SQLExternalizerProvider SQL_TIME
public static final SQLExternalizerProvider SQL_TIMESTAMP
public static SQLExternalizerProvider[] values()
for (SQLExternalizerProvider c : SQLExternalizerProvider.values()) System.out.println(c);
public static SQLExternalizerProvider valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Externalizer<?> getExternalizer()
getExternalizer in interface ExternalizerProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.