|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DTXException | |
| org.exolab.castor.dtx | |
| Uses of DTXException in org.exolab.castor.dtx |
| Methods in org.exolab.castor.dtx that throw DTXException | |
void |
DTXEngine.setSchema(java.lang.String schemaURL)
Sets the XML Schema to use. |
void |
DTXEngine.setDatabase(java.lang.String databaseURL)
Sets the database options from a JDO database mapping file. |
DTXQuery |
DTXEngine.prepareQuery(java.lang.String oql)
Prepare a new DTXQuery object, given an OQL string. |
(package private) java.sql.Connection |
DTXEngine.getConnection()
|
void |
DTXQuery.bind(int param,
java.lang.Object value)
Binds an Object value to a parameter in the query. |
void |
DTXQuery.bind(int param,
java.lang.String value)
Binds an String value to a parameter in the query. |
void |
DTXQuery.bind(int param,
int value)
Binds an integer value to a parameter in the query. |
void |
DTXQuery.bind(int param,
long value)
Binds a long integer value to a parameter in the query. |
void |
DTXQuery.bind(int param,
float value)
Binds a float value to a parameter in the query. |
void |
DTXQuery.bind(int param,
double value)
Binds a double value to a parameter in the query. |
void |
DTXQuery.bind(int param,
boolean value)
Binds a boolean value to a parameter in the query. |
void |
DTXQuery.execute()
This method executes the query. |
(package private) void |
DTXQuery.prepare(java.lang.String oql)
|
protected void |
DTXQuery.emitSaxEvents(java.sql.ResultSet rs)
|
protected boolean |
DTXQuery.emitSaxInt(java.sql.ResultSet rs,
int idIndex)
|
protected java.lang.String |
DTXQuery.parseOQL(java.lang.String oql)
|
protected void |
DTXQuery.initQuery(org.exolab.castor.mapping.xml.ClassMapping clsMapping,
QueryExpression expr)
|
| Constructors in org.exolab.castor.dtx that throw DTXException | |
DTXEngine(java.lang.String databaseURL,
java.lang.String schemaURL)
Construct a DTXEngine for the given JDO mapping file and XML schema. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||