KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > Query

javax.xml.registry
Interface Query

See Also:
Source Code

public int getType()
            throws JAXRException
See Also:
QUERY_TYPE_EBXML_FILTER_QUERY, QUERY_TYPE_XQUERY, QUERY_TYPE_SQL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int QUERY_TYPE_EBXML_FILTER_QUERY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int QUERY_TYPE_SQL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int QUERY_TYPE_XQUERY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags