DODS 7.6 API

com.lutris.appserver.server.sql.pscache
Class CachedPreparedStatementExt

java.lang.Object
  extended by com.lutris.appserver.server.sql.pscache.CachedPreparedStatement
      extended by com.lutris.appserver.server.sql.pscache.CachedPreparedStatementExt
All Implemented Interfaces:
java.sql.PreparedStatement, java.sql.Statement

public class CachedPreparedStatementExt
extends CachedPreparedStatement


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 com.lutris.appserver.server.sql.pscache.CachedPreparedStatement
addBatch, addBatch, cancel, clearBatch, clearParameters, clearWarnings, close, execute, execute, execute, execute, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getCacheUseCount, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMapKey, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, incCacheUseCount, incCacheUseCount, isSelectQuery, isUsed, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCacheUseCount, setCharacterStream, setClob, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFloat, setInt, setLong, setMapKey, setMaxFieldSize, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setSelectQuery, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, setUsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedPreparedStatementExt

public CachedPreparedStatementExt(PreparedStatementCache psPool,
                                  java.sql.PreparedStatement ps,
                                  boolean query,
                                  java.lang.String key)
Method Detail

setFetchSize

public void setFetchSize(int rows)
                  throws java.sql.SQLException
Specified by:
setFetchSize in interface java.sql.Statement
Overrides:
setFetchSize in class CachedPreparedStatement
Throws:
java.sql.SQLException

setMaxRows

public void setMaxRows(int max)
                throws java.sql.SQLException
Specified by:
setMaxRows in interface java.sql.Statement
Overrides:
setMaxRows in class CachedPreparedStatement
Throws:
java.sql.SQLException

setCursorName

public void setCursorName(java.lang.String name)
                   throws java.sql.SQLException
Specified by:
setCursorName in interface java.sql.Statement
Overrides:
setCursorName in class CachedPreparedStatement
Throws:
java.sql.SQLException

DODS 7.6 API