|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectStatement | |
---|---|
net.sf.csutils.core.query.antlr | |
net.sf.csutils.core.query.impl | |
net.sf.csutils.core.query.tree |
Uses of SelectStatement in net.sf.csutils.core.query.antlr |
---|
Methods in net.sf.csutils.core.query.antlr that return SelectStatement | |
---|---|
SelectStatement |
CsqlBaseParser.selectStatement(NamespaceDeclarationSet nds)
|
Methods in net.sf.csutils.core.query.antlr with parameters of type SelectStatement | |
---|---|
void |
CsqlBaseParser.fromClause(SelectStatement st)
|
void |
CsqlBaseParser.queryRule(SelectStatement st)
|
void |
CsqlBaseParser.selectFrom(SelectStatement st)
|
Uses of SelectStatement in net.sf.csutils.core.query.impl |
---|
Methods in net.sf.csutils.core.query.impl with parameters of type SelectStatement | |
---|---|
protected java.util.List<AbstractQueryGenerator.ObjectTypeInfo> |
AbstractQueryGenerator.findObjectTypes(SelectStatement pQuery)
|
protected CsqlStatement |
XQueryGenerator.parse(SelectStatement pQuery)
|
protected CsqlStatement |
SqlQueryGenerator.parse(SelectStatement pQuery)
|
protected abstract CsqlStatement |
AbstractQueryGenerator.parse(SelectStatement pQuery)
|
Uses of SelectStatement in net.sf.csutils.core.query.tree |
---|
Methods in net.sf.csutils.core.query.tree that return SelectStatement | |
---|---|
SelectStatement |
NodeFactory.selectStatement(NamespaceDeclarationSet pNamespaceDeclarations)
Creates a SelectStatement with the given set of
namespace declarations. |
Methods in net.sf.csutils.core.query.tree with parameters of type SelectStatement | |
---|---|
void |
NodeFactory.objectType(SelectStatement pStatement,
ObjectType pObjectType)
Adds the given object type (aka, a JOIN clause) to the select statements list of object types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |