oracle.toplink.queryframework
Class ScrollableCursorPolicy
java.lang.Object
|
+--oracle.toplink.internal.queryframework.ContainerPolicy
|
+--oracle.toplink.queryframework.CursorPolicy
|
+--oracle.toplink.queryframework.ScrollableCursorPolicy
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class ScrollableCursorPolicy
- extends CursorPolicy
- See Also:
- Serialized Form
Methods inherited from class oracle.toplink.internal.queryframework.ContainerPolicy |
clone, isCollectionPolicy, isCursorStreamPolicy, isListPolicy, isMapPolicy, prepareForExecution, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FETCH_FORWARD
public static final int FETCH_FORWARD
FETCH_REVERSE
public static final int FETCH_REVERSE
FETCH_UNKNOWN
public static final int FETCH_UNKNOWN
TYPE_FORWARD_ONLY
public static final int TYPE_FORWARD_ONLY
TYPE_SCROLL_INSENSITIVE
public static final int TYPE_SCROLL_INSENSITIVE
TYPE_SCROLL_SENSITIVE
public static final int TYPE_SCROLL_SENSITIVE
CONCUR_READ_ONLY
public static final int CONCUR_READ_ONLY
CONCUR_UPDATABLE
public static final int CONCUR_UPDATABLE
ScrollableCursorPolicy
public ScrollableCursorPolicy()
ScrollableCursorPolicy
public ScrollableCursorPolicy(ReadQuery query,
int pageSize)
getResultSetConcurrency
public int getResultSetConcurrency()
getResultSetType
public int getResultSetType()
isScrollableCursorPolicy
public boolean isScrollableCursorPolicy()
- Overrides:
isScrollableCursorPolicy
in class CursorPolicy
setResultSetConcurrency
public void setResultSetConcurrency(int resultSetConcurrency)
setResultSetType
public void setResultSetType(int resultSetType)