| Package | Description |
|---|---|
| com.googlecode.jinahya.sql |
| Modifier and Type | Method and Description |
|---|---|
static ResultSetFetchDirection |
ResultSetFetchDirection.fromFieldValue(int fieldValue)
Returns the enum constant of this type with the specified fetch direction
value.
|
static ResultSetFetchDirection |
ResultSetFetchDirection.fromResultSet(ResultSet resultSet)
Returns the enum constant of this type with the specified result set's
current fetch direction value.
|
static ResultSetFetchDirection |
ResultSetFetchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetFetchDirection[] |
ResultSetFetchDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2013. All Rights Reserved.