|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.db2.TableSpaceImpl.SystemManagedContainerImpl
Constructor Summary | |
TableSpaceImpl.SystemManagedContainerImpl()
|
Method Summary | |
java.lang.String |
getFile()
Returns the containers file name. |
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). |
void |
setFile(java.lang.String pFile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableSpaceImpl.SystemManagedContainerImpl()
Method Detail |
public boolean isSystemManaged()
TableSpace.Container
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
.
isSystemManaged
in interface TableSpace.Container
public boolean isDatabaseManaged()
TableSpace.Container
Returns whether the container is database managed
If this is the case, the container may be casted to a
TableSpace.DatabaseManagedContainer
.
isDatabaseManaged
in interface TableSpace.Container
public java.lang.String getFile()
TableSpace.SystemManagedContainer
Returns the containers file name.
getFile
in interface TableSpace.SystemManagedContainer
public void setFile(java.lang.String pFile)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |