|
DODS 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.sql.pscache.CachedPreparedStatement
com.lutris.appserver.server.sql.pscache.CachedPreparedStatementExt
public class CachedPreparedStatementExt
Field Summary |
---|
Fields inherited from interface java.sql.Statement |
---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
Constructor Summary | |
---|---|
CachedPreparedStatementExt(PreparedStatementCache psPool,
java.sql.PreparedStatement ps,
boolean query,
java.lang.String key)
|
Method Summary | |
---|---|
void |
setCursorName(java.lang.String name)
|
void |
setFetchSize(int rows)
|
void |
setMaxRows(int max)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedPreparedStatementExt(PreparedStatementCache psPool, java.sql.PreparedStatement ps, boolean query, java.lang.String key)
Method Detail |
---|
public void setFetchSize(int rows) throws java.sql.SQLException
setFetchSize
in interface java.sql.Statement
setFetchSize
in class CachedPreparedStatement
java.sql.SQLException
public void setMaxRows(int max) throws java.sql.SQLException
setMaxRows
in interface java.sql.Statement
setMaxRows
in class CachedPreparedStatement
java.sql.SQLException
public void setCursorName(java.lang.String name) throws java.sql.SQLException
setCursorName
in interface java.sql.Statement
setCursorName
in class CachedPreparedStatement
java.sql.SQLException
|
DODS 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |