public static enum ExtractedDatabaseMetaData.SQLStateType extends java.lang.Enum<ExtractedDatabaseMetaData.SQLStateType>
| Modifier and Type | Method and Description |
|---|---|
static ExtractedDatabaseMetaData.SQLStateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtractedDatabaseMetaData.SQLStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractedDatabaseMetaData.SQLStateType XOpen
public static final ExtractedDatabaseMetaData.SQLStateType SQL99
public static final ExtractedDatabaseMetaData.SQLStateType UNKOWN
public static ExtractedDatabaseMetaData.SQLStateType[] values()
for (ExtractedDatabaseMetaData.SQLStateType c : ExtractedDatabaseMetaData.SQLStateType.values()) System.out.println(c);
public static ExtractedDatabaseMetaData.SQLStateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.