public static enum SqlType.Method extends Enum<SqlType.Method>
ResultSet
.Modifier and Type | Field and Description |
---|---|
String |
methodName |
Modifier and Type | Method and Description |
---|---|
static SqlType.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlType.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlType.Method GET_BYTE
public static final SqlType.Method GET_SHORT
public static final SqlType.Method GET_INT
public static final SqlType.Method GET_LONG
public static final SqlType.Method GET_FLOAT
public static final SqlType.Method GET_DOUBLE
public static final SqlType.Method GET_BIG_DECIMAL
public static final SqlType.Method GET_BOOLEAN
public static final SqlType.Method GET_STRING
public static final SqlType.Method GET_N_STRING
public static final SqlType.Method GET_BYTES
public static final SqlType.Method GET_DATE
public static final SqlType.Method GET_TIME
public static final SqlType.Method GET_TIMESTAMP
public static final SqlType.Method GET_ASCII_STREAM
public static final SqlType.Method GET_BINARY_STREAM
public static final SqlType.Method GET_CHARACTER_STREAM
public static final SqlType.Method GET_N_CHARACTER_STREAM
public static final SqlType.Method GET_CLOB
public static final SqlType.Method GET_N_CLOB
public static final SqlType.Method GET_BLOB
public static final SqlType.Method GET_ARRAY
public static final SqlType.Method GET_REF
public static final SqlType.Method GET_URL
public static final SqlType.Method GET_OBJECT
public static final SqlType.Method GET_ROW_ID
public static final SqlType.Method GET_SQLXML
public final String methodName
public static SqlType.Method[] values()
for (SqlType.Method c : SqlType.Method.values()) System.out.println(c);
public static SqlType.Method 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 nullCopyright © 2012-2024 Apache Software Foundation. All Rights Reserved.