|
SolarMetric Kodo JDO 3.0.3 generated on February 20 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JDBC extensions to Kodo's FetchConfiguration.
| Field Summary | |
static int |
SIZE_LAST
Mode for using ResultSet.last() to calcualte the size of
large result sets. |
static int |
SIZE_QUERY
Mode for using a query to calculate the size of large result sets. |
static int |
SIZE_UNKNOWN
Mode for returning Integer.MAX_VALUE for the size of
large result sets. |
| Fields inherited from interface kodo.runtime.FetchConfiguration |
EAGER_FETCH_MULTIPLE, EAGER_FETCH_NONE, EAGER_FETCH_SINGLE |
| Method Summary | |
int |
getFetchDirection()
The fetch direction to use as a constant from ResultSet. |
int |
getJoinSyntax()
The join syntax to use as a constant from Join. |
int |
getLRSSize()
The large result set size mode to use. |
int |
getResultSetType()
The result set type to use as a constant from ResultSet. |
void |
setFetchDirection(int direction)
The fetch direction to use as a constant from ResultSet. |
void |
setJoinSyntax(int syntax)
The join syntax to use as a constant from Join. |
void |
setLRSSize(int lrsSize)
The large result set size mode to use. |
void |
setResultSetType(int type)
The result set type to use as a constant from ResultSet. |
| Methods inherited from interface kodo.runtime.FetchConfiguration |
addFetchGroup, addFetchGroups, addFetchGroups, clearFetchGroups, clone, getEagerFetchMode, getFetchBatchSize, getFetchGroups, getFlushBeforeQueries, hasFetchGroup, isQueryCacheEnabled, newResultList, removeFetchGroup, removeFetchGroups, removeFetchGroups, setEagerFetchMode, setFetchBatchSize, setFlushBeforeQueries, setQueryCacheEnabled |
| Field Detail |
public static final int SIZE_UNKNOWN
Integer.MAX_VALUE for the size of
large result sets.public static final int SIZE_LAST
ResultSet.last() to calcualte the size of
large result sets.public static final int SIZE_QUERY
| Method Detail |
public int getResultSetType()
ResultSet.
Defaults to the kodo.jdbc.ResultSetType setting.public void setResultSetType(int type)
ResultSet.
Defaults to the kodo.jdbc.ResultSetType setting.public int getFetchDirection()
ResultSet.
Defaults to the kodo.jdbc.FetchDirection setting.public void setFetchDirection(int direction)
ResultSet.
Defaults to the kodo.jdbc.FetchDirection setting.public int getLRSSize()
kodo.jdbc.LRSSize setting.public void setLRSSize(int lrsSize)
kodo.jdbc.LRSSize setting.public int getJoinSyntax()
Join.
Defaults to the kodo.jdbc.JoinSyntax setting.public void setJoinSyntax(int syntax)
Join.
Defaults to the kodo.jdbc.JoinSyntax setting.
|
SolarMetric Kodo JDO 3.0.3 generated on February 20 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||