|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
represent a Single column of a query object
| Nested Class Summary |
| Nested classes inherited from class railo.runtime.type.Collection |
Collection.Key |
| Method Summary | |
void |
add(java.lang.Object value)
adds a value to the column |
void |
addRow(int count)
|
void |
cutRowsTo(int maxrows)
cuts row to defined size |
java.lang.Object |
get(int row)
get method with a int as key |
java.lang.Object |
get(int row,
java.lang.Object defaultValue)
getExpressionLess method with a int as key |
int |
getType()
|
java.lang.String |
getTypeAsString()
|
java.lang.Object |
remove(int row)
removes the value but dont the index |
java.lang.Object |
removeEL(int row)
removes method with int as key |
java.lang.Object |
removeRow(int row)
remove a row from query |
java.lang.Object |
set(int row,
java.lang.Object value)
set method with a int as key |
java.lang.Object |
setEL(int row,
java.lang.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 |
| 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 |
public java.lang.Object remove(int row)
throws PageException
row -
PageException
public java.lang.Object removeRow(int row)
throws PageException
row -
PageExceptionpublic java.lang.Object removeEL(int row)
row -
public java.lang.Object get(int row)
throws PageException
row - row to get value
PageException
public java.lang.Object get(int row,
java.lang.Object defaultValue)
row - row to get value
public java.lang.Object set(int row,
java.lang.Object value)
throws PageException
row - row to setvalue - value to set
PageExceptionpublic void add(java.lang.Object value)
value - value to add
public java.lang.Object setEL(int row,
java.lang.Object value)
row - row to setvalue - value to set
public void addRow(int count)
count - adds count row to the columnpublic int getType()
public java.lang.String getTypeAsString()
public void cutRowsTo(int maxrows)
maxrows -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||