|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeExporter
Exports the SQL of an entire tree of nodes (defined by the node baseNode).
Method Summary | |
---|---|
int |
exportNodeTree(PrintWriter output,
Node baseNode)
Exports the given node and all related objecst to the given output stream. |
List |
getSQL(DBObject dbobject)
Retrieves the sql insert strings for the |
Method Detail |
---|
int exportNodeTree(PrintWriter output, Node baseNode) throws DBException, IOException
output
- the printwriter to save the exported
sql data to.baseNode
- the root of the tree to export.
DBException
IOException
List getSQL(DBObject dbobject) throws DBException
DBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |