|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultInterface | |
---|---|
org.h2.command | This package contains the parser and the base classes for prepared SQL statements. |
org.h2.result | Implementation of row and internal result sets. |
Uses of ResultInterface in org.h2.command |
---|
Methods in org.h2.command that return ResultInterface | |
---|---|
ResultInterface |
CommandRemote.executeQuery(int maxRows,
boolean scrollable)
|
ResultInterface |
Command.executeQuery(int maxrows,
boolean scrollable)
|
ResultInterface |
CommandInterface.executeQuery(int maxRows,
boolean scrollable)
Execute the query. |
ResultInterface |
CommandRemote.getMetaData()
|
ResultInterface |
Command.getMetaData()
|
ResultInterface |
CommandInterface.getMetaData()
Get an empty result set containing the meta data of the result. |
Uses of ResultInterface in org.h2.result |
---|
Classes in org.h2.result that implement ResultInterface | |
---|---|
class |
LocalResult
A local result set contains all row data of a result set. |
class |
ResultRemote
The client side part of a result set that is kept on the server. |
Methods in org.h2.result with parameters of type ResultInterface | |
---|---|
static void |
ResultColumn.writeColumn(Transfer out,
ResultInterface result,
int i)
Write a result column to the given output. |
Constructors in org.h2.result with parameters of type ResultInterface | |
---|---|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |