|
Sun Adapter for Oracle Applications API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.oracleadapter.base.StatementAgentImpl
com.stc.connector.oracleadapter.base.TableResultSetImpl
com.stc.connector.oracleadapter.OracleTableResultSet
public class OracleTableResultSet
ResultSet to map selected records of table in Oracle.
| Constructor Summary | |
|---|---|
OracleTableResultSet(com.stc.connector.db.Session session)
OracleTableResultSet constructor. |
|
OracleTableResultSet(com.stc.connector.db.Session session,
int iScroll,
int iConcur)
OracleTableResultSet constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.stc.connector.oracleadapter.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.oracleadapter.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 |
|---|
equals, 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 |
|---|
public OracleTableResultSet(com.stc.connector.db.Session session)
session - a Session instance for accessing connection and
creating necessary resources.
public OracleTableResultSet(com.stc.connector.db.Session session,
int iScroll,
int iConcur)
session - a Session instance for accessing connection and
creating necessary resources.iScroll - resultset type; TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVEiConcur - concurrency type; CONCUR_READ_ONLY, CONCUR_UPDATABLE
|
Sun Adapter for Oracle Applications API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||