Uses of Class
ru.curs.celesta.score.AbstractSelectStmt
-
Packages that use AbstractSelectStmt Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of AbstractSelectStmt in ru.curs.celesta.score
Subclasses of AbstractSelectStmt in ru.curs.celesta.score Modifier and Type Class Description class
ParameterizedViewSelectStmt
Methods in ru.curs.celesta.score that return types with arguments of type AbstractSelectStmt Modifier and Type Method Description List<AbstractSelectStmt>
AbstractView. getSegments()
Methods in ru.curs.celesta.score with parameters of type AbstractSelectStmt Modifier and Type Method Description Expr
CelestaParser. aggregateFunc(AbstractSelectStmt v)
void
CelestaParser. fromClause(AbstractSelectStmt v)
void
CelestaParser. groupBy(AbstractSelectStmt view)
TableRef
CelestaParser. join(AbstractSelectStmt v)
Expr
CelestaParser. materializedAggregateFunc(AbstractSelectStmt v)
void
CelestaParser. materializedFromClause(AbstractSelectStmt v)
void
CelestaParser. materializedSelect(AbstractSelectStmt v)
void
CelestaParser. materializedSelectItem(AbstractSelectStmt v)
void
CelestaParser. select(AbstractSelectStmt v)
void
CelestaParser. selectItem(AbstractSelectStmt v)
TableRef
CelestaParser. tableReference(AbstractSelectStmt v, boolean lookupMViews)
-