|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object isql.ColumnValues
public class ColumnValues
The columns of the result set: each column is an array. All columns are mapped by the column key
Constructor Summary | |
---|---|
ColumnValues(java.util.Map<ColumnKey,Array> mapValuesByColumn)
Constuctor |
Method Summary | |
---|---|
java.util.Set<java.util.Map.Entry<ColumnKey,Array>> |
entrySet()
Returns the columns with their ids |
Array |
get(ColumnKey key)
Returns the array of a column |
java.util.Set<ColumnKey> |
keySet()
Returns the identifiers of the columns |
java.lang.String |
toString()
|
java.util.Collection<Array> |
values()
Returns the columns contents (arrays) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ColumnValues(java.util.Map<ColumnKey,Array> mapValuesByColumn)
mapValuesByColumn
- map [column identifier] -> [column content]
ISQLException
Method Detail |
---|
public java.util.Set<java.util.Map.Entry<ColumnKey,Array>> entrySet()
Map.entrySet()
public java.util.Set<ColumnKey> keySet()
Map.keySet()
public java.util.Collection<Array> values()
Map.values()
public Array get(ColumnKey key)
key
- the column identifier
Map.get(java.lang.Object)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |