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 ViewDefViewDef. deserializeFromBlob(BlobAccessor blob)Creates an instance of ViewDef from the serialized information stored in the blob.private static ViewDefViewManager. getViewDef(java.util.HashMap cache, TableDataSource view_table, int index)Creates a ViewDef object for the given index value in the table.private static ViewDefViewManager. 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 voidDatabaseConnection. createView(SQLQuery query, ViewDef view)Creates a new view.voidViewManager. defineView(ViewDef view, SQLQuery query, User user)Defines a view.
-