|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryStack | |
---|---|
railo.runtime.type.scope | |
railo.runtime.util |
Uses of QueryStack in railo.runtime.type.scope |
---|
Methods in railo.runtime.type.scope that return QueryStack | |
---|---|
QueryStack |
UndefinedImpl.getCollectionStack()
|
QueryStack |
Undefined.getCollectionStack()
Deprecated. use instead
|
QueryStack |
UndefinedImpl.getQueryStack()
|
QueryStack |
Undefined.getQueryStack()
|
Methods in railo.runtime.type.scope with parameters of type QueryStack | |
---|---|
void |
UndefinedImpl.setCollectionStack(QueryStack collStack)
|
void |
Undefined.setCollectionStack(QueryStack collStack)
Deprecated. use instead
|
void |
UndefinedImpl.setQueryStack(QueryStack qryStack)
|
void |
Undefined.setQueryStack(QueryStack qryStack)
sets a individual query stack to the undefined scope |
Uses of QueryStack in railo.runtime.util |
---|
Classes in railo.runtime.util that implement QueryStack | |
---|---|
class |
QueryStackImpl
Stack for Query Objects |
Methods in railo.runtime.util that return QueryStack | |
---|---|
QueryStack |
QueryStackImpl.duplicate(boolean deepCopy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |