|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.progress.open4gl.SDOScrollingMode
The SDOScrollingMode class is used statically to define the scrolling mode of the SDOResultSet. The Java application passes one of the following: SDOScrollingMode.FORWARD_ONLY, SDOScrollingMode.KEEP_ROWS or SDOScrollingMode.PREFETCH using the SDOParameters.setScrollingMode() method. SDOScrollingMode.KEEP_ROWS is the default.
SDOParameters
,
SDOResultSet
,
Serialized FormField Summary | |
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
|
Method Summary | |
int |
getMode()
|
java.lang.String |
getModeName()
|
static java.lang.String |
getModeName(int m)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SDOScrollingMode FORWARD_ONLY
public static final int FORWARD_ONLY_MODE
public static final SDOScrollingMode KEEP_ROWS
public static final int KEEP_ROWS_MODE
public static final SDOScrollingMode PREFETCH
public static final int PREFETCH_MODE
Method Detail |
public int getMode()
public java.lang.String getModeName()
public static java.lang.String getModeName(int m)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |