public enum JavaSqlTypeGroup extends Enum<JavaSqlTypeGroup>
Enum Constant and Description |
---|
binary |
bit |
character |
id |
integer |
large_object |
object |
real |
reference |
temporal |
unknown |
url |
xml |
Modifier and Type | Method and Description |
---|---|
static JavaSqlTypeGroup |
valueOf(int type) |
static JavaSqlTypeGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaSqlTypeGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaSqlTypeGroup unknown
public static final JavaSqlTypeGroup binary
public static final JavaSqlTypeGroup bit
public static final JavaSqlTypeGroup character
public static final JavaSqlTypeGroup id
public static final JavaSqlTypeGroup integer
public static final JavaSqlTypeGroup real
public static final JavaSqlTypeGroup reference
public static final JavaSqlTypeGroup temporal
public static final JavaSqlTypeGroup url
public static final JavaSqlTypeGroup xml
public static final JavaSqlTypeGroup large_object
public static final JavaSqlTypeGroup object
public static JavaSqlTypeGroup[] values()
for (JavaSqlTypeGroup c : JavaSqlTypeGroup.values()) System.out.println(c);
public static JavaSqlTypeGroup 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 static JavaSqlTypeGroup valueOf(int type)
Copyright © 2000-2023 Sualeh Fatehi. All rights reserved.