org.apache.ws.jaxme.sqls.db2
Interface TableSpace.Container

All Known Subinterfaces:
TableSpace.DatabaseManagedContainer, TableSpace.SystemManagedContainer
All Known Implementing Classes:
TableSpaceImpl.DatabaseManagedContainerImpl, TableSpaceImpl.SystemManagedContainerImpl
Enclosing interface:
TableSpace

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 TableSpace.DatabaseManagedContainer.
 boolean isSystemManaged()
          Returns whether the container is system managed (aka an operating system file).
 

Method Detail

isSystemManaged

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 static PageSize valueOf(long pSize)
          Converts the given long value into a pagesize specification. static PageSize valueOf(java.lang.String pSize)
          Converts the given string into a pagesize specification.  

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PAGESIZE_4096

public static final PageSize PAGESIZE_4096
The default page size (4096 bytes).


PAGESIZE_8192

public static final PageSize PAGESIZE_8192
The default page size (8192 bytes).


PAGESIZE_16384

public static final PageSize PAGESIZE_16384
The default page size (16384 bytes).


PAGESIZE_32768

public static final PageSize PAGESIZE_32768
The default page size (32768 bytes).

Method Detail

getSize

public long getSize()
Returns the size of the pagesize specification.