Class PrometheusColumnDefinition.PrometheusIdColumn
java.lang.Object
io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition
io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition.PrometheusIntegerColumn
io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition.PrometheusIdColumn
- Enclosing class:
PrometheusColumnDefinition
protected static final class PrometheusColumnDefinition.PrometheusIdColumn
extends PrometheusColumnDefinition.PrometheusIntegerColumn
The idColumn Class.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition
PrometheusColumnDefinition.PrometheusBinaryColumn, PrometheusColumnDefinition.PrometheusBooleanColumn, PrometheusColumnDefinition.PrometheusDateColumn, PrometheusColumnDefinition.PrometheusIdColumn, PrometheusColumnDefinition.PrometheusIntegerColumn, PrometheusColumnDefinition.PrometheusLongColumn, PrometheusColumnDefinition.PrometheusMoneyColumn, PrometheusColumnDefinition.PrometheusPriceColumn, PrometheusColumnDefinition.PrometheusRateColumn, PrometheusColumnDefinition.PrometheusRatioColumn, PrometheusColumnDefinition.PrometheusReferenceColumn, PrometheusColumnDefinition.PrometheusShortColumn, PrometheusColumnDefinition.PrometheusStringColumn, PrometheusColumnDefinition.PrometheusUnitsColumn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildKeyReference(StringBuilder pBuilder) Define the key reference.Methods inherited from class io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition.PrometheusIntegerColumn
buildColumnType, getValue, loadValue, setValue, storeValueMethods inherited from class io.github.tonywasher.joceanus.prometheus.database.PrometheusColumnDefinition
buildCreateString, clearValue, getColumnId, getColumnName, getDriver, getObject, getSortOrder, getTable, isValueSet, locateReference, setNullable, setObject, setSortOnReference, setSortOrder
-
Constructor Details
-
PrometheusIdColumn
PrometheusIdColumn(PrometheusTableDefinition pTable) Constructor.- Parameters:
pTable- the table to which the column belongs
-
-
Method Details
-
buildKeyReference
Description copied from class:PrometheusColumnDefinitionDefine the key reference.- Overrides:
buildKeyReferencein classPrometheusColumnDefinition- Parameters:
pBuilder- the String builder
-