Uses of Class
io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition.PrometheusIntegerColumn
Packages that use PrometheusColumnDefinition.PrometheusIntegerColumn
Package
Description
Handles mapping to/from database.
-
Uses of PrometheusColumnDefinition.PrometheusIntegerColumn in io.github.tonywasher.joceanus.prometheus.database
Subclasses of PrometheusColumnDefinition.PrometheusIntegerColumn in io.github.tonywasher.joceanus.prometheus.databaseModifier and TypeClassDescriptionprotected static final classThe idColumn Class.protected static final classThe referenceColumn Class.Methods in io.github.tonywasher.joceanus.prometheus.database that return PrometheusColumnDefinition.PrometheusIntegerColumnModifier and TypeMethodDescriptionPrometheusTableDefinition.addIntegerColumn(MetisDataItem.MetisDataFieldId pId) Add an integer column.PrometheusTableDefinition.addNullIntegerColumn(MetisDataItem.MetisDataFieldId pId) Add an integer column, which can be null.