Uses of Class
ru.curs.celesta.score.View
-
Packages that use View 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.dbutils.filter.value Auxiliary filter classes.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of View in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return View Modifier and Type Method Description View
ViewCursor. meta()
Returns view description (meta information).Methods in ru.curs.celesta.dbutils with parameters of type View Modifier and Type Method Description static ViewCursor
ViewCursor. create(View view, CallContext callContext)
Creates a view specific cursor.static ViewCursor
ViewCursor. create(View view, CallContext callContext, Set<String> fields)
Creates a view specific cursor. -
Uses of View in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors with parameters of type View Modifier and Type Method Description void
DBAdaptor. createView(Connection conn, View v)
Creates a view in the DB based on metadata. -
Uses of View in ru.curs.celesta.dbutils.adaptors.ddl
Methods in ru.curs.celesta.dbutils.adaptors.ddl with parameters of type View Modifier and Type Method Description void
DdlAdaptor. createView(Connection conn, View v)
Creates a view in the database from metadata. -
Uses of View in ru.curs.celesta.dbutils.filter.value
Methods in ru.curs.celesta.dbutils.filter.value with parameters of type View Modifier and Type Method Description FieldsLookup
FieldsLookup. and(View filtering)
Constructors in ru.curs.celesta.dbutils.filter.value with parameters of type View Constructor Description FieldsLookup(View view, View otherView, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback)
This constructor is for tests and must be removed in future. -
Uses of View in ru.curs.celesta.score
Subclasses of View in ru.curs.celesta.score Modifier and Type Class Description class
ParameterizedView
Parameterized View object in metadata.Methods in ru.curs.celesta.score that return View Modifier and Type Method Description View
Grain. getView(String name)
Returns a 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 View Modifier and Type Method Description Map<String,View>
Grain. getViews()
Returns a set of views defined in the grain.Methods in ru.curs.celesta.score with parameters of type View Modifier and Type Method Description static String
CelestaSerializer. toQueryString(View v)
Returns a query based on which the view is going to be created.void
CelestaParser. unionAll(View view)
-