|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryColumn
represent a Single column of a query object
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface railo.runtime.type.Collection |
---|
Collection.Key |
Method Summary | |
---|---|
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)
get method with a int as key |
Object |
get(int row,
Object defaultValue)
getExpressionLess method with a int as key |
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 |
Methods inherited from interface railo.runtime.type.Collection |
---|
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, keysAsString, remove, removeEL, set, set, setEL, setEL, size |
Methods inherited from interface railo.runtime.dump.Dumpable |
---|
toDumpData |
Methods inherited from interface railo.runtime.type.Iteratorable |
---|
iterator, keyIterator, valueIterator |
Methods inherited from interface railo.runtime.op.Castable |
---|
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo |
Methods inherited from interface railo.runtime.type.ref.Reference |
---|
get, get, getKey, getKeyAsString, getParent, remove, removeEL, set, setEL, touch, touchEL |
Method Detail |
---|
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
row
- row to get value
PageException
Object get(int row, Object defaultValue)
row
- row to get value
Object set(int row, Object value) throws PageException
row
- row to setvalue
- value to set
PageException
void add(Object value)
value
- value to addObject setEL(int row, Object value)
row
- row to setvalue
- value to set
void addRow(int count)
count
- adds count row to the columnint getType()
String getTypeAsString()
void cutRowsTo(int maxrows)
maxrows
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |