org.apache.ws.jaxme.sqls.db2
Interface TableSpace.Container
- TableSpace.DatabaseManagedContainer, TableSpace.SystemManagedContainer
- TableSpaceImpl.DatabaseManagedContainerImpl, TableSpaceImpl.SystemManagedContainerImpl
public static interface TableSpace.Container
Interface of a TableSpace Container.
isDatabaseManaged
public boolean isDatabaseManaged()
isSystemManaged
public 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
.