Public Methods
Method | Description |
---|
Add | Creates and returns a new Auxiliary Table, and adds it to the collection. PARAMETERS: (All are strings) Name, Owner, Tablespace, BaseTableName, LOBColumnName, IndexName. |
AddWithPosition | Creates a new Auxiliary Table. PARAMETERS: (Strings: Name, Owner, Tablespace, BaseTableName, LOBColumnName, IndexName), (Integer: HorizontalPosition, VerticalPosition). |
Remove | Deletes an auxiliary table object specified by the given name or ID from the collection. PARAMETERS: Identifier as String or Integer. |
Public Properties
Properties | Description |
---|
_Item | Returns an Auxiliary Table object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum |
|
Count | Number of auxiliary tables in the collection. DATATYPE: Integer. |
Item | Returns an Auxiliary Table object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
See Also