public final class SDOScrollingMode
extends java.lang.Object
implements java.io.Serializable
SDOParameters
,
SDOResultSet
,
Serialized FormModifier and Type | Field and Description |
---|---|
static SDOScrollingMode |
FORWARD_ONLY
Only the next() navigation method is supported.
|
static int |
FORWARD_ONLY_MODE |
static SDOScrollingMode |
KEEP_ROWS
Rows are fetched by demand and kept in memory until the result set is
claused.
|
static int |
KEEP_ROWS_MODE |
static SDOScrollingMode |
PREFETCH
All the rows are fetched when the SDOResultSet object is created.
|
static int |
PREFETCH_MODE |
Modifier and Type | Method and Description |
---|---|
int |
getMode() |
java.lang.String |
getModeName() |
static java.lang.String |
getModeName(int m) |
public static final int FORWARD_ONLY_MODE
public static final int KEEP_ROWS_MODE
public static final int PREFETCH_MODE
public static final SDOScrollingMode FORWARD_ONLY
public static final SDOScrollingMode KEEP_ROWS
public static final SDOScrollingMode PREFETCH