You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Public Methods

MethodDescription

Returns the BoundAttachments collection of this Object.

Returns the collection of Object Permissions for this object.

Returns a collection of user comments associated with this Object.

Public Properties

PropertyDescription

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.
  • No labels