public static interface TableSpace.Container
Interface of a TableSpace Container.
Modifier and Type | Method and Description |
---|---|
boolean |
isDatabaseManaged()
Returns whether the container is database managed
If this is the case, the container may be casted to a
TableSpace.DatabaseManagedContainer . |
boolean |
isSystemManaged()
Returns whether the container is system managed
(aka an operating system file).
|
boolean isSystemManaged()
Returns whether the container is system managed
(aka an operating system file). If this is the case,
the container may be casted to a
TableSpace.SystemManagedContainer
.
boolean isDatabaseManaged()
Returns whether the container is database managed
If this is the case, the container may be casted to a
TableSpace.DatabaseManagedContainer
.