org.eclipse.datatools.modelbase.sql.xml.query
Interface XMLPredicateDocument

All Superinterfaces:
Predicate, QuerySearchCondition, SearchCondition, SQLObject, SQLQueryObject, XMLPredicate
All Known Implementing Classes:
XMLPredicateDocumentImpl

public interface XMLPredicateDocument
extends XMLPredicate

A representation of the model object 'XML Predicate Document'. Tests whether or not a given XML value represents an XML document which contains exactly one XML element, zero or more XML comments, and zero or more XML processing instructions. See ISO SQL/XML sec. 8.3. Note: the elaboration of this element is TBD.

See Also:
SQLXMLQueryModelPackage.getXMLPredicateDocument()

Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.Predicate
getSelectivityValue, isHasSelectivity, isNegatedPredicate, setHasSelectivity, setNegatedPredicate, setSelectivityValue
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QuerySearchCondition
getCombinedLeft, getCombinedRight, getDeleteStatement, getNest, getQuerySelectHaving, getQuerySelectWhere, getTableJoined, getUpdateStatement, getValueExprCaseSearchContent, isNegatedCondition, setCombinedLeft, setCombinedRight, setDeleteStatement, setNegatedCondition, setNest, setQuerySelectHaving, setQuerySelectWhere, setTableJoined, setUpdateStatement, setValueExprCaseSearchContent
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.SearchCondition
getSQL, setSQL
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.