schemacrawler.crawl
Enum JavaSqlType.JavaSqlTypeGroup
java.lang.Object
java.lang.Enum<JavaSqlType.JavaSqlTypeGroup>
schemacrawler.crawl.JavaSqlType.JavaSqlTypeGroup
- All Implemented Interfaces:
- Serializable, Comparable<JavaSqlType.JavaSqlTypeGroup>
- Enclosing class:
- JavaSqlType
public static enum JavaSqlType.JavaSqlTypeGroup
- extends Enum<JavaSqlType.JavaSqlTypeGroup>
unknown
public static final JavaSqlType.JavaSqlTypeGroup unknown
binary
public static final JavaSqlType.JavaSqlTypeGroup binary
bit
public static final JavaSqlType.JavaSqlTypeGroup bit
character
public static final JavaSqlType.JavaSqlTypeGroup character
id
public static final JavaSqlType.JavaSqlTypeGroup id
integer
public static final JavaSqlType.JavaSqlTypeGroup integer
real
public static final JavaSqlType.JavaSqlTypeGroup real
reference
public static final JavaSqlType.JavaSqlTypeGroup reference
temporal
public static final JavaSqlType.JavaSqlTypeGroup temporal
url
public static final JavaSqlType.JavaSqlTypeGroup url
xml
public static final JavaSqlType.JavaSqlTypeGroup xml
values
public static JavaSqlType.JavaSqlTypeGroup[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JavaSqlType.JavaSqlTypeGroup c : JavaSqlType.JavaSqlTypeGroup.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JavaSqlType.JavaSqlTypeGroup valueOf(String name)
- 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 name
NullPointerException - if the argument is null
Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.