Class NoBinaryFkConstraint
java.lang.Object
ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
ch.tocco.nice2.model.entity.api.schema.events.NoBinaryFkConstraint
- All Implemented Interfaces:
Descriptive
Each binary field must have a foreign key into the _nice_binary table. This class
represents the failure outcome of this check against a specific field.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
CheckEvent.Level
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns table meta data for the _nice_binary table.Methods inherited from class ch.tocco.nice2.model.entity.api.schema.events.CheckEvent
appendColumn, appendField, appendField, appendForeignKeyInfo, appendRelationString, getCreated, getLevel, getMetaData
-
Constructor Details
-
NoBinaryFkConstraint
-
-
Method Details
-
getTarget
Returns table meta data for the _nice_binary table. -
getSource
-
getFieldCheckData
-
getDescription
- Specified by:
getDescription
in interfaceDescriptive
-