Public Methods
Method | Description |
---|
BoundAttachments | Returns the BoundAttachments collection of this Object. |
ObjectPermissions | Returns the collection of Object Permissions for this object. |
UserComments | Returns a collection of user comments associated with this Object. |
Public Properties
Property | Description |
---|
| Size of the cache used for the Oracle Sequence. DATATYPE: Integer. |
| True if the Oracle Sequence values are cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
| Description of the Oracle Sequence. DATATYPE: String. |
| Generate PostSQL of the Oracle Sequence. DATATYPE: Boolean. |
| Generate PreSQL of the Oracle Sequence. DATATYPE: Boolean. |
| True if the Oracle Sequence ordering is guaranteed, false otherwise. DATATYPE: Boolean. |
| GUID of the Oracle Sequence. DATATYPE: String. |
| Oracle Sequence ID. DATATYPE: Integer. |
| Vvalue by which the Oracle Sequence is implemented each time a new number is requested. DATATYPE: String. |
| Maximum Oracle Sequence value. DATATYPE: String. |
| Minimum Oracle Sequence value. DATATYPE: String. |
| Nname of the Oracle Sequence. DATATYPE: String. |
| Owner of the Oracle Sequence. DATATYPE: String. |
| PostSQL of the Oracle Sequence. DATATYPE: String. |
| PreSQL of the Oracle Sequence. DATATYPE: String. |
| Start value of the Oracle Sequence. DATATYPE: String. |