|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryException | |
org.dbxml.core.query | Implements the dbXML QueryEngine and XPathQueryResolver. |
org.dbxml.core.xupdate | Defines several classes for dbXML XUpdate query processing. |
Uses of QueryException in org.dbxml.core.query |
Subclasses of QueryException in org.dbxml.core.query | |
class |
CompilationException
A CompilationException is thrown by a Query if for some reason, it can't compile the query being processed. |
class |
ProcessingException
A ProcessingException is thrown by a Query if for some reason, it fails to actually process the query request. |
class |
StyleNotFoundException
A StyleNotFoundException is thrown by a Query if the QueryEngine can't resolve a specified style name. |
Methods in org.dbxml.core.query that throw QueryException | |
Query |
XPathQueryResolver.compileQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
NodeSet |
XPathQueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
NodeSet |
Query.execute()
execute actually Executes the query and returns the resulting NodeSet. |
NodeSet |
QueryEngine.query(Collection col,
java.lang.String style,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
query performs the specified query and returns a NodeSet with any possible results from that query. |
Query |
QueryEngine.compileQuery(Collection col,
java.lang.String style,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
compileQuery compiles a Query against the specified Collection context and returns the compiled Query. |
Query |
QueryResolver.compileQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
compileQuery compiles a Query against the specified Collection context and returns the compiled Query. |
NodeSet |
QueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
query compiles a Query against the specified Collection context and returns the query results. |
Uses of QueryException in org.dbxml.core.xupdate |
Methods in org.dbxml.core.xupdate that throw QueryException | |
Query |
XUpdateQueryResolver.compileQuery(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
NodeSet |
XUpdateQueryResolver.query(Collection context,
java.lang.String query,
NamespaceMap nsMap,
Key[] keys)
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |