Uses of Class
org.h2.value.ValueResultSet

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 FunctionCall.getValueForColumnList(Session session, Expression[] nullArgs)
          Get an empty result set with the column names set.
 ValueResultSet JavaFunction.getValueForColumnList(Session session, Expression[] args)
           
 ValueResultSet TableFunction.getValueForColumnList(Session session, Expression[] nullArgs)
           
 ValueResultSet Function.getValueForColumnList(Session session, Expression[] args)
           
 

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.