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.ContainerReturns 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.Containerpublic boolean isDatabaseManaged()
TableSpace.ContainerReturns whether the container is database managed
If this is the case, the container may be casted to a
TableSpace.DatabaseManagedContainer.
isDatabaseManaged in interface TableSpace.Containerpublic java.lang.String getFile()
TableSpace.SystemManagedContainerReturns the containers file name.
getFile in interface TableSpace.SystemManagedContainerpublic void setFile(java.lang.String pFile)