INFORMIX eWay API

com.stc.connector.informixadapter
Class InformixTableResultSet

java.lang.Object
  extended by com.stc.connector.informixadapter.base.StatementAgentImpl
      extended by com.stc.connector.informixadapter.base.TableResultSetImpl
          extended by com.stc.connector.informixadapter.InformixTableResultSet
All Implemented Interfaces:
com.stc.connector.appconn.db.StatementAgent, com.stc.connector.appconn.db.TableResultSet, com.stc.connector.db.SessionEventListener

public class InformixTableResultSet
extends TableResultSetImpl

ResultSet to map selected records of table in Informix.

Version:
$Revision: 1.2 $
Author:
$Author: cmbuild $

Field Summary
 
Fields inherited from class com.stc.connector.informixadapter.base.StatementAgentImpl
concurrencyType, listener, resultSetConcurMap, resultsetDirection, resultSetDirMap, resultsetType, resultSetTypeMap, session, sqlException, statement, statementClassName
 
Constructor Summary
InformixTableResultSet(com.stc.connector.db.Session session)
          InformixTableResultSet constructor.
InformixTableResultSet(com.stc.connector.db.Session session, int iScroll, int iConcur)
          InformixTableResultSet constructor.
 
Method Summary
 
Methods inherited from class com.stc.connector.informixadapter.base.TableResultSetImpl
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, closeResultSet, delete, deleteRow, executeUpdate, findColumn, first, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getCharacterStream, getCharacterStream, getRow, getRSAgent, insert, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, select, sessionClose, sessionReset, setColumns, setTable, update, updateRow, wasNull
 
Methods inherited from class com.stc.connector.informixadapter.base.StatementAgentImpl
cancel, clearBatch, executeBatch, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, isClosed, queryName, resultSetConcurToString, resultSetDirToString, resultSetTypeToString, sessionOpen, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, stmtInvoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stc.connector.appconn.db.StatementAgent
cancel, clearBatch, executeBatch, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, isClosed, queryName, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, stmtInvoke
 

Constructor Detail

InformixTableResultSet

public InformixTableResultSet(com.stc.connector.db.Session session)
InformixTableResultSet constructor.

Parameters:
session - a Session instance for accessing connection and creating necessary resources.

InformixTableResultSet

public InformixTableResultSet(com.stc.connector.db.Session session,
                              int iScroll,
                              int iConcur)
InformixTableResultSet constructor.

Parameters:
session - a Session instance for accessing connection and creating necessary resources.
iScroll - resultset type; TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
iConcur - concurrency type; CONCUR_READ_ONLY, CONCUR_UPDATABLE

INFORMIX eWay API