Uses of Class
org.eclipse.wst.rdb.internal.models.sql.schema.impl.SQLObjectImpl

Packages that use SQLObjectImpl
org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl   
org.eclipse.wst.rdb.internal.models.sql.constraints.impl   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
org.eclipse.wst.rdb.internal.models.sql.expressions.impl   
org.eclipse.wst.rdb.internal.models.sql.routines.impl   
org.eclipse.wst.rdb.internal.models.sql.schema.impl   
org.eclipse.wst.rdb.internal.models.sql.statements.impl   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
 

Uses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.constraints.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.datatypes.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.expressions.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.routines.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.schema.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.sql.schema.impl
 class DatabaseImpl
          An implementation of the model object 'Database'.
 class DependencyImpl
          An implementation of the model object 'Dependency'.
 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.wst.rdb.internal.models.sql.statements.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.sql.statements.impl
 class SQLStatementDefaultImpl
          An implementation of the model object 'SQL Statement Default'.
 

Uses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Subclasses of SQLObjectImpl in org.eclipse.wst.rdb.internal.models.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'.