|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
The Query interface encapsulates a query in a declarative query language. Currently a Query can be an SQL query or an ebXML Filter Query only. In future support for other query languages such as XQL query may be added. The query must conform to a fixed schema as defined by the JAXR specification.
Field Summary | |
---|---|
static int |
QUERY_TYPE_EBXML_FILTER_QUERY
An OASIS ebXML Registry XML Filter Query type. |
static int |
QUERY_TYPE_SQL
An SQL query type. |
static int |
QUERY_TYPE_XQUERY
A W3C XQuery type. |
Method Summary | |
---|---|
int |
getType()
Gets the type of Query (for example, QUERY_TYPE_SQL). |
java.lang.String |
toString()
Returns the String representing the query. |
Field Detail |
---|
static final int QUERY_TYPE_SQL
static final int QUERY_TYPE_XQUERY
static final int QUERY_TYPE_EBXML_FILTER_QUERY
Method Detail |
---|
int getType() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorQuery#QUERY_TYPE_SQL
,
Query#QUERY_TYPE_XQUERY
,
Query#QUERY_TYPE_EBXML_FILTER_QUERY
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41