Uses of Class
org.h2.result.SimpleResult.Column
-
Packages that use SimpleResult.Column Package Description org.h2.result Implementation of row and internal result sets. -
-
Uses of SimpleResult.Column in org.h2.result
Fields in org.h2.result with type parameters of type SimpleResult.Column Modifier and Type Field Description private java.util.ArrayList<SimpleResult.Column>
MergedResult. columns
private java.util.ArrayList<SimpleResult.Column>
SimpleResult. columns
private java.util.ArrayList<java.util.Map<SimpleResult.Column,Value>>
MergedResult. data
Methods in org.h2.result with parameters of type SimpleResult.Column Modifier and Type Method Description (package private) void
SimpleResult. addColumn(SimpleResult.Column column)
Add column to the result.Constructor parameters in org.h2.result with type arguments of type SimpleResult.Column Constructor Description SimpleResult(java.util.ArrayList<SimpleResult.Column> columns, java.util.ArrayList<Value[]> rows, java.lang.String schemaName, java.lang.String tableName)
-