Uses of Class
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl

Packages that use SQLObjectImpl
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.modelbase.sql.accesscontrol.impl   
org.eclipse.datatools.modelbase.sql.constraints.impl   
org.eclipse.datatools.modelbase.sql.datatypes.impl   
org.eclipse.datatools.modelbase.sql.expressions.impl   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.routines.impl   
org.eclipse.datatools.modelbase.sql.schema.impl   
org.eclipse.datatools.modelbase.sql.statements.impl   
org.eclipse.datatools.modelbase.sql.tables.impl   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
 

Uses of SQLObjectImpl in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 class JDBCCatalog
           
 class JDBCColumn
           
 class JDBCDatabase
           
 class JDBCDistinctUDT
           
 class JDBCForeignKey
           
 class JDBCIndex
           
 class JDBCParameter
           
 class JDBCPrimaryKey
           
 class JDBCProcedure
           
 class JDBCSchema
           
 class JDBCStructuredUDT
           
 class JDBCTable
           
 class JDBCTemporaryTable
           
 class JDBCUniqueConstraint
           
 class JDBCUserDefinedFunction
           
 class JDBCView
           
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.accesscontrol.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.accesscontrol.impl
 class AuthorizationIdentifierImpl
          An implementation of the model object 'Authorization Identifier'.
 class GroupImpl
          An implementation of the model object 'Group'.
 class PrivilegeImpl
          An implementation of the model object 'Privilege'.
 class RoleAuthorizationImpl
          An implementation of the model object 'Role Authorization'.
 class RoleImpl
          An implementation of the model object 'Role'.
 class UserImpl
          An implementation of the model object 'User'.
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.constraints.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.constraints.impl
 class AssertionImpl
          An implementation of the model object 'Assertion'.
 class CheckConstraintImpl
          An implementation of the model object 'Check Constraint'.
 class ConstraintImpl
          An implementation of the model object 'Constraint'.
 class ForeignKeyImpl
          An implementation of the model object 'Foreign Key'.
 class IndexImpl
          An implementation of the model object 'Index'.
 class IndexMemberImpl
          An implementation of the model object 'Index Member'.
 class PrimaryKeyImpl
          An implementation of the model object 'Primary Key'.
 class ReferenceConstraintImpl
          An implementation of the model object 'Reference Constraint'.
 class TableConstraintImpl
          An implementation of the model object 'Table Constraint'.
 class UniqueConstraintImpl
          An implementation of the model object 'Unique Constraint'.
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.datatypes.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.datatypes.impl
 class ApproximateNumericDataTypeImpl
          An implementation of the model object 'Approximate Numeric Data Type'.
 class ArrayDataTypeImpl
          An implementation of the model object 'Array Data Type'.
 class AttributeDefinitionImpl
          An implementation of the model object 'Attribute Definition'.
 class BinaryStringDataTypeImpl
          An implementation of the model object 'Binary String Data Type'.
 class BooleanDataTypeImpl
          An implementation of the model object 'Boolean Data Type'.
 class CharacterSetImpl
          An implementation of the model object 'Character Set'.
 class CharacterStringDataTypeImpl
          An implementation of the model object 'Character String Data Type'.
 class CollectionDataTypeImpl
          An implementation of the model object 'Collection Data Type'.
 class ConstructedDataTypeImpl
          An implementation of the model object 'Constructed Data Type'.
 class DataLinkDataTypeImpl
          An implementation of the model object 'Data Link Data Type'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class DateDataTypeImpl
          An implementation of the model object 'Date Data Type'.
 class DistinctUserDefinedTypeImpl
          An implementation of the model object 'Distinct User Defined Type'.
 class DomainImpl
          An implementation of the model object 'Domain'.
 class ExactNumericDataTypeImpl
          An implementation of the model object 'Exact Numeric Data Type'.
 class FieldImpl
          An implementation of the model object 'Field'.
 class FixedPrecisionDataTypeImpl
          An implementation of the model object 'Fixed Precision Data Type'.
 class IntegerDataTypeImpl
          An implementation of the model object 'Integer Data Type'.
 class IntervalDataTypeImpl
          An implementation of the model object 'Interval Data Type'.
 class MultisetDataTypeImpl
          An implementation of the model object 'Multiset Data Type'.
 class NumericalDataTypeImpl
          An implementation of the model object 'Numerical Data Type'.
 class PredefinedDataTypeImpl
          An implementation of the model object 'Predefined Data Type'.
 class ReferenceDataTypeImpl
          An implementation of the model object 'Reference Data Type'.
 class RowDataTypeImpl
          An implementation of the model object 'Row Data Type'.
 class SQLDataTypeImpl
          An implementation of the model object 'SQL Data Type'.
 class StructuredUserDefinedTypeImpl
          An implementation of the model object 'Structured User Defined Type'.
 class TimeDataTypeImpl
          An implementation of the model object 'Time Data Type'.
 class UserDefinedTypeImpl
          An implementation of the model object 'User Defined Type'.
 class UserDefinedTypeOrderingImpl
          An implementation of the model object 'User Defined Type Ordering'.
 class XMLDataTypeImpl
          An implementation of the model object 'XML Data Type'.
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.expressions.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.expressions.impl
 class QueryExpressionDefaultImpl
          An implementation of the model object 'Query Expression Default'.
 class SearchConditionDefaultImpl
          An implementation of the model object 'Search Condition Default'.
 class ValueExpressionDefaultImpl
          An implementation of the model object 'Value Expression Default'.
 

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

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.query.impl
 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 SQLObjectImpl in org.eclipse.datatools.modelbase.sql.routines.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.routines.impl
 class BuiltInFunctionImpl
          An implementation of the model object 'Built In Function'.
 class FunctionImpl
          An implementation of the model object 'Function'.
 class MethodImpl
          An implementation of the model object 'Method'.
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class ProcedureImpl
          An implementation of the model object 'Procedure'.
 class RoutineImpl
          An implementation of the model object 'Routine'.
 class RoutineResultTableImpl
          An implementation of the model object 'Routine Result Table'.
 class SourceImpl
          An implementation of the model object 'Source'.
 class UserDefinedFunctionImpl
          An implementation of the model object 'User Defined Function'.
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.schema.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.schema.impl
 class CatalogImpl
          An implementation of the model object 'Catalog'.
 class DatabaseImpl
          An implementation of the model object 'Database'.
 class DependencyImpl
          An implementation of the model object 'Dependency'.
 class EventImpl
          An implementation of the model object 'Event'.
 class IdentitySpecifierImpl
          An implementation of the model object 'Identity Specifier'.
 class SchemaImpl
          An implementation of the model object 'Schema'.
 class SequenceImpl
          An implementation of the model object 'Sequence'.
 class TypedElementImpl
          An implementation of the model object 'Typed Element'.
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.statements.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.statements.impl
 class SQLStatementDefaultImpl
          An implementation of the model object 'SQL Statement Default'.
 

Uses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.tables.impl
 

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.tables.impl
 class BaseTableImpl
          An implementation of the model object 'Base Table'.
 class ColumnImpl
          An implementation of the model object 'Column'.
 class DerivedTableImpl
          An implementation of the model object 'Derived Table'.
 class PersistentTableImpl
          An implementation of the model object 'Persistent Table'.
 class TableImpl
          An implementation of the model object 'Table'.
 class TemporaryTableImpl
          An implementation of the model object 'Temporary Table'.
 class TriggerImpl
          An implementation of the model object 'Trigger'.
 class ViewTableImpl
          An implementation of the model object 'View Table'.
 

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

Subclasses of SQLObjectImpl in org.eclipse.datatools.modelbase.sql.xml.query.impl
 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'.
 



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