public class SFArrowResultSet extends SFBaseResultSet
| Modifier and Type | Field and Description |
|---|---|
protected SFStatement |
statement
statement generate current result set
|
isClosed, metaDataOfBinds, numberOfBinds, parameters, resultSetMetaData, resultVersion, row, session| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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) |
double |
getDouble(int columnIndex) |
float |
getFloat(int columnIndex) |
int |
getInt(int columnIndex) |
long |
getLong(int columnIndex) |
Object |
getObject(int columnIndex) |
String |
getQueryId() |
short |
getShort(int columnIndex) |
SFStatementType |
getStatementType() |
String |
getString(int columnIndex) |
Time |
getTime(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
TimeZone tz) |
boolean |
isAfterLast() |
boolean |
isArrayBindSupported() |
boolean |
isLast() |
boolean |
next()
Advance to next row
|
void |
setStatementType(SFStatementType statementType) |
absolute, getMetaData, getMetaDataOfBinds, getNumberOfBinds, getRow, isBeforeFirst, isClosed, isFirst, previous, relative, setSession, wasNullprotected SFStatement statement
public boolean next()
throws SFException,
SnowflakeSQLException
next in class SFBaseResultSetSFExceptionSnowflakeSQLExceptionpublic byte getByte(int columnIndex)
throws SFException
getByte in class SFBaseResultSetSFExceptionpublic String getString(int columnIndex) throws SFException
getString in class SFBaseResultSetSFExceptionpublic boolean getBoolean(int columnIndex)
throws SFException
getBoolean 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 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
getDate 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 Object getObject(int columnIndex) throws SFException
getObject 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 boolean isLast()
isLast in class SFBaseResultSetpublic boolean isAfterLast()
isAfterLast in class SFBaseResultSetpublic void close()
close in class SFBaseResultSetpublic SFStatementType getStatementType()
getStatementType in class SFBaseResultSetpublic void setStatementType(SFStatementType statementType)
setStatementType in class SFBaseResultSetpublic boolean isArrayBindSupported()
isArrayBindSupported in class SFBaseResultSetpublic String getQueryId()
getQueryId in class SFBaseResultSetCopyright © 2019. All rights reserved.