|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a database managed container. The container
may be located in an operating system file with preallocated
size or in a raw operating system device. A container may be
casted to a DatabaseManagedContainer, if and only if
isDatabaseManaged() == true
.
Method Summary | |
java.lang.String |
getDevice()
Returns the containers device name or null, if the container is located in an operating system file. |
java.lang.String |
getFile()
Returns the containers file name or null, if the container is located in a raw device. |
long |
getNumOfPages()
Returns the containers size in pages. |
Methods inherited from interface net.sf.jaxme.sqls.db2.TableSpace.Container |
isDatabaseManaged, isSystemManaged |
Method Detail |
public java.lang.String getFile()
Returns the containers file name or null, if the
container is located in a raw device. In the latter case
it is guaranteed, that getDevice()
returns a
non-null value.
public java.lang.String getDevice()
Returns the containers device name or null, if the
container is located in an operating system file. In the
latter case it is guaranteed, that getDevice()
returns a non-null value.
public long getNumOfPages()
Returns the containers size in pages.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |