Package dsql.value

Interface Summary
ColumnHolder A record where elements are "columns", ie can accessed by name, or index
Cursor A record holder that can iterate through its records
DataValue Results of a data element, e.g.
DotAt Access a field by index number, as a column or index
RecordHolder A container for records, such as TableResult or XmlDataValue
 

Class Summary
AbstractResults A "results" value, which may include several tables.
BooleanValue A boolean return value
ConstructedResults A ConstructedResults value
ConstructedTable A ConstructedResults value
ConstructedTableHash  
ExcelDataValue Read an excel file using the POI library (http://jakarta.apache.org/poi/).
FloatValue A float return value
IntValue An integer return value
JavaObject A holder for a Java object.
List A list
NonScalarValue  
NullValue The SQL NULL value
NumericValue A numeric value
RangeValue A range results, e.g. 1..10
RecordHash  
RecordProxy A pointer to a record in a table.
ScalarValue  
SQLResults Results from an SQL query (i.e. wrapper around sql.ResultSet)
StringValue A string return value
TableResult A table, i.e. a complex value with rows and columns
Value A value, ie the result of a DSQL expression.
XmlDataValue Access to XML structures.
XmlRecordHolder