Uses of Class
com.mckoi.database.ViewDef
-
Packages that use ViewDef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of ViewDef in com.mckoi.database
Methods in com.mckoi.database that return ViewDef Modifier and Type Method Description (package private) static ViewDef
ViewDef. deserializeFromBlob(BlobAccessor blob)
Creates an instance of ViewDef from the serialized information stored in the blob.private static ViewDef
ViewManager. getViewDef(java.util.HashMap cache, TableDataSource view_table, int index)
Creates a ViewDef object for the given index value in the table.private static ViewDef
ViewManager. getViewDef(java.util.HashMap cache, TableDataSource view_table, TableName view_name)
Creates a ViewDef object for the given view name in the table.Methods in com.mckoi.database with parameters of type ViewDef Modifier and Type Method Description void
DatabaseConnection. createView(SQLQuery query, ViewDef view)
Creates a new view.void
ViewManager. defineView(ViewDef view, SQLQuery query, User user)
Defines a view.
-