org.apache.ws.jaxme.sqls.db2
public static interface TableSpace.Container
Interface of a TableSpace Container.
Method Summary | |
---|---|
boolean | isDatabaseManaged() Returns whether the container is database managed If this is the case, the container may be casted to a {@link org.apache.ws.jaxme.sqls.db2.TableSpace.DatabaseManagedContainer}. |
boolean | isSystemManaged() Returns whether the container is system managed (aka an operating system file). |
Returns whether the container is database managed If this is the case, the container may be casted to a {@link org.apache.ws.jaxme.sqls.db2.TableSpace.DatabaseManagedContainer}.
Returns whether the container is system managed (aka an operating system file). If this is the case, the container may be casted to a {@link org.apache.ws.jaxme.sqls.db2.TableSpace.SystemManagedContainer}.