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