JDBC eWay API

com.stc.connector.jdbcadapter
Class JDBCCallableStatementResultSet

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

public class JDBCCallableStatementResultSet
extends ResultSetAgentImpl

Result Set to map JDBC Procedure parameters of type REF CURSOR.

Author:
abeym

Field Summary
 
Fields inherited from class com.stc.connector.jdbcadapter.base.ResultSetAgentImpl
concurrencyType, fetchDirection, resultSet, resultSetType, rsmd, session, sName, sqlException
 
Constructor Summary
JDBCCallableStatementResultSet(com.stc.connector.db.Session session, com.stc.connector.appconn.db.StatementAgent stmtAgent, java.lang.Integer ordObj)
          Creates a new instance of JDBCCallableStatementResultSet
 
Method Summary
 boolean next()
          Moves the cursor to the next row of the result set.
 
Methods inherited from class com.stc.connector.jdbcadapter.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

JDBCCallableStatementResultSet

public JDBCCallableStatementResultSet(com.stc.connector.db.Session session,
                                      com.stc.connector.appconn.db.StatementAgent stmtAgent,
                                      java.lang.Integer ordObj)
Creates a new instance of JDBCCallableStatementResultSet

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 is no more row.
Throws:
SQLException - when SQL problems occur.

JDBC eWay API