Property | Description |
---|
CacheSize | Size of the cache used for the DB2UDB Sequence. DATATYPE: Integer. |
Cycle | True if the DB2UDB Sequence values are cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
Datatype | Data type of the DB2UDB Sequence. DATATYPE: String. |
DataWidth | Data width of the DB2UDB Sequence. DATATYPE: String. |
Description | Description of the DB2UDB Sequence. DATATYPE: String. |
GenPostSQL | Generate PostSQL of the DB2UDB Sequence. DATATYPE: Boolean. |
GenPreSQL | Generate PreSQL of the DB2UDB Sequence. DATATYPE: Boolean. |
GuaranteeOrder | True if the DB2UDB Sequence ordering is guaranteed, false otherwise. DATATYPE: Boolean. |
GUID | GUID of the DB2UDB Sequence. DATATYPE: String. |
HasMaxValue | True if the DB2UDB Sequence has a maximum value set, false otherwise. DATATYPE: Boolean. |
HasMinValue | True if the DB2UDB Sequence has a minimum value set, false otherwise. DATATYPE: Boolean. |
ID | Returns the DB2UDB Sequence ID. DATATYPE: Integer. |
IncrementBy | Value by which the DB2UDB Sequence is implemented each time a new number is requested. DATATYPE: String. |
MaxValue | Maximum DB2UDB Sequence value. DATATYPE: String. |
MinValue | Minimum DB2UDB Sequence value. DATATYPE: String. |
Name | Name of the DB2UDB Sequence. DATATYPE: String. |
NeedCache | Need for cache size value of the DB2UDB Sequence. DATATYPE: Boolean. |
NeedMaxValue | True if the DB2UDB Sequence needs a set maximum value, false otherwise. DATATYPE: Boolean. |
NeedMinValue | True if the DB2UDB Sequence needs a set minimum value, false otherwise. DATATYPE: Boolean. |
Owner | Owner of the DB2UDB Sequence. DATATYPE: String. |
PostSQL | PostSQL of the DB2UDB Sequence. DATATYPE: String. |
PreSQL | PreSQL of the DB2UDB Sequence. DATATYPE: String. |
StartWith | Starting value of the DB2UDB Sequence. DATATYPE: String. |