Sun Adapter for VSAM

com.stc.connector.vsamadapter
Class VSAMCallableStatementResultSet

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

public class VSAMCallableStatementResultSet
extends ResultSetAgentImpl

ResultSet to map SQL Server Stored Procedure parameters of type cursor.

Author:
abeym

Field Summary
 
Fields inherited from class com.stc.connector.vsamadapter.base.ResultSetAgentImpl
concurrencyType, fetchDirection, resultSet, resultSetType, rsmd, session, sName, sqlException
 
Constructor Summary
VSAMCallableStatementResultSet(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.vsamadapter.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

VSAMCallableStatementResultSet

public VSAMCallableStatementResultSet(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.

Sun Adapter for VSAM