Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertyDescription
CacheSizeSize of the cache used for the DB2UDB Sequence. DATATYPE: Integer.
CycleTrue if the DB2UDB Sequence values are cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean.
DatatypeData type of the DB2UDB Sequence. DATATYPE: String.
DataWidthData width of the DB2UDB Sequence. DATATYPE: String.
DescriptionDescription of the DB2UDB Sequence. DATATYPE: String.
GenPostSQLGenerate PostSQL of the DB2UDB Sequence. DATATYPE: Boolean.
GenPreSQLGenerate PreSQL of the DB2UDB Sequence. DATATYPE: Boolean.
GuaranteeOrderTrue if the DB2UDB Sequence ordering is guaranteed, false otherwise. DATATYPE: Boolean.
GUIDGUID of the DB2UDB Sequence. DATATYPE: String.
HasMaxValueTrue if the DB2UDB Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.
HasMinValueTrue if the DB2UDB Sequence has a minimum value set, false otherwise. DATATYPE: Boolean.
IDReturns the DB2UDB Sequence ID. DATATYPE: Integer.
IncrementByValue by which the DB2UDB Sequence is implemented each time a new number is requested. DATATYPE: String.
MaxValueMaximum DB2UDB Sequence value. DATATYPE: String.
MinValueMinimum DB2UDB Sequence value. DATATYPE: String.
NameName of the DB2UDB Sequence. DATATYPE: String.
NeedCacheNeed for cache size value of the DB2UDB Sequence. DATATYPE: Boolean.
NeedMaxValueTrue if the DB2UDB Sequence needs a set maximum value, false otherwise. DATATYPE: Boolean.
NeedMinValueTrue if the DB2UDB Sequence needs a set minimum value, false otherwise. DATATYPE: Boolean.
OwnerOwner of the DB2UDB Sequence. DATATYPE: String.
PostSQLPostSQL of the DB2UDB Sequence. DATATYPE: String.
PreSQLPreSQL of the DB2UDB Sequence. DATATYPE: String.
StartWithStarting value of the DB2UDB Sequence. DATATYPE: String.

...