Public Methods
Method | Description |
---|---|
BoundAttachments | Get all the BoundAttachments of this DB2AuxiliaryTable. |
UserComments | Returns a collection of user comments associated with this DB2AuxiliaryTable. |
Public Properties
Property | Description |
---|---|
BaseTableName | Represents the name of the Base Table for which the Auxiliary Table was created. DATATYPE: String. |
BaseTableOwner | Represents the owner of the Base Table for which the Auxiliary Table was created. DATATYPE: String. |
DatabaseName | Represents the name of the Database in which the Auxiliary Table is stored. DATATYPE: String. |
Description | Description of the Auxiliary Table. DATATYPE: String. |
GUID | GUID of the Auxiliary Table. DATATYPE: String. |
ID | Returns the Auxiliary Table's ID. DATATYPE: Integer. |
IndexBufferPool | Represents the BufferPool name of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexClose | Represents the CLOSE option of the Auxiliary Table's Index. DATATYPE: String. |
IndexCopy | Represents the COPY option of the Auxiliary Table's Index. DATATYPE: String. |
IndexErase | Represents the ERASE option of the Auxiliary Table's Index. DATATYPE: String. |
IndexFreePage | Represents the FreePage setting of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexGBPCache | Determines the auxiliary table's indexes setting for GBPCache (CHANGED, ALL, NONE). DATATYPE: String. |
IndexName | Represents the name of the Unique Index created on the Auxiliary Table. DATATYPE: String. |
IndexOwner | Represents the owner of the Unique Index created on the Auxiliary Table. DATATYPE: String. |
IndexPercentFree | Represents the PercentFree setting of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexPieceSize | Represents the PieceSize setting of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexPriQty | Represents the PriQty setting of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexSecQty | Represents the SecQty setting of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexStogroup | Represents the Stogroup name of the Index created on the Auxiliary Table. DATATYPE: String. |
IndexUsing | Determines whether the indexes data sets are user managed (VCAT), DB2 managed (STOGROUP) or whether neither was specified (NONE). DATATYPE: String. |
IndexVCATName | Represents the VCAT name of the Index created on the Auxiliary Table. DATATYPE: String. |
LOBColumnName | Represents the name of the LOBColumn whose Data the Auxiliary Table stores. DATATYPE: String. |
Name | Represents the name of the Auxiliary Table. DATATYPE: String. |
Owner | Represents the owner of the Auxiliary Table. DATATYPE: String. |
TablespaceName | Represents the name of the Tablespace that the Auxiliary Table is stored in. DATATYPE: String. |
See Also