com.stc.connector.oracleappsadapter
Class OracleappsCallableStatementResultSet
com.stc.connector.oracleappsadapter.OracleappsCallableStatementResultSet
- public class OracleappsCallableStatementResultSet
Result Set to map Oracleapps Procedure parameters of type REF CURSOR.
Method Summary |
boolean |
available()
|
boolean |
next()
Moves the cursor to the next row of the result set. |
OracleappsCallableStatementResultSet
public OracleappsCallableStatementResultSet(Session session,
StatementAgent stmtAgent,
java.sql.ResultSet resultset)
- Creates a new instance of OracleappsCallableStatementResultSet
available
public boolean available()
next
public boolean next()
throws java.sql.SQLException
- Moves the cursor to the next row of the result set.
- Parameters:
- None.
- Returns:
- true if successful; false if there is no more row.
- Throws:
SQLException
- when SQL problems occur.
Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.