public static enum ResultRow.op extends Enum<ResultRow.op>
| Enum Constant and Description |
|---|
copyStringToBuffer |
getBlob |
getColumnCount |
getColumnIndex |
getColumnName |
getColumnNames |
getDouble |
getFloat |
getInt |
getLong |
getShort |
getString |
isNull |
| Modifier and Type | Method and Description |
|---|---|
static ResultRow.op |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultRow.op[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultRow.op getColumnIndex
public static final ResultRow.op getColumnName
public static final ResultRow.op getColumnNames
public static final ResultRow.op getColumnCount
public static final ResultRow.op getBlob
public static final ResultRow.op getString
public static final ResultRow.op copyStringToBuffer
public static final ResultRow.op getShort
public static final ResultRow.op getInt
public static final ResultRow.op getLong
public static final ResultRow.op getFloat
public static final ResultRow.op getDouble
public static final ResultRow.op isNull
public static ResultRow.op[] values()
for (ResultRow.op c : ResultRow.op.values()) System.out.println(c);
public static ResultRow.op 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 nullThis documentation is licensed by Andrew Bowley under the GPLv3 License.