|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SixdmlStatement.java This class is used to execute SiXDML statements over the database. Created: Sun Feb 24 01:03:24 2002
SixdmlStatementService.createStatement()| Method Summary | |
Document |
execute(String statement)
Executes a SiXDML statement against the database and returns the results as an XML DOM object. |
void |
execute(String statement,
DefaultHandler handler)
Executes a SiXDML statement against the database and feeds the results to a SAX handler. |
void |
execute(String statement,
OutputStream outputStream)
Executes a SiXDML statement against the database and writes the results to the specified OutputStream. |
void |
execute(String statement,
Writer writer)
Executes a SiXDML statement against the database and writes the results using the specified writer. |
| Method Detail |
public Document execute(String statement)
throws XMLDBException,
SixdmlException
statement - the statement to executeSixdmlException - if the statement is invalid.XMLDBException - if a database error occurs
public void execute(String statement,
DefaultHandler handler)
throws XMLDBException,
SixdmlException
statement - the statement to executehandler - a SAX handler which operates on the results of the statement.SixdmlException - if the statement is invalid.XMLDBException - if a database error occurs
public void execute(String statement,
OutputStream outputStream)
throws XMLDBException,
SixdmlException
statement - the statement to executeoutputStream - the stream to write the results toSixdmlException - if the statement is invalid.XMLDBException - if a database error occurs
public void execute(String statement,
Writer writer)
throws XMLDBException,
SixdmlException
statement - the statement to executewriter - the writer to send results toSixdmlException - if the statement is invalid.XMLDBException - if a database error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||