dbXML API

Uses of Interface
org.dbxml.core.query.Query

Packages that use Query
org.dbxml.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
org.dbxml.core.xupdate Defines several classes for dbXML XUpdate query processing. 
 

Uses of Query in org.dbxml.core.query
 

Methods in org.dbxml.core.query that return Query
 Query XPathQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 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.
 

Uses of Query in org.dbxml.core.xupdate
 

Methods in org.dbxml.core.xupdate that return Query
 Query XUpdateQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved