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

Compare with Current View Page History

« Previous Version 4 Next »

Public Methods

MethodDescription
BoundAttachmentsGet all the BoundAttachments of this DB2AuxiliaryTable.
UserCommentsReturns a collection of user comments associated with this DB2AuxiliaryTable.

Public Properties

Property

Description


Represents the name of the Base Table for which the Auxiliary Table was created. DATATYPE: String.

Represents the owner of the Base Table for which the Auxiliary Table was created. DATATYPE: String.

Represents the name of the Database in which the Auxiliary Table is stored. DATATYPE: String.

Description of the Auxiliary Table. DATATYPE: String.

GUID of the Auxiliary Table. DATATYPE: String.

Returns the Auxiliary Table's ID. DATATYPE: Integer.

Represents the BufferPool name of the Index created on the Auxiliary Table. DATATYPE: String.

Represents the CLOSE option of the Auxiliary Table's Index. DATATYPE: String.

Represents the COPY option of the Auxiliary Table's Index. DATATYPE: String.

Represents the ERASE option of the Auxiliary Table's Index. DATATYPE: String.

Represents the FreePage setting of the Index created on the Auxiliary Table. DATATYPE: String.

Determines the auxiliary table's indexes setting for GBPCache (CHANGED, ALL, NONE). DATATYPE: String.

Represents the name of the Unique Index created on the Auxiliary Table. DATATYPE: String.

Represents the owner of the Unique Index created on the Auxiliary Table. DATATYPE: String.

Represents the PercentFree setting of the Index created on the Auxiliary Table. DATATYPE: String.

Represents the PieceSize setting of the Index created on the Auxiliary Table. DATATYPE: String.

Represents the PriQty setting of the Index created on the Auxiliary Table. DATATYPE: String.

Represents the SecQty setting of the Index created on the Auxiliary Table. DATATYPE: String.

Represents the Stogroup name of the Index created on the Auxiliary Table. DATATYPE: String.

Determines whether the indexes data sets are user managed (VCAT), DB2 managed (STOGROUP) or whether neither was specified (NONE). DATATYPE: String.

Represents the VCAT name of the Index created on the Auxiliary Table. DATATYPE: String.

Represents the name of the LOBColumn whose Data the Auxiliary Table stores. DATATYPE: String.

Represents the name of the Auxiliary Table. DATATYPE: String.

Represents the owner of the Auxiliary Table. DATATYPE: String.

Represents the name of the Tablespace that the Auxiliary Table is stored in. DATATYPE: String.

See Also

  • No labels