public interface QueryColumn extends Collection, Reference, Castable
Collection.Key
Modifier and Type | Method and Description |
---|---|
void |
add(Object value)
adds a value to the column
|
void |
addRow(int count) |
void |
cutRowsTo(int maxrows)
cuts row to defined size
|
Object |
get(int row)
Deprecated.
use instead
get(int row, Object defaultValue) |
Object |
get(int row,
Object emptyValue)
return the value in this row (can be null), when row number is invalid the default value is returned
|
int |
getType() |
String |
getTypeAsString() |
Object |
remove(int row)
removes the value but dont the index
|
Object |
removeEL(int row)
removes method with int as key
|
Object |
removeRow(int row)
remove a row from query
|
Object |
set(int row,
Object value)
set method with a int as key
|
Object |
setEL(int row,
Object value)
setExpressionLess method with a int as key
|
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, remove, removeEL, set, set, setEL, setEL, size
toDumpData
entryIterator, keyIterator, keysAsStringIterator, valueIterator
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
getIterator
Object remove(int row) throws PageException
row
- PageException
Object removeRow(int row) throws PageException
row
- PageException
Object removeEL(int row)
row
- Object get(int row) throws PageException
get(int row, Object defaultValue)
row
- row to get valuePageException
Object get(int row, Object emptyValue)
row
- row to get valueemptyValue
- value returned when row does not exists or the rows value is nullObject set(int row, Object value) throws PageException
row
- row to setvalue
- value to setPageException
Object setEL(int row, Object value)
row
- row to setvalue
- value to setvoid addRow(int count)
count
- adds count row to the columnint getType()
String getTypeAsString()
void cutRowsTo(int maxrows)
maxrows
- Copyright © 2015 Lucee