Public Methods

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

Public Properties

PropertyDescription
BaseTableNameName of the Base Table for which the Auxiliary Table was created. DATATYPE: String.
BaseTableOwnerOwner of the Base Table for which the Auxiliary Table was created. DATATYPE: String.
DatabaseNameName of the Database in which the Auxiliary Table is stored. DATATYPE: String.
DescriptionDescription of the Auxiliary Table. DATATYPE: String.
GUIDGUID of the Auxiliary Table. DATATYPE: String.
IDReturns the Auxiliary Table's ID. DATATYPE: Integer.
IndexBufferPoolBufferPool name of the Index created on the Auxiliary Table. DATATYPE: String.
IndexCloseCLOSE option of the Auxiliary Table's Index. DATATYPE: String.
IndexCopyCOPY option of the Auxiliary Table's Index. DATATYPE: String.
IndexEraseERASE option of the Auxiliary Table's Index. DATATYPE: String.
IndexFreePageFreePage setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexGBPCacheDetermines the auxiliary table's indexes setting for GBPCache (CHANGED, ALL, NONE). DATATYPE: String.
IndexNameName of the Unique Index created on the Auxiliary Table. DATATYPE: String.
IndexOwnerOwner of the UniqueIndex created on the Auxiliary Table. DATATYPE: String.
IndexPercentFreePercentFree setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexPieceSizePieceSize setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexPriQtyPriQty setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexSecQtySecQty setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexStogroupStogroup name of the Index created on the Auxiliary Table. DATATYPE: String.
IndexUsingDetermines whether the indexes data sets are user managed (VCAT), DB2 managed (STOGROUP), or whether neither was specified (NONE). DATATYPE: String.
IndexVCATNameVCAT name of the Index created on the Auxiliary Table. DATATYPE: String.
LOBColumnNameName of the LOBColumn whose Data the Auxiliary Table stores. DATATYPE: String.
NameName of the Auxiliary Table. DATATYPE: String.
OwnerOwner of the Auxiliary Table. DATATYPE: String.
TablespaceNameName of the Tablespace in which the Auxiliary Table is stored. DATATYPE: String.
  • No labels