public static class TableSpaceImpl.SystemManagedContainerImpl extends java.lang.Object implements TableSpace.SystemManagedContainer
Constructor and Description |
---|
TableSpaceImpl.SystemManagedContainerImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFile()
Returns the containers file name.
|
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).
|
void |
setFile(java.lang.String pFile) |
public TableSpaceImpl.SystemManagedContainerImpl()
public boolean isSystemManaged()
TableSpace.Container
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
.
isSystemManaged
in interface TableSpace.Container
public boolean isDatabaseManaged()
TableSpace.Container
Returns whether the container is database managed
If this is the case, the container may be casted to a
TableSpace.DatabaseManagedContainer
.
isDatabaseManaged
in interface TableSpace.Container
public java.lang.String getFile()
TableSpace.SystemManagedContainer
Returns the containers file name.
getFile
in interface TableSpace.SystemManagedContainer
public void setFile(java.lang.String pFile)