ValueResultSet

Implementation of the RESULT_SET data type.

Methods
static ValueResultSet get(ResultSet rs)
Create a result set value for the given result set.
static ValueResultSet get(ResultSet rs)
Create a result set value for the given result set. The result set will be wrapped.
Parameters:
rs - the result set
Returns:
the value
static ValueResultSet getCopy(ResultSet rs, int maxrows)
Create a result set value for the given result set.
static ValueResultSet getCopy(ResultSet rs, int maxrows)
Create a result set value for the given result set. The result set will be fully read in memory. The original result set is not closed.
Parameters:
rs - the result set
maxrows - the maximum number of rows to read (0 to just read the meta data)
Returns:
the value
int compareSecure(Value v, CompareMode mode)
int compareSecure(Value v, CompareMode mode)
Value convertPrecision(long precision, boolean force)
Value convertPrecision(long precision, boolean force)
boolean equals(Object other)
boolean equals(Object other)
int getDisplaySize()
int getDisplaySize()
Object getObject()
Object getObject()
long getPrecision()
long getPrecision()
ResultSet getResultSet()
ResultSet getResultSet()
String getSQL()
String getSQL()
String getString()
String getString()
int getType()
int getType()
int hashCode()
int hashCode()
void set(PreparedStatement prep, int parameterIndex)
void set(PreparedStatement prep, int parameterIndex)