|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueResultSet | |
---|---|
org.h2.expression | Expressions include mathematical operations, conditions, simple values, and functions. |
org.h2.value | Data type and value implementations. |
Uses of ValueResultSet in org.h2.expression |
---|
Methods in org.h2.expression that return ValueResultSet | |
---|---|
ValueResultSet |
Function.getValueForColumnList(Session session,
Expression[] argList)
|
ValueResultSet |
FunctionCall.getValueForColumnList(Session session,
Expression[] nullArgs)
Get an empty result set with the column names set. |
ValueResultSet |
JavaFunction.getValueForColumnList(Session session,
Expression[] argList)
|
ValueResultSet |
TableFunction.getValueForColumnList(Session session,
Expression[] nullArgs)
|
Uses of ValueResultSet in org.h2.value |
---|
Methods in org.h2.value that return ValueResultSet | |
---|---|
static ValueResultSet |
ValueResultSet.get(java.sql.ResultSet rs)
Create a result set value for the given result set. |
static ValueResultSet |
ValueResultSet.getCopy(java.sql.ResultSet rs,
int maxrows)
Create a result set value for the given result set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |