org.apache.derby.impl.jdbc
Class EmbedResultSet169

java.lang.Object
  extended byorg.apache.derby.impl.jdbc.ConnectionChild
      extended byorg.apache.derby.impl.jdbc.EmbedResultSet
          extended byorg.apache.derby.impl.jdbc.EmbedResultSet169
All Implemented Interfaces:
java.lang.Comparable, java.sql.ResultSet

public final class EmbedResultSet169
extends EmbedResultSet

ResultSet implementation for JSR169. Adds no functionality to its (abstract) parent class. If Derby could be compiled against JSR169 that the parent class could be the concrete class for the environment. Just like for the JDBC 2.0 specific classes. Until that is possible (ie. easily downloadable J2ME/CDC/Foundation/JSR169 jar files, this class is required and is only compiled by an optional target.

Supports


Field Summary
 
Fields inherited from class org.apache.derby.impl.jdbc.EmbedResultSet
ABSOLUTE, AFTERLAST, BEFOREFIRST, CLOSE, concurrencyOfThisResultSet, currentRow, factory, finalizeActivation, FIRST, isAtomic, isClosed, LAST, localConn, NEXT, NOCLOSE, order, PREVIOUS, RELATIVE, stmt, theResults, wasNull
 
Fields inherited from interface java.sql.ResultSet
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
 
Constructor Summary
EmbedResultSet169(EmbedConnection conn, ResultSet resultsToWrap, boolean forMetaData, EmbedStatement stmt, boolean isAtomic)
           
 
Methods inherited from class org.apache.derby.impl.jdbc.EmbedResultSet
absolute, afterLast, beforeFirst, cancelRowUpdates, checkExecIfClosed, checkIfClosed, checkOnRow, checksBeforeUpdateOrDelete, checksBeforeUpdateXXX, clearWarnings, close, closeCurrentStream, closeOnTransactionError, commitIfAutoCommit, commitIfNeeded, compareTo, dataTypeConversion, dataTypeConversion, deleteRow, finalize, findColumn, findColumnName, first, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCal, getCharacterStream, getCharacterStream, getClob, getClob, getColumn, getColumnType, getConcurrency, getConnectionSynchronization, getContextManager, getCursorName, getDatabase, getDate, getDate, getDate, getDate, getDouble, getDouble, getDVDforColumnToBeUpdated, getEmbedConnection, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getParameterValueSet, getRow, getShort, getShort, getSQLText, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getURL, getURL, getWarnings, handleException, handleException, insertRow, isAfterLast, isBeforeFirst, isFirst, isForUpdate, isLast, last, movePosition, movePosition, moveToCurrentRow, moveToInsertRow, needCommit, newEmbedResultSetMetaData, newSQLException, newSQLException, newSQLException, next, noStateChangeException, previous, refreshRow, relative, restoreContextStack, rowDeleted, rowInserted, rowUpdated, setDynamicResultSet, setFetchDirection, setFetchSize, setupContextStack, updateAsciiStream, updateAsciiStream, updateBinaryStream, updateBinaryStream, updateBinaryStreamInternal, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStreamInternal, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRow, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.ResultSet
getArray, getArray, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getObject, getObject, getRef, getRef, getUnicodeStream, getUnicodeStream, updateArray, updateArray, updateBigDecimal, updateBigDecimal, updateRef, updateRef
 

Constructor Detail

EmbedResultSet169

public EmbedResultSet169(EmbedConnection conn,
                         ResultSet resultsToWrap,
                         boolean forMetaData,
                         EmbedStatement stmt,
                         boolean isAtomic)
                  throws java.sql.SQLException

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.