Uses of Class
ru.curs.celesta.score.View
Packages that use View
Package
Description
Package with DB utils.
Adaptors for various RDBMS.
Root package of ddl adaptors.
Auxiliary filter classes.
Package containing metadata of table structure.
-
Uses of View in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return ViewMethods in ru.curs.celesta.dbutils with parameters of type ViewModifier and TypeMethodDescriptionstatic ViewCursorViewCursor.create(View view, CallContext callContext) Creates a view specific cursor.static ViewCursorViewCursor.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 ViewModifier and TypeMethodDescriptionfinal voidDBAdaptor.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 ViewModifier and TypeMethodDescriptionvoidDdlAdaptor.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 ViewConstructors in ru.curs.celesta.dbutils.filter.value with parameters of type ViewModifierConstructorDescriptionFieldsLookup(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.scoreModifier and TypeClassDescriptionfinal classParameterized View object in metadata.Methods in ru.curs.celesta.score that return ViewModifier and TypeMethodDescriptionReturns 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 ViewMethods in ru.curs.celesta.score with parameters of type ViewModifier and TypeMethodDescriptionstatic StringCelestaSerializer.toQueryString(View v) Returns a query based on which the view is going to be created.final void