public abstract class SFJsonResultSet extends SFBaseResultSet
isClosed, metaDataOfBinds, numberOfBinds, parameters, resultSetMetaData, resultSetSerializable, resultVersion, row, session| Constructor and Description |
|---|
SFJsonResultSet() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
boolean |
getBoolean(int columnIndex) |
byte |
getByte(int columnIndex) |
byte[] |
getBytes(int columnIndex) |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
TimeZone tz) |
double |
getDouble(int columnIndex) |
float |
getFloat(int columnIndex) |
int |
getInt(int columnIndex) |
long |
getLong(int columnIndex) |
Object |
getObject(int columnIndex) |
protected abstract Object |
getObjectInternal(int columnIndex)
Given a column index, get current row's value as an object
|
short |
getShort(int columnIndex) |
String |
getString(int columnIndex) |
Time |
getTime(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
TimeZone tz) |
absolute, close, getMetaData, getMetaDataOfBinds, getNumberOfBinds, getQueryId, getResultSetSerializables, getRow, getSession, getStatementType, isAfterLast, isArrayBindSupported, isBeforeFirst, isClosed, isFirst, isLast, next, previous, relative, setSession, setStatementType, wasNullprotected abstract Object getObjectInternal(int columnIndex) throws SFException
columnIndex - index of columnsSFException - raises if any error occurspublic Object getObject(int columnIndex) throws SFException
getObject in class SFBaseResultSetSFExceptionpublic String getString(int columnIndex) throws SFException
getString in class SFBaseResultSetSFExceptionpublic boolean getBoolean(int columnIndex)
throws SFException
getBoolean in class SFBaseResultSetSFExceptionpublic byte getByte(int columnIndex)
throws SFException
getByte in class SFBaseResultSetSFExceptionpublic short getShort(int columnIndex)
throws SFException
getShort in class SFBaseResultSetSFExceptionpublic int getInt(int columnIndex)
throws SFException
getInt in class SFBaseResultSetSFExceptionpublic long getLong(int columnIndex)
throws SFException
getLong in class SFBaseResultSetSFExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SFException
getBigDecimal in class SFBaseResultSetSFExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SFException
getBigDecimal in class SFBaseResultSetSFExceptionpublic Time getTime(int columnIndex) throws SFException
getTime in class SFBaseResultSetSFExceptionpublic Timestamp getTimestamp(int columnIndex, TimeZone tz) throws SFException
getTimestamp in class SFBaseResultSetSFExceptionpublic float getFloat(int columnIndex)
throws SFException
getFloat in class SFBaseResultSetSFExceptionpublic double getDouble(int columnIndex)
throws SFException
getDouble in class SFBaseResultSetSFExceptionpublic byte[] getBytes(int columnIndex)
throws SFException
getBytes in class SFBaseResultSetSFExceptionpublic Date getDate(int columnIndex) throws SFException
SFExceptionpublic Date getDate(int columnIndex, TimeZone tz) throws SFException
getDate in class SFBaseResultSetSFExceptionCopyright © 2022. All rights reserved.