Uses of Class
com.mckoi.database.DatabaseConnection.OldNewTableState
-
Packages that use DatabaseConnection.OldNewTableState Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of DatabaseConnection.OldNewTableState in com.mckoi.database
Fields in com.mckoi.database declared as DatabaseConnection.OldNewTableState Modifier and Type Field Description private DatabaseConnection.OldNewTableState
DatabaseConnection. current_old_new_state
The current state of the OLD and NEW system tables including any cached information about the tables.Methods in com.mckoi.database that return DatabaseConnection.OldNewTableState Modifier and Type Method Description (package private) DatabaseConnection.OldNewTableState
DatabaseConnection. getOldNewTableState()
Returns the current state of the old/new tables.Methods in com.mckoi.database with parameters of type DatabaseConnection.OldNewTableState Modifier and Type Method Description (package private) void
DatabaseConnection. setOldNewTableState(DatabaseConnection.OldNewTableState state)
Sets the current state of the old/new tables.
-