public interface Query
| Modifier and Type | Field and Description | 
|---|---|
| static int | QUERY_TYPE_EBXML_FILTER_QUERYAn OASIS ebXML Registry XML Filter Query type. | 
| static int | QUERY_TYPE_SQLAn SQL query type. | 
| static int | QUERY_TYPE_XQUERYA W3C XQuery type. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getType()Gets the type of Query (for example, QUERY_TYPE_SQL). | 
| String | toString()Returns the String representing the query. | 
static final int QUERY_TYPE_SQL
static final int QUERY_TYPE_XQUERY
static final int QUERY_TYPE_EBXML_FILTER_QUERY
int getType()
     throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorQUERY_TYPE_SQL, 
QUERY_TYPE_XQUERY, 
QUERY_TYPE_EBXML_FILTER_QUERYCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.