Public Methods
Method | Description |
---|---|
Add | Creates and returns a new Datafile within the given Tablespace, and then adds it to the collection. PARAMETERS: Name (String). RETURN DATATYPE: Datafile . |
Remove | Deletes from the collection a Tablespace object as specified by the given name. PARAMETERS: Name (String). |
Public Properties
Property | Description |
---|---|
_Item | Returns a Datafile object as specified by the given name. PARAMETERS: Name (String). RETURN DATATYPE: Datafile. |
_NewEnum | |
Count | Number of Datafiles in the collection in the given tablespace. DATATYPE: Integer. |
Item | Returns a Tablespace object as specified by the given name. PARAMETERS: Name (String). RETURN DATATYPE: Tablespace. |
See Also