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

Compare with Current View Page History

Version 1 Next »

Public Methods

MethodDescription

Returns the BoundAttachments collection of this Object.

If the given Tablespace is database managed, this returns the DMS Containers.

If the given Tablespace is system managed, this returns the SMS Containers.

Returns the user comment collection associated with this Object.

Public Properties

PropertyDescription

Holds the name of the BufferPool associated with the Tablespace. DATATYPE: String.

Description of the Tablespace. DATATYPE: String.

Represents the ExtentSize (the number of 4k pages written to a container before skipping to the next). DATATYPE: Integer.

GUID of the Tablespace. DATATYPE: String.

Returns the DB2 UDB BufferPool's ID. DATATYPE: Integer.

Name of the DB2 UDB BufferPool. DATATYPE: String.

Holds the name of the NodeGroup associated with the Tablespace. DATATYPE: String.

Represents the Overhead of the Tablespace in milliseconds (I/O Controller, disk seek, and latency time). DATATYPE: String.

Specifies the page size of the Tablespace in kilobytes. Sizes of 0 (default), 4, 8, 16, and 32 are valid. DATATYPE: Integer.

Represents the PrefetchSize (the number of pages read for prefetching). DATATYPE: Integer.

Specifies the recovery status of the Tablespace. An empty string, ON, and OFF are valid. DATATYPE: String.

True if the Tablespace is SystemManaged (SMS) or False if it is DatabaseManaged (DMS). DATATYPE: Boolean.

Represents the time (in milliseconds) required to read one 4K Page into memory. DATATYPE: String.

Represents the Tablespace Type (REGULAR, LONG, or TEMPORARY). DATATYPE: String.
  • No labels