Uses of Interface
io.github.tonywasher.joceanus.prometheus.database.PrometheusTableInstance
Packages that use PrometheusTableInstance
Package
Description
Handles mapping to/from database.
-
Uses of PrometheusTableInstance in io.github.tonywasher.joceanus.prometheus.database
Subinterfaces of PrometheusTableInstance in io.github.tonywasher.joceanus.prometheus.databaseModifier and TypeInterfaceDescriptioninterfacePrometheusTableInstancePlus<T extends PrometheusDataItem>Table interface.Classes in io.github.tonywasher.joceanus.prometheus.database that implement PrometheusTableInstanceModifier and TypeClassDescriptionclassDatabase table class for ControlData.classDatabase table class for ControlKey.classDatabase table class for ControlKey.classPrometheusTableDataInfo<T extends PrometheusDataInfoItem>Database table class for DataInfo Items.classPrometheusTableDataItem<T extends PrometheusDataItem>Database Table class.classDatabase table class for ControlKey.classDatabase table class for Encrypted Items.classDatabase table class for Static Data Items.Methods in io.github.tonywasher.joceanus.prometheus.database with parameters of type PrometheusTableInstanceModifier and TypeMethodDescriptionprotected voidPrometheusDataStore.addTable(PrometheusTableInstance<?> pTable) Add a table.protected voidPrometheusBatchControl.setCurrentTable(PrometheusTableInstance<?> pTable, MetisDataState pMode) Set the currently active state.Method parameters in io.github.tonywasher.joceanus.prometheus.database with type arguments of type PrometheusTableInstanceModifier and TypeMethodDescriptionprotected voidPrometheusColumnDefinition.locateReference(List<PrometheusTableInstance<?>> pTables) Locate reference.protected voidPrometheusColumnDefinition.PrometheusReferenceColumn.locateReference(List<PrometheusTableInstance<?>> pTables) voidPrometheusTableDataItem.resolveReferences(List<PrometheusTableInstance<?>> pTables) voidPrometheusTableInstance.resolveReferences(List<PrometheusTableInstance<?>> pTables) Resolve references.