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.OldNewTableStateDatabaseConnection. current_old_new_stateThe 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.OldNewTableStateDatabaseConnection. 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) voidDatabaseConnection. setOldNewTableState(DatabaseConnection.OldNewTableState state)Sets the current state of the old/new tables.
-