Uses of Class
ru.curs.celesta.score.ParameterizedView
-
Packages that use ParameterizedView Package Description ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.adaptors.ddl Root package of ddl adaptors.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of ParameterizedView in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return ParameterizedView Modifier and Type Method Description ParameterizedView
ParameterizedViewCursor. meta()
Returns parameterized view description (meta information).Methods in ru.curs.celesta.dbutils with parameters of type ParameterizedView Modifier and Type Method Description static ParameterizedViewCursor
ParameterizedViewCursor. create(ParameterizedView view, CallContext callContext, Map<String,Object> parameters)
Creates a parameterized view specific cursor.static ParameterizedViewCursor
ParameterizedViewCursor. create(ParameterizedView view, CallContext callContext, Set<String> fields, Map<String,Object> parameters)
Creates a parameterized view specific cursor. -
Uses of ParameterizedView in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors with parameters of type ParameterizedView Modifier and Type Method Description void
DBAdaptor. createParameterizedView(Connection conn, ParameterizedView pv)
String
DBAdaptor. getCallFunctionSql(ParameterizedView pv)
Prepares a function call expression.String
OraAdaptor. getCallFunctionSql(ParameterizedView pv)
-
Uses of ParameterizedView in ru.curs.celesta.dbutils.adaptors.ddl
Methods in ru.curs.celesta.dbutils.adaptors.ddl with parameters of type ParameterizedView Modifier and Type Method Description void
DdlAdaptor. createParameterizedView(Connection conn, ParameterizedView pv)
-
Uses of ParameterizedView in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ParameterizedView Modifier and Type Method Description ParameterizedView
Grain. getParameterizedView(String name)
Returns a parameterized view by its name or an exception with a message that the view was not found.Methods in ru.curs.celesta.score that return types with arguments of type ParameterizedView Modifier and Type Method Description Map<String,ParameterizedView>
Grain. getParameterizedViews()
Returns a set of parameterized views defined in the grain.Methods in ru.curs.celesta.score with parameters of type ParameterizedView Modifier and Type Method Description void
CelestaParser. functionParam(ParameterizedView view)
Constructors in ru.curs.celesta.score with parameters of type ParameterizedView Constructor Description ParameterizedViewSelectStmt(ParameterizedView view)
-