Uses of Class
ru.curs.celesta.score.ParameterizedView
Packages that use ParameterizedView
Package
Description
Package with DB utils.
Adaptors for various RDBMS.
Root package of ddl adaptors.
Package containing metadata of table structure.
-
Uses of ParameterizedView in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return ParameterizedViewModifier and TypeMethodDescriptionParameterizedViewCursor.meta()Returns parameterized view description (meta information).Methods in ru.curs.celesta.dbutils with parameters of type ParameterizedViewModifier and TypeMethodDescriptionstatic ParameterizedViewCursorParameterizedViewCursor.create(ParameterizedView view, CallContext callContext, Map<String, Object> parameters) Creates a parameterized view specific cursor.static ParameterizedViewCursorParameterizedViewCursor.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 ParameterizedViewModifier and TypeMethodDescriptionfinal voidDBAdaptor.createParameterizedView(Connection conn, ParameterizedView pv) DBAdaptor.getCallFunctionSql(ParameterizedView pv) Prepares a function call expression.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 ParameterizedViewModifier and TypeMethodDescriptionvoidDdlAdaptor.createParameterizedView(Connection conn, ParameterizedView pv) -
Uses of ParameterizedView in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ParameterizedViewModifier and TypeMethodDescriptionGrain.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 ParameterizedViewModifier and TypeMethodDescriptionGrain.getParameterizedViews()Returns a set of parameterized views defined in the grain.Methods in ru.curs.celesta.score with parameters of type ParameterizedViewConstructors in ru.curs.celesta.score with parameters of type ParameterizedView