Uses of Class
com.mckoi.database.TableAccessState
-
Packages that use TableAccessState Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TableAccessState in com.mckoi.database
Methods in com.mckoi.database that return TableAccessState Modifier and Type Method Description TableAccessState
Table. getTableAccessState()
This returns an object that can only access the cells that are in this table, and has no other access to the 'Table' class's functionality.
-