Versions Compared

Key

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

...

Public Properties

PropertyDescription
CacheSizeSize of the cache used for the Oracle Sequence. DATATYPE: Integer.
CycleTrue if the Oracle Sequence values are cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean.
DescriptionDescription of the Oracle Sequence. DATATYPE: String.
GenPostSQLGenerate PostSQL of the Oracle Sequence. DATATYPE: Boolean.
GenPreSQLGenerate PreSQL of the Oracle Sequence. DATATYPE: Boolean.
GuaranteeOrderTrue if the Oracle Sequence ordering is guaranteed, false otherwise. DATATYPE: Boolean.
GUIDGUID of the Oracle Sequence. DATATYPE: String.
IDOracle Sequence ID. DATATYPE: Integer.
IncrementByVvalue Value by which the Oracle Sequence is implemented each time a new number is requested. DATATYPE: String.
MaxValueMaximum Oracle Sequence value. DATATYPE: String.
MinValueMinimum Oracle Sequence value. DATATYPE: String.
NameNname Name of the Oracle Sequence. DATATYPE: String.
OwnerOwner of the Oracle Sequence. DATATYPE: String.
PostSQLPostSQL of the Oracle Sequence. DATATYPE: String.
PreSQLPreSQL of the Oracle Sequence. DATATYPE: String.
StartWithStart value of the Oracle Sequence. DATATYPE: String.

...