Property | Description |
---|
CacheSize | Size of the cache used for the Oracle Sequence. DATATYPE: Integer. |
Cycle | True if the Oracle Sequence values are cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
Description | Description of the Oracle Sequence. DATATYPE: String. |
GenPostSQL | Generate PostSQL of the Oracle Sequence. DATATYPE: Boolean. |
GenPreSQL | Generate PreSQL of the Oracle Sequence. DATATYPE: Boolean. |
GuaranteeOrder | True if the Oracle Sequence ordering is guaranteed, false otherwise. DATATYPE: Boolean. |
GUID | GUID of the Oracle Sequence. DATATYPE: String. |
ID | Oracle Sequence ID. DATATYPE: Integer. |
IncrementBy | Value by which the Oracle Sequence is implemented each time a new number is requested. DATATYPE: String. |
MaxValue | Maximum Oracle Sequence value. DATATYPE: String. |
MinValue | Minimum Oracle Sequence value. DATATYPE: String. |
Name | Name of the Oracle Sequence. DATATYPE: String. |
Owner | Owner of the Oracle Sequence. DATATYPE: String. |
PostSQL | PostSQL of the Oracle Sequence. DATATYPE: String. |
PreSQL | PreSQL of the Oracle Sequence. DATATYPE: String. |
StartWith | Start value of the Oracle Sequence. DATATYPE: String. |