public class SFFixedViewResultSet extends SFBaseResultSet
binaryFormatter, dateFormatter, honorClientTZForTimestampNTZ, isClosed, numberOfBinds, parameters, resultSetMetaData, resultVersion, row, session, timeFormatter, timestampLTZFormatter, timestampNTZFormatter, timestampTZFormatter, timeZone, wasNull| Constructor and Description |
|---|
SFFixedViewResultSet(SnowflakeFixedView fixedView,
SnowflakeFileTransferAgent.CommandType commandType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Object |
getObjectInternal(int columnIndex) |
String |
getQueryId() |
SFStatementType |
getStatementType() |
boolean |
isAfterLast() |
boolean |
isLast() |
boolean |
next()
Advance to next row
|
void |
setStatementType(SFStatementType statementType) |
absolute, getBigDecimal, getBigDecimal, getBoolean, getBytes, getDate, getDate, getDouble, getFloat, getInt, getLong, getMetaData, getNumberOfBinds, getObject, getRow, getShort, getString, getTime, getTimestamp, isArrayBindSupported, isBeforeFirst, isClosed, isFirst, previous, relative, setSession, wasNullpublic SFFixedViewResultSet(SnowflakeFixedView fixedView, SnowflakeFileTransferAgent.CommandType commandType) throws SnowflakeSQLException
SnowflakeSQLExceptionpublic boolean next()
throws SFException
next in class SFBaseResultSetSFException - if failed to get next rowprotected Object getObjectInternal(int columnIndex) throws SFException
getObjectInternal in class SFBaseResultSetSFExceptionpublic void close()
close in class SFBaseResultSetpublic SFStatementType getStatementType()
getStatementType in class SFBaseResultSetpublic void setStatementType(SFStatementType statementType) throws SQLException
setStatementType in class SFBaseResultSetSQLExceptionpublic boolean isLast()
isLast in class SFBaseResultSetpublic boolean isAfterLast()
isAfterLast in class SFBaseResultSetpublic String getQueryId()
getQueryId in class SFBaseResultSetCopyright © 2019. All rights reserved.