| java.lang.Object org.h2.result.ResultRemote
ResultRemote | public class ResultRemote implements ResultInterface(Code) | | 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.
|
close | public void close()(Code) | | |
getColumnPrecision | public long getColumnPrecision(int i)(Code) | | |
getColumnScale | public int getColumnScale(int i)(Code) | | |
getColumnType | public int getColumnType(int i)(Code) | | |
getDisplaySize | public int getDisplaySize(int i)(Code) | | |
getNullable | public int getNullable(int i)(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
getRowId | public int getRowId()(Code) | | |
getUpdateCount | public int getUpdateCount()(Code) | | |
getVisibleColumnCount | public int getVisibleColumnCount()(Code) | | |
isAutoIncrement | public boolean isAutoIncrement(int i)(Code) | | |
isUpdateCount | public boolean isUpdateCount()(Code) | | |
|
|