INFORMIX eWay API

com.stc.connector.informixadapter
Class InformixCallableStatementResultSet

java.lang.Object
  extended by com.stc.connector.informixadapter.base.ResultSetAgentImpl
      extended by com.stc.connector.informixadapter.InformixCallableStatementResultSet
All Implemented Interfaces:
com.stc.connector.appconn.db.ResultSetAgent, com.stc.connector.db.StatementEventListener

public class InformixCallableStatementResultSet
extends ResultSetAgentImpl

Result Set to map informix Procedure parameters.


Field Summary
 
Fields inherited from class com.stc.connector.informixadapter.base.ResultSetAgentImpl
concurrencyType, fetchDirection, resultSet, resultSetType, rsmd, session, sName, sqlException
 
Constructor Summary
InformixCallableStatementResultSet(com.stc.connector.db.Session session, com.stc.connector.appconn.db.StatementAgent stmtAgent, java.lang.Integer ordObj)
           
 
Method Summary
 boolean next()
          Moves the cursor to the next row of the result set.
 
Methods inherited from class com.stc.connector.informixadapter.base.ResultSetAgentImpl
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getWarnings, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, previous, queryName, refreshRow, relative, resultSetOpen, resultSetToBeOpened, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, statementClose, statementReset, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformixCallableStatementResultSet

public InformixCallableStatementResultSet(com.stc.connector.db.Session session,
                                          com.stc.connector.appconn.db.StatementAgent stmtAgent,
                                          java.lang.Integer ordObj)
Method Detail

next

public boolean next()
             throws java.sql.SQLException
Moves the cursor to the next row of the result set.

Specified by:
next in interface com.stc.connector.appconn.db.ResultSetAgent
Overrides:
next in class ResultSetAgentImpl
Returns:
true if successful; false if there are no more rows.
Throws:
SQLException - when SQL problems occur.

INFORMIX eWay API