VWRDBObjectDefinition |
VWRegionAdministration.createRDBObjectDefinition(java.lang.String theObjectRoot,
java.lang.String theLocation)
Creates a new VWRDBObjectDefinition object and adds it to the collection.
|
VWRDBObjectDefinition |
VWRegionAdministration.createRDBObjectDefinition(java.lang.String theObjectRoot,
java.lang.String theType,
java.lang.String theLogicalTableName,
java.lang.String theLogicalIndexName,
java.lang.String theLocation)
Creates a new VWRDBObjectDefinition object and adds it to the collection.
|
VWRDBObjectDefinition |
VWSystemAdministration.getRDBObjectDefinition(java.lang.String theObjectRoot)
Gets an VWRDBObjectDefinition object.
|
VWRDBObjectDefinition |
VWRegionAdministration.getRDBObjectDefinition(java.lang.String theObjectRoot,
java.lang.String theType,
java.lang.String theLogicalTableName,
java.lang.String theLogicalIndexName)
Gets an existing VWRDBObjectDefinition object from the collection.
|
VWRDBObjectDefinition[] |
VWSystemAdministration.getRDBObjectDefinitions()
Gets an an array of system-level VWRDBObjectDefinition objects.
|
VWRDBObjectDefinition[] |
VWRegionAdministration.getRDBObjectDefinitions()
Gets the VWRDBObjectDefinition objects from the collection.
|
VWRDBObjectDefinition[] |
VWProcessStoreInitStruct.getRegionTableSpaceList()
Gets the list of RDB objects that should be used by the isolated region.
|