Public Methods

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

Public Properties

Property

Description

BaseTableNameRepresents the name of the Base Table for which the Auxiliary Table was created. DATATYPE: String.
BaseTableOwnerRepresents the owner of the Base Table for which the Auxiliary Table was created. DATATYPE: String.
DatabaseNameRepresents the name 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.
IndexBufferPoolRepresents the BufferPool name of the Index created on the Auxiliary Table. DATATYPE: String.
IndexCloseRepresents the CLOSE option of the Auxiliary Table's Index. DATATYPE: String.
IndexCopyRepresents the COPY option of the Auxiliary Table's Index. DATATYPE: String.
IndexEraseRepresents the ERASE option of the Auxiliary Table's Index. DATATYPE: String.
IndexFreePageRepresents the FreePage 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.
IndexNameRepresents the name of the Unique Index created on the Auxiliary Table. DATATYPE: String.
IndexOwnerRepresents the owner of the Unique Index created on the Auxiliary Table. DATATYPE: String.
IndexPercentFreeRepresents the PercentFree setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexPieceSizeRepresents the PieceSize setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexPriQtyRepresents the PriQty setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexSecQtyRepresents the SecQty setting of the Index created on the Auxiliary Table. DATATYPE: String.
IndexStogroupRepresents the Stogroup 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.
IndexVCATNameRepresents the VCAT name of the Index created on the Auxiliary Table. DATATYPE: String.
LOBColumnNameRepresents the name of the LOBColumn whose Data the Auxiliary Table stores. DATATYPE: String.
NameRepresents the name of the Auxiliary Table. DATATYPE: String.
OwnerRepresents the owner of the Auxiliary Table. DATATYPE: String.
TablespaceNameRepresents the name of the Tablespace that the Auxiliary Table is stored in. DATATYPE: String.
  • No labels