|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DBObject is the interface implemented by all Xindice database objects. DBObjects are typically objects that can be managed using XML configuration information, which is typically stored in the system database. XMLObjects are not considered DBObjects because of the steps involved in having to generate them, which is usually compilation of source code.
Method Summary | |
boolean |
close()
close closes the DBObject |
boolean |
create()
create creates a new DBObject and any associated resources for the new DBObject, such as disk files, etc. |
boolean |
drop()
drop instructs the DBObjectimplementation to remove itself from existence. |
boolean |
exists()
exists returns whether or not a physical representation of this DBObject actually exists. |
boolean |
isOpened()
isOpened returns whether or not the DBObject is opened for business. |
boolean |
open()
open opens the DBObject |
Method Detail |
public boolean create() throws DBException
public boolean open() throws DBException
public boolean isOpened() throws DBException
public boolean exists() throws DBException
public boolean drop() throws DBException
public boolean close() throws DBException
|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |