Table Description
Value Overflow : A link in a chain of records to store a long XML representation of a value.

Technical Notes

The data on this table may only be read or written using CREOLE APIs - no direct access to the underlying data is supported. DMX files and/or database scripts must not be used to populate this entity.

No optimistic locking is required as the lock is held by the record that points to the head of the chain.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (3)
AttributeKeyNullableDescriptionDDL Type
creoleValueOverflowIDYesNoUnique ID of this database row.SVR_INT64
value  A segment of XML data for the value being stored. The XML must be reconstituted by concatenating the values from the full chain of value records. The value permits nulls because strings have trailing spaces removed prior to storage, and it is possible that an overflow segment in the middle of a chain contains entirely spaces (and thus would be trimmed down to an empty string, which is stored as a null value).SVR_STRING<3900>
moreOverflowID  An optional link to (even more) overflowing data, i.e. the next record in the chain, if any.SVR_INT64
Foreign Keys (3)
ChildParent
CREOLEValueOverflow.moreOverflowIDCREOLEValueOverflow.creoleValueOverflowID
CREOLERuleAttributeValue.overflowIDCREOLEValueOverflow.creoleValueOverflowID
CREOLEValueOverflow.moreOverflowIDCREOLEValueOverflow.creoleValueOverflowID
Related Pages (0)