Package ru.curs.celesta.score
Class ParameterizedViewSelectStmt
- java.lang.Object
-
- ru.curs.celesta.score.AbstractSelectStmt
-
- ru.curs.celesta.score.ParameterizedViewSelectStmt
-
public final class ParameterizedViewSelectStmt extends AbstractSelectStmt
-
-
Constructor Summary
Constructors Constructor Description ParameterizedViewSelectStmt(ParameterizedView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expr
getWhereCondition()
-
-
-
Constructor Detail
-
ParameterizedViewSelectStmt
public ParameterizedViewSelectStmt(ParameterizedView view)
-
-
Method Detail
-
getWhereCondition
public Expr getWhereCondition()
-
-