public class ResultSetCacheAsStream extends ResultSetProxy
FAILED_RETR_MSG, metaData, rs
Constructor and Description |
---|
ResultSetCacheAsStream(java.sql.ResultSet rs,
java.sql.ResultSetMetaData metaData) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getValue(int sqlIndex)
Returns the value of the current row for the given index.
|
getBigDecimal, getBigDecimal, getBlob, getBlob, getBytes, getBytes, getClob, getClob, getDouble, getDouble, getLong, getLong, getString, getString, getString, getTimestamp, getTimestamp
public ResultSetCacheAsStream(java.sql.ResultSet rs, java.sql.ResultSetMetaData metaData) throws java.sql.SQLException
java.sql.SQLException
protected java.lang.Object getValue(int sqlIndex) throws java.sql.SQLException
ResultSetProxy
null
getValue
in class ResultSetProxy
sqlIndex
- The index of the column. Starts at 1.null
if the column's value is NULLjava.sql.SQLException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.