Uses of Interface
org.eclipse.datatools.modelbase.sql.query.SQLQueryObject

Packages that use SQLQueryObject
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of SQLQueryObject in org.eclipse.datatools.modelbase.sql.query
 interface ColumnName
          A representation of the model object 'SQL Column Name'.
 interface CursorReference
          A representation of the model object 'SQL Cursor Reference'.
 interface Grouping
          A representation of the model object 'SQL Group'.
 interface GroupingExpression
          A representation of the model object 'SQL Grouping Expression'.
 interface GroupingSets
          A representation of the model object 'SQL Grouping Sets'.
 interface GroupingSetsElement
          A representation of the model object 'SQL Grouping Sets Element'.
 interface GroupingSetsElementExpression
          A representation of the model object 'SQL Grouping Sets Element Expression'.
 interface GroupingSetsElementSublist
          A representation of the model object 'SQL Grouping Sets Element Sublist'.
 interface GroupingSpecification
          A representation of the model object 'SQL Group By Specification'.
 interface OrderByOrdinal
          A representation of the model object 'SQL Order By Ordinal'.
 interface OrderByResultColumn
          A representation of the model object 'Order By Result Column'.
 interface OrderBySpecification
          A representation of the model object 'SQL Order By Specification'.
 interface OrderByValueExpression
          A representation of the model object 'SQL Order By Value Expression'.
 interface Predicate
          A representation of the model object 'SQL Predicate'.
 interface PredicateBasic
          A representation of the model object 'SQL Predicate Basic'.
 interface PredicateBetween
          A representation of the model object 'SQL Predicate Between'.
 interface PredicateExists
          A representation of the model object 'SQL Predicate Exists'.
 interface PredicateIn
          A representation of the model object 'SQL Predicate In'.
 interface PredicateInValueList
          A representation of the model object 'SQL Predicate In Value List'.
 interface PredicateInValueRowSelect
          A representation of the model object 'SQL Predicate In Value Row Select'.
 interface PredicateInValueSelect
          A representation of the model object 'SQL Predicate In Value Select'.
 interface PredicateIsNull
          A representation of the model object 'SQL Predicate Null'.
 interface PredicateLike
          A representation of the model object 'SQL Predicate Like'.
 interface PredicateQuantified
          A representation of the model object 'SQL Predicate Quantified'.
 interface PredicateQuantifiedRowSelect
          A representation of the model object 'SQL Predicate Quantified Row Select'.
 interface PredicateQuantifiedValueSelect
          A representation of the model object 'SQL Predicate Quantified Value Select'.
 interface QueryChangeStatement
          A representation of the model object 'Change Statement'.
 interface QueryCombined
          A representation of the model object 'Combined'.
 interface QueryDeleteStatement
          A representation of the model object 'SQL Delete Statement'.
 interface QueryExpressionBody
          A representation of the model object 'Expression Body'.
 interface QueryExpressionRoot
          A representation of the model object 'Expression'.
 interface QueryInsertStatement
          A representation of the model object 'SQL Insert Statement'.
 interface QueryMergeStatement
          A representation of the model object 'SQL Merge Statement'.
 interface QueryNested
          A representation of the model object 'Query Nested'.
 interface QueryResultSpecification
          A representation of the model object 'SQL Result Column Specification'.
 interface QuerySearchCondition
          A representation of the model object 'SQL Search Condition'.
 interface QuerySelect
          A representation of the model object 'Select'.
 interface QuerySelectStatement
          A representation of the model object 'SQL Select Statement'.
 interface QueryStatement
          A representation of the model object 'Statement'.
 interface QueryUpdateStatement
          A representation of the model object 'SQL Update Statement'.
 interface QueryValueExpression
          A representation of the model object 'SQL Value Expression'.
 interface QueryValues
          A representation of the model object 'Values'.
 interface ResultColumn
          A representation of the model object 'SQL Result Column'.
 interface ResultTableAllColumns
          A representation of the model object 'SQL Result Column All'.
 interface SearchConditionCombined
          A representation of the model object 'SQL Search Condition Combined'.
 interface SearchConditionNested
          A representation of the model object 'SQL Search Condition Nested'.
 interface SuperGroup
          A representation of the model object 'SQL Super Group'.
 interface SuperGroupElement
          A representation of the model object 'SQL Super Group Element'.
 interface SuperGroupElementExpression
          A representation of the model object 'SQL Super Group Element Expression'.
 interface SuperGroupElementSublist
          A representation of the model object 'SQL Super Group Element Sublist'.
 interface TableCorrelation
          A representation of the model object 'SQL Table Correlation'.
 interface TableExpression
          A representation of the model object 'SQL Table Expression'.
 interface TableFunction
          A representation of the model object 'SQL Table Function'.
 interface TableInDatabase
          A representation of the model object 'SQLRDB Table'.
 interface TableJoined
          A representation of the model object 'SQL Table Joined'.
 interface TableNested
          A representation of the model object 'SQL Table Nested'.
 interface TableReference
          A representation of the model object 'SQL Table Reference'.
 interface UpdateAssignmentExpression
          A representation of the model object 'SQL Assignment Expression'.
 interface UpdateSource
          A representation of the model object 'Update Source'.
 interface UpdateSourceExprList
          A representation of the model object 'Update Source Expr List'.
 interface UpdateSourceQuery
          A representation of the model object 'Update Source Query'.
 interface ValueExpressionAtomic
          A representation of the model object 'SQL Value Expression Atomic'.
 interface ValueExpressionCase
          A representation of the model object 'SQL Value Expression Case'.
 interface ValueExpressionCaseElse
          A representation of the model object 'SQL Value Expression Case Else'.
 interface ValueExpressionCaseSearch
          A representation of the model object 'SQL Value Expression Case Search'.
 interface ValueExpressionCaseSearchContent
          A representation of the model object 'SQL Value Expression Case Search Content'.
 interface ValueExpressionCaseSimple
          A representation of the model object 'SQL Value Expression Case Simple'.
 interface ValueExpressionCaseSimpleContent
          A representation of the model object 'SQL Value Expression Case Simple Content'.
 interface ValueExpressionCast
          A representation of the model object 'SQL Value Expression Cast'.
 interface ValueExpressionColumn
          A representation of the model object 'SQL Value Expression Column'.
 interface ValueExpressionCombined
          A representation of the model object 'SQL Value Expression Combined'.
 interface ValueExpressionDefaultValue
          A representation of the model object 'SQL Value Expression Default'.
 interface ValueExpressionFunction
          A representation of the model object 'SQL Value Expression Function'.
 interface ValueExpressionLabeledDuration
          A representation of the model object 'SQL Value Expression Labeled Duration'.
 interface ValueExpressionNested
          A representation of the model object 'SQL Value Expression Nested'.
 interface ValueExpressionNullValue
          A representation of the model object 'SQL Value Expression Null'.
 interface ValueExpressionScalarSelect
          A representation of the model object 'SQL Value Expression Scalar Select'.
 interface ValueExpressionSimple
          A representation of the model object 'SQL Value Expression Simple'.
 interface ValueExpressionVariable
          A representation of the model object 'SQL Value Expression Variable'.
 interface ValuesRow
          A representation of the model object 'SQL Values Row'.
 interface WithTableReference
          A representation of the model object 'With Table Reference'.
 interface WithTableSpecification
          A representation of the model object 'With Table Specification'.
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return SQLQueryObject
static SQLQueryObject StatementHelper.getEContainerRecursively(EObject eObject, java.lang.Class containerType)
          Returns the EObject#eContainer()for the given eObject that is assignable to the given type containerType.
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type SQLQueryObject
static java.lang.String TableHelper.createFromClauseForStatement(SQLQueryObject stmt)
          Creates the From Clause with the tables used in the given SQLStatement.
static QuerySearchCondition StatementHelper.getHavingCondition(SQLQueryObject stmt)
           
static QuerySearchCondition StatementHelper.getSearchCondition(SQLQueryObject stmt)
           
static java.lang.String StatementHelper.getSQLForExecution(SQLQueryObject queryObject)
          Generates SQL source for the given queryObject without any comments and with the current schema qualified tables.
static java.lang.String StatementHelper.getSQLQualified(SQLQueryObject queryObject, int qualificationSpec)
          Returns the SQL source text of the given SQLQueryObject with all identifiers (table and column references) qualified according to the given qualificationSpec.
static java.lang.String StatementHelper.getSQLSchemaQualified(SQLQueryObject queryObject)
          Returns the SQL source text of the given SQLQueryObject with all identifiers (table and column references) qualified with their schema name.
static java.lang.String StatementHelper.getSQLSourceUnformatted(SQLQueryObject queryObject)
          Returnes the generated SQL source for the given queryObject without any formatting and without comments in a single line.
static java.lang.String StatementHelper.getSQLTableQualified(SQLQueryObject queryObject)
          Returns the SQL source text of the given SQLQueryObject with all column references qualified with table names, but all table names unqualified (without schema name).
static java.lang.String StatementHelper.getSQLUnqualified(SQLQueryObject queryObject)
          Returns the SQL source text of the given SQLQueryObject with all identifiers unqualified (column references without table names, and all table references without schema names).
static java.lang.String StatementHelper.getSQLWithComments(SQLQueryObject queryObject)
          Returnes the generated SQL source for the given queryObject with all comments.
static java.lang.String StatementHelper.getSQLWithoutComments(SQLQueryObject queryObject)
          Returnes the generated SQL source for the given queryObject without any comments.
static java.util.List StatementHelper.getTablesForStatement(SQLQueryObject stmt)
           
static void StatementHelper.removeTableExpressionFromQueryStatement(TableExpression tableExpr, SQLQueryObject queryObj)
          Removes the given TableExpression from the given SQLQueryObject.
static void StatementHelper.setHavingClauseForStatement(QuerySearchCondition newSearchCon, SQLQueryObject statement)
          Sets the having clause in the given SQLQueryObject.
static void StatementHelper.setWhereClauseForStatement(QuerySearchCondition newSearchCon, SQLQueryObject statement)
          Sets the where clause in the given sqlQueryObject.
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement SQLQueryObject
 class ColumnNameImpl
          An implementation of the model object 'SQL Column Name'.
 class CursorReferenceImpl
          An implementation of the model object 'SQL Cursor Reference'.
 class GroupingExpressionImpl
          An implementation of the model object 'SQL Grouping Expression'.
 class GroupingImpl
          An implementation of the model object 'SQL Group'.
 class GroupingSetsElementExpressionImpl
          An implementation of the model object 'SQL Grouping Sets Element Expression'.
 class GroupingSetsElementImpl
          An implementation of the model object 'SQL Grouping Sets Element'.
 class GroupingSetsElementSublistImpl
          An implementation of the model object 'SQL Grouping Sets Element Sublist'.
 class GroupingSetsImpl
          An implementation of the model object 'SQL Grouping Sets'.
 class GroupingSpecificationImpl
          An implementation of the model object 'SQL Group By Specification'.
 class OrderByOrdinalImpl
          An implementation of the model object 'SQL Order By Ordinal'.
 class OrderByResultColumnImpl
          An implementation of the model object 'Order By Result Column'.
 class OrderBySpecificationImpl
          An implementation of the model object 'SQL Order By Specification'.
 class OrderByValueExpressionImpl
          An implementation of the model object 'SQL Order By Value Expression'.
 class PredicateBasicImpl
          An implementation of the model object 'SQL Predicate Basic'.
 class PredicateBetweenImpl
          An implementation of the model object 'SQL Predicate Between'.
 class PredicateExistsImpl
          An implementation of the model object 'SQL Predicate Exists'.
 class PredicateImpl
          An implementation of the model object 'SQL Predicate'.
 class PredicateInImpl
          An implementation of the model object 'SQL Predicate In'.
 class PredicateInValueListImpl
          An implementation of the model object 'SQL Predicate In Value List'.
 class PredicateInValueRowSelectImpl
          An implementation of the model object 'SQL Predicate In Value Row Select'.
 class PredicateInValueSelectImpl
          An implementation of the model object 'SQL Predicate In Value Select'.
 class PredicateIsNullImpl
          An implementation of the model object 'SQL Predicate Null'.
 class PredicateLikeImpl
          An implementation of the model object 'SQL Predicate Like'.
 class PredicateQuantifiedImpl
          An implementation of the model object 'SQL Predicate Quantified'.
 class PredicateQuantifiedRowSelectImpl
          An implementation of the model object 'SQL Predicate Quantified Row Select'.
 class PredicateQuantifiedValueSelectImpl
          An implementation of the model object 'SQL Predicate Quantified Value Select'.
 class QueryChangeStatementImpl
          An implementation of the model object 'Change Statement'.
 class QueryCombinedImpl
          An implementation of the model object 'Combined'.
 class QueryDeleteStatementImpl
          An implementation of the model object 'SQL Delete Statement'.
 class QueryExpressionBodyImpl
          An implementation of the model object 'Expression Body'.
 class QueryExpressionRootImpl
          An implementation of the model object 'Expression'.
 class QueryInsertStatementImpl
          An implementation of the model object 'SQL Insert Statement'.
 class QueryMergeStatementImpl
          An implementation of the model object 'SQL Merge Statement'.
 class QueryNestedImpl
          An implementation of the model object 'Query Nested'.
 class QueryResultSpecificationImpl
          An implementation of the model object 'SQL Result Column Specification'.
 class QuerySearchConditionImpl
          An implementation of the model object 'SQL Search Condition'.
 class QuerySelectImpl
          An implementation of the model object 'Select'.
 class QuerySelectStatementImpl
          An implementation of the model object 'SQL Select Statement'.
 class QueryStatementImpl
          An implementation of the model object 'Statement'.
 class QueryUpdateStatementImpl
          An implementation of the model object 'SQL Update Statement'.
 class QueryValueExpressionImpl
          An implementation of the model object 'SQL Value Expression'.
 class QueryValuesImpl
          An implementation of the model object 'Values'.
 class ResultColumnImpl
          An implementation of the model object 'SQL Result Column'.
 class ResultTableAllColumnsImpl
          An implementation of the model object 'SQL Result Column All'.
 class SearchConditionCombinedImpl
          An implementation of the model object 'SQL Search Condition Combined'.
 class SearchConditionNestedImpl
          An implementation of the model object 'SQL Search Condition Nested'.
 class SQLQueryObjectImpl
          An implementation of the model object 'Object'.
 class SuperGroupElementExpressionImpl
          An implementation of the model object 'SQL Super Group Element Expression'.
 class SuperGroupElementImpl
          An implementation of the model object 'SQL Super Group Element'.
 class SuperGroupElementSublistImpl
          An implementation of the model object 'SQL Super Group Element Sublist'.
 class SuperGroupImpl
          An implementation of the model object 'SQL Super Group'.
 class TableCorrelationImpl
          An implementation of the model object 'SQL Table Correlation'.
 class TableExpressionImpl
          An implementation of the model object 'SQL Table Expression'.
 class TableFunctionImpl
          An implementation of the model object 'SQL Table Function'.
 class TableInDatabaseImpl
          An implementation of the model object 'SQLRDB Table'.
 class TableJoinedImpl
          An implementation of the model object 'SQL Table Joined'.
 class TableNestedImpl
          An implementation of the model object 'SQL Table Nested'.
 class TableReferenceImpl
          An implementation of the model object 'SQL Table Reference'.
 class UpdateAssignmentExpressionImpl
          An implementation of the model object 'Update Assignment Expression'.
 class UpdateSourceExprListImpl
          An implementation of the model object 'Update Source Expr List'.
 class UpdateSourceImpl
          An implementation of the model object 'Update Source'.
 class UpdateSourceQueryImpl
          An implementation of the model object 'Update Source Query'.
 class ValueExpressionAtomicImpl
          An implementation of the model object 'SQL Value Expression Atomic'.
 class ValueExpressionCaseElseImpl
          An implementation of the model object 'SQL Value Expression Case Else'.
 class ValueExpressionCaseImpl
          An implementation of the model object 'SQL Value Expression Case'.
 class ValueExpressionCaseSearchContentImpl
          An implementation of the model object 'SQL Value Expression Case Search Content'.
 class ValueExpressionCaseSearchImpl
          An implementation of the model object 'SQL Value Expression Case Search'.
 class ValueExpressionCaseSimpleContentImpl
          An implementation of the model object 'SQL Value Expression Case Simple Content'.
 class ValueExpressionCaseSimpleImpl
          An implementation of the model object 'SQL Value Expression Case Simple'.
 class ValueExpressionCastImpl
          An implementation of the model object 'SQL Value Expression Cast'.
 class ValueExpressionColumnImpl
          An implementation of the model object 'SQL Value Expression Column'.
 class ValueExpressionCombinedImpl
          An implementation of the model object 'SQL Value Expression Combined'.
 class ValueExpressionDefaultValueImpl
          An implementation of the model object 'SQL Value Expression Default'.
 class ValueExpressionFunctionImpl
          An implementation of the model object 'SQL Value Expression Function'.
 class ValueExpressionLabeledDurationImpl
          An implementation of the model object 'SQL Value Expression Labeled Duration'.
 class ValueExpressionNestedImpl
          An implementation of the model object 'SQL Value Expression Nested'.
 class ValueExpressionNullValueImpl
          An implementation of the model object 'SQL Value Expression Null'.
 class ValueExpressionScalarSelectImpl
          An implementation of the model object 'SQL Value Expression Scalar Select'.
 class ValueExpressionSimpleImpl
          An implementation of the model object 'SQL Value Expression Simple'.
 class ValueExpressionVariableImpl
          An implementation of the model object 'SQL Value Expression Variable'.
 class ValuesRowImpl
          An implementation of the model object 'SQL Values Row'.
 class WithTableReferenceImpl
          An implementation of the model object 'With Table Reference'.
 class WithTableSpecificationImpl
          An implementation of the model object 'With Table Specification'.
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util that return SQLQueryObject
 SQLQueryObject SQLQuerySourceInfo.getQueryObjectBackReference()
          Returns the queryObject that holds this SQLQuerySourceInfo.
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLQueryObject
 java.lang.Object SQLQueryModelSwitch.caseSQLQueryObject(SQLQueryObject object)
          Returns the result of interpreting the object as an instance of 'SQL Query Object'.
 java.lang.String SQLQuerySourceWriter.getSQL(SQLQueryObject queryObject)
          Generic method to return the SQL source of ther given queryObject.
 java.lang.String SQLSourceWriter.getSQL(SQLQueryObject queryObject)
           
 void SQLQuerySourceBuffer.insertConditionalLineBreak(SQLQueryObject context)
           
 void SQLQuerySourceBuffer.setIndent(SQLQueryObject context)
           
 void SQLQuerySourceInfo.setQueryObjectBackReference(SQLQueryObject queryObjectBackRef)
          Sets the queryObject that holds this SQLQuerySourceInfo.
 

Constructors in org.eclipse.datatools.modelbase.sql.query.util with parameters of type SQLQueryObject
SQLQuerySourceInfo(SQLQueryObject queryObjectBackRef)
          Constructor.
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.xml.query
 

Subinterfaces of SQLQueryObject in org.eclipse.datatools.modelbase.sql.xml.query
 interface XMLAggregateFunction
          A representation of the model object 'XML Aggregate Function'.
 interface XMLAggregateSortSpecification
          A representation of the model object 'XML Aggregate Sort Specification'.
 interface XMLAttributeDeclarationItem
          A representation of the model object 'XML Attribute Declaration Item'.
 interface XMLNamespaceDeclarationDefault
          A representation of the model object 'XML Namespace Declaration Default'.
 interface XMLNamespaceDeclarationItem
          A representation of the model object 'XML Namespace Declaration Item'.
 interface XMLNamespaceDeclarationPrefix
          A representation of the model object 'XML Namespace Declaration Prefix'.
 interface XMLNamespacesDeclaration
          A representation of the model object 'XML Namespaces Declaration'.
 interface XMLPredicate
          A representation of the model object 'XML Predicate'.
 interface XMLPredicateContent
          A representation of the model object 'XML Predicate Content'.
 interface XMLPredicateDocument
          A representation of the model object 'XML Predicate Document'.
 interface XMLPredicateExists
          A representation of the model object 'XML Predicate Exists'.
 interface XMLPredicateValid
          A representation of the model object 'XML Predicate Valid'.
 interface XMLQueryArgumentItem
          A representation of the model object 'XML Query Argument Item'.
 interface XMLQueryArgumentList
          A representation of the model object 'XML Query Argument List'.
 interface XMLQueryExpression
          A representation of the model object 'XML Query Expression'.
 interface XMLSerializeFunction
          A representation of the model object 'XML Serialize Function'.
 interface XMLSerializeFunctionEncoding
          A representation of the model object 'XML Serialize Function Encoding'.
 interface XMLSerializeFunctionTarget
          A representation of the model object 'XML Serialize Function Target'.
 interface XMLTableColumnDefinitionDefault
          A representation of the model object 'XML Table Column Definition Default'.
 interface XMLTableColumnDefinitionItem
          A representation of the model object 'XML Table Column Definition Item'.
 interface XMLTableColumnDefinitionOrdinality
          A representation of the model object 'XML Table Column Definition Ordinality'.
 interface XMLTableColumnDefinitionRegular
          A representation of the model object 'XML Table Column Definition Regular'.
 interface XMLTableFunction
          A representation of the model object 'XML Table Function'.
 interface XMLValueExpressionCast
          A representation of the model object 'XML Value Expression Cast'.
 interface XMLValueFunction
          A representation of the model object 'XML Value Function'.
 interface XMLValueFunctionComment
          A representation of the model object 'XML Value Function Comment'.
 interface XMLValueFunctionCommentContent
          A representation of the model object 'XML Value Function Comment Content'.
 interface XMLValueFunctionConcat
          A representation of the model object 'XML Value Function Concat'.
 interface XMLValueFunctionConcatContentItem
          A representation of the model object 'XML Value Function Concat Content Item'.
 interface XMLValueFunctionDocument
          A representation of the model object 'XML Value Function Document'.
 interface XMLValueFunctionDocumentContent
          A representation of the model object 'XML Value Function Document Content'.
 interface XMLValueFunctionElement
          A representation of the model object 'XML Value Function Element'.
 interface XMLValueFunctionElementContentItem
          A representation of the model object 'XML Value Function Element Content Item'.
 interface XMLValueFunctionElementContentList
          A representation of the model object 'XML Value Function Element Content List'.
 interface XMLValueFunctionForest
          A representation of the model object 'XML Value Function Forest'.
 interface XMLValueFunctionForestContentItem
          A representation of the model object 'XML Value Function Forest Content Item'.
 interface XMLValueFunctionParse
          A representation of the model object 'XML Value Function Parse'.
 interface XMLValueFunctionParseContent
          A representation of the model object 'XML Value Function Parse Content'.
 interface XMLValueFunctionPI
          A representation of the model object 'XML Value Function PI'.
 interface XMLValueFunctionPIContent
          A representation of the model object 'XML Value Function PI Content'.
 interface XMLValueFunctionQuery
          A representation of the model object 'XML Value Function Query'.
 interface XMLValueFunctionQueryReturning
          A representation of the model object 'XML Value Function Query Returning'.
 interface XMLValueFunctionText
          A representation of the model object 'XML Value Function Text'.
 interface XMLValueFunctionTextContent
          A representation of the model object 'XML Value Function Text Content'.
 interface XMLValueFunctionValidate
          A representation of the model object 'XML Value Function Validate'.
 interface XMLValueFunctionValidateAccordingTo
          A representation of the model object 'XML Value Function Validate According To'.
 interface XMLValueFunctionValidateAccordingToIdentifier
          A representation of the model object 'XML Value Function Validate According To Identifier'.
 interface XMLValueFunctionValidateAccordingToURI
          A representation of the model object 'XML Value Function Validate According To URI'.
 interface XMLValueFunctionValidateContent
          A representation of the model object 'XML Value Function Validate Content'.
 interface XMLValueFunctionValidateElement
          A representation of the model object 'XML Value Function Validate Element'.
 interface XMLValueFunctionValidateElementName
          A representation of the model object 'XML Value Function Validate Element Name'.
 interface XMLValueFunctionValidateElementNamespace
          A representation of the model object 'XML Value Function Validate Element Namespace'.
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement SQLQueryObject
 class XMLAggregateFunctionImpl
          An implementation of the model object 'XML Aggregate Function'.
 class XMLAggregateSortSpecificationImpl
          An implementation of the model object 'XML Aggregate Sort Specification'.
 class XMLAttributeDeclarationItemImpl
          An implementation of the model object 'XML Attribute Declaration Item'.
 class XMLNamespaceDeclarationDefaultImpl
          An implementation of the model object 'XML Namespace Declaration Default'.
 class XMLNamespaceDeclarationItemImpl
          An implementation of the model object 'XML Namespace Declaration Item'.
 class XMLNamespaceDeclarationPrefixImpl
          An implementation of the model object 'XML Namespace Declaration Prefix'.
 class XMLNamespacesDeclarationImpl
          An implementation of the model object 'XML Namespaces Declaration'.
 class XMLPredicateContentImpl
          An implementation of the model object 'XML Predicate Content'.
 class XMLPredicateDocumentImpl
          An implementation of the model object 'XML Predicate Document'.
 class XMLPredicateExistsImpl
          An implementation of the model object 'XML Predicate Exists'.
 class XMLPredicateImpl
          An implementation of the model object 'XML Predicate'.
 class XMLPredicateValidImpl
          An implementation of the model object 'XML Predicate Valid'.
 class XMLQueryArgumentItemImpl
          An implementation of the model object 'XML Query Argument Item'.
 class XMLQueryArgumentListImpl
          An implementation of the model object 'XML Query Argument List'.
 class XMLQueryExpressionImpl
          An implementation of the model object 'XML Query Expression'.
 class XMLSerializeFunctionEncodingImpl
          An implementation of the model object 'XML Serialize Function Encoding'.
 class XMLSerializeFunctionImpl
          An implementation of the model object 'XML Serialize Function'.
 class XMLSerializeFunctionTargetImpl
          An implementation of the model object 'XML Serialize Function Target'.
 class XMLTableColumnDefinitionDefaultImpl
          An implementation of the model object 'XML Table Column Definition Default'.
 class XMLTableColumnDefinitionItemImpl
          An implementation of the model object 'XML Table Column Definition Item'.
 class XMLTableColumnDefinitionOrdinalityImpl
          An implementation of the model object 'XML Table Column Definition Ordinality'.
 class XMLTableColumnDefinitionRegularImpl
          An implementation of the model object 'XML Table Column Definition Regular'.
 class XMLTableFunctionImpl
          An implementation of the model object 'XML Table Function'.
 class XMLValueExpressionCastImpl
          An implementation of the model object 'XML Value Expression Cast'.
 class XMLValueFunctionCommentContentImpl
          An implementation of the model object 'XML Value Function Comment Content'.
 class XMLValueFunctionCommentImpl
          An implementation of the model object 'XML Value Function Comment'.
 class XMLValueFunctionConcatContentItemImpl
          An implementation of the model object 'XML Value Function Concat Content Item'.
 class XMLValueFunctionConcatImpl
          An implementation of the model object 'XML Value Function Concat'.
 class XMLValueFunctionDocumentContentImpl
          An implementation of the model object 'XML Value Function Document Content'.
 class XMLValueFunctionDocumentImpl
          An implementation of the model object 'XML Value Function Document'.
 class XMLValueFunctionElementContentItemImpl
          An implementation of the model object 'XML Value Function Element Content Item'.
 class XMLValueFunctionElementContentListImpl
          An implementation of the model object 'XML Value Function Element Content List'.
 class XMLValueFunctionElementImpl
          An implementation of the model object 'XML Value Function Element'.
 class XMLValueFunctionForestContentItemImpl
          An implementation of the model object 'XML Value Function Forest Content Item'.
 class XMLValueFunctionForestImpl
          An implementation of the model object 'XML Value Function Forest'.
 class XMLValueFunctionImpl
          An implementation of the model object 'XML Value Function'.
 class XMLValueFunctionParseContentImpl
          An implementation of the model object 'XML Value Function Parse Content'.
 class XMLValueFunctionParseImpl
          An implementation of the model object 'XML Value Function Parse'.
 class XMLValueFunctionPIContentImpl
          An implementation of the model object 'XML Value Function PI Content'.
 class XMLValueFunctionPIImpl
          An implementation of the model object 'XML Value Function PI'.
 class XMLValueFunctionQueryImpl
          An implementation of the model object 'XML Value Function Query'.
 class XMLValueFunctionQueryReturningImpl
          An implementation of the model object 'XML Value Function Query Returning'.
 class XMLValueFunctionTextContentImpl
          An implementation of the model object 'XML Value Function Text Content'.
 class XMLValueFunctionTextImpl
          An implementation of the model object 'XML Value Function Text'.
 class XMLValueFunctionValidateAccordingToIdentifierImpl
          An implementation of the model object 'XML Value Function Validate According To Identifier'.
 class XMLValueFunctionValidateAccordingToImpl
          An implementation of the model object 'XML Value Function Validate According To'.
 class XMLValueFunctionValidateAccordingToURIImpl
          An implementation of the model object 'XML Value Function Validate According To URI'.
 class XMLValueFunctionValidateContentImpl
          An implementation of the model object 'XML Value Function Validate Content'.
 class XMLValueFunctionValidateElementImpl
          An implementation of the model object 'XML Value Function Validate Element'.
 class XMLValueFunctionValidateElementNameImpl
          An implementation of the model object 'XML Value Function Validate Element Name'.
 class XMLValueFunctionValidateElementNamespaceImpl
          An implementation of the model object 'XML Value Function Validate Element Namespace'.
 class XMLValueFunctionValidateImpl
          An implementation of the model object 'XML Value Function Validate'.
 

Uses of SQLQueryObject in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type SQLQueryObject
 java.lang.Object SQLXMLQueryModelSwitch.caseSQLQueryObject(SQLQueryObject object)
          Returns the result of interpretting the object as an instance of 'SQL Query Object'.
 



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