|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
Object to "wrap" a database object and allow import and export of that object's data in XML format
| Constructor Summary | |
XMLDBObject()
Default constructor |
|
XMLDBObject(DataObject newDBObject)
Default constructor |
|
| Method Summary | |
void |
exportToFile(String fileName)
Filename should NOT include an extension, as export writes a DTD and XML file |
void |
exportToStreamXML(PrintWriter p)
Export the records for the current selection in the specified database object into an XML format output stream Creation date: (4/2/00 8:38:58 PM) |
String |
getDBName()
|
DataObject |
getDBObject()
|
Vector |
getErrorList()
|
void |
importFromFile(String fileName)
|
void |
importFromURL(String importURL)
|
void |
setDBName(String newDBName)
|
void |
setDBObject(DataObject newDBObject)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLDBObject()
public XMLDBObject(DataObject newDBObject)
newDBObject - | Method Detail |
public void setDBName(String newDBName)
public String getDBName()
public void exportToFile(String fileName)
throws DBException,
IOException,
FileNotFoundException
fileName -
DBException
IOException
FileNotFoundException
public void exportToStreamXML(PrintWriter p)
throws DBException
p - java.io.PrintStream
DBException
public DataObject getDBObject()
throws DBException
DBExceptionpublic Vector getErrorList()
public void importFromFile(String fileName)
throws DBException
fileName -
DBException
public void importFromURL(String importURL)
throws DBException
importURL -
DBException
public void setDBObject(DataObject newDBObject)
throws DBException
newDBObject -
DBException
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||