ResultRemote

The client side part of a result set that is kept on the server. In many cases, the complete data is kept on the client side, but for large results only a subset is in-memory.

Methods
void close()
void close()
boolean containsDistinct(Value[] values)
boolean containsDistinct(Value[] values)
ResultInterface createShallowCopy(SessionInterface targetSession)
ResultInterface createShallowCopy(SessionInterface targetSession)
Value[] currentRow()
Value[] currentRow()
String getAlias(int i)
String getAlias(int i)
String getColumnName(int i)
String getColumnName(int i)
long getColumnPrecision(int i)
long getColumnPrecision(int i)
int getColumnScale(int i)
int getColumnScale(int i)
int getColumnType(int i)
int getColumnType(int i)
int getDisplaySize(int i)
int getDisplaySize(int i)
int getFetchSize()
int getFetchSize()
int getNullable(int i)
int getNullable(int i)
int getRowCount()
int getRowCount()
int getRowId()
int getRowId()
String getSchemaName(int i)
String getSchemaName(int i)
String getTableName(int i)
String getTableName(int i)
int getVisibleColumnCount()
int getVisibleColumnCount()
boolean hasNext()
boolean hasNext()
boolean isAfterLast()
boolean isAfterLast()
boolean isAutoIncrement(int i)
boolean isAutoIncrement(int i)
boolean isClosed()
boolean isClosed()
boolean isLazy()
boolean isLazy()
boolean needToClose()
boolean needToClose()
boolean ()
boolean ()
void reset()
void reset()
void setFetchSize(int fetchSize)
void setFetchSize(int fetchSize)
String toString()
String toString()