Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
ObjectPermissionsReturns the collection of Object Permissions for this object.
UserCommentsReturns a collection of user comments associated with this Object.

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.
IncrementByValue 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.
NameName 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.