org.apache.ws.jaxme.sqls.db2

Interface TableSpace.Container

public static interface TableSpace.Container

Interface of a TableSpace Container.

Method Summary
booleanisDatabaseManaged()

Returns whether the container is database managed If this is the case, the container may be casted to a DatabaseManagedContainer.

booleanisSystemManaged()

Returns whether the container is system managed (aka an operating system file).

Method Detail

isDatabaseManaged

public boolean isDatabaseManaged()

Returns whether the container is database managed If this is the case, the container may be casted to a DatabaseManagedContainer.

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 SystemManagedContainer.