Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject

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

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

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.accesscontrol
 interface AuthorizationIdentifier
          A representation of the model object 'Authorization Identifier'.
 interface Group
          A representation of the model object 'Group'.
 interface Privilege
          A representation of the model object 'Privilege'.
 interface Role
          A representation of the model object 'Role'.
 interface RoleAuthorization
          A representation of the model object 'Role Authorization'.
 interface User
          A representation of the model object 'User'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol that return SQLObject
 SQLObject Privilege.getObject()
          Returns the value of the 'Object' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol with parameters of type SQLObject
 void Privilege.setObject(SQLObject value)
          Sets the value of the 'Object' reference.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl that implement SQLObject
 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'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl that return SQLObject
 SQLObject PrivilegeImpl.basicGetObject()
           
 SQLObject PrivilegeImpl.getObject()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl with parameters of type SQLObject
 org.eclipse.emf.common.notify.NotificationChain PrivilegeImpl.basicSetObject(SQLObject newObject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PrivilegeImpl.setObject(SQLObject newObject)
           
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.util with parameters of type SQLObject
 java.lang.Object SQLAccessControlSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.constraints
 

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.constraints
 interface Assertion
          A representation of the model object 'Assertion'.
 interface CheckConstraint
          A representation of the model object 'Check Constraint'.
 interface Constraint
          A representation of the model object 'Constraint'.
 interface ForeignKey
          A representation of the model object 'Foreign Key'.
 interface Index
          A representation of the model object 'Index'.
 interface IndexMember
          A representation of the model object 'Index Member'.
 interface PrimaryKey
          A representation of the model object 'Primary Key'.
 interface ReferenceConstraint
          A representation of the model object 'Reference Constraint'.
 interface TableConstraint
          A representation of the model object 'Table Constraint'.
 interface UniqueConstraint
          A representation of the model object 'Unique Constraint'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.constraints.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that implement SQLObject
 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 SQLObject in org.eclipse.wst.rdb.internal.models.sql.constraints.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.util with parameters of type SQLObject
 java.lang.Object SQLConstraintsSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.datatypes
 interface ApproximateNumericDataType
          A representation of the model object 'Approximate Numeric Data Type'.
 interface ArrayDataType
          A representation of the model object 'Array Data Type'.
 interface AttributeDefinition
          A representation of the model object 'Attribute Definition'.
 interface BinaryStringDataType
          A representation of the model object 'Binary String Data Type'.
 interface BooleanDataType
          A representation of the model object 'Boolean Data Type'.
 interface CharacterSet
          A representation of the model object 'Character Set'.
 interface CharacterStringDataType
          A representation of the model object 'Character String Data Type'.
 interface CollectionDataType
          A representation of the model object 'Collection Data Type'.
 interface ConstructedDataType
          A representation of the model object 'Constructed Data Type'.
 interface DataLinkDataType
          A representation of the model object 'Data Link Data Type'.
 interface DataType
          A representation of the model object 'Data Type'.
 interface DateDataType
          A representation of the model object 'Date Data Type'.
 interface DistinctUserDefinedType
          A representation of the model object 'Distinct User Defined Type'.
 interface Domain
          A representation of the model object 'Domain'.
 interface ExactNumericDataType
          A representation of the model object 'Exact Numeric Data Type'.
 interface Field
          A representation of the model object 'Field'.
 interface FixedPrecisionDataType
          A representation of the model object 'Fixed Precision Data Type'.
 interface IntegerDataType
          A representation of the model object 'Integer Data Type'.
 interface IntervalDataType
          A representation of the model object 'Interval Data Type'.
 interface MultisetDataType
          A representation of the model object 'Multiset Data Type'.
 interface NumberDataType
          A representation of the model object 'Number Data Type'.
 interface NumericalDataType
          A representation of the model object 'Numerical Data Type'.
 interface PredefinedDataType
          A representation of the model object 'Predefined Data Type'.
 interface ReferenceDataType
          A representation of the model object 'Reference Data Type'.
 interface RowDataType
          A representation of the model object 'Row Data Type'.
 interface SQLDataType
          A representation of the model object 'SQL Data Type'.
 interface StructuredUserDefinedType
          A representation of the model object 'Structured User Defined Type'.
 interface TimeDataType
          A representation of the model object 'Time Data Type'.
 interface UserDefinedType
          A representation of the model object 'User Defined Type'.
 interface UserDefinedTypeOrdering
          A representation of the model object 'User Defined Type Ordering'.
 interface XMLDataType
          A representation of the model object 'XML Data Type'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that implement SQLObject
 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 SQLObject in org.eclipse.wst.rdb.internal.models.sql.datatypes.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.util with parameters of type SQLObject
 java.lang.Object SQLDataTypesSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.expressions
 

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.expressions
 interface QueryExpressionDefault
          A representation of the model object 'Query Expression Default'.
 interface SearchConditionDefault
          A representation of the model object 'Search Condition Default'.
 interface ValueExpressionDefault
          A representation of the model object 'Value Expression Default'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.expressions.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.expressions.impl that implement SQLObject
 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 SQLObject in org.eclipse.wst.rdb.internal.models.sql.expressions.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.expressions.util with parameters of type SQLObject
 java.lang.Object SQLExpressionsSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.routines
 

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.routines
 interface BuiltInFunction
          A representation of the model object 'Built In Function'.
 interface Function
          A representation of the model object 'Function'.
 interface Method
          A representation of the model object 'Method'.
 interface Parameter
          A representation of the model object 'Parameter'.
 interface Procedure
          A representation of the model object 'Procedure'.
 interface Routine
          A representation of the model object 'Routine'.
 interface RoutineResultTable
          A representation of the model object 'Routine Result Table'.
 interface Source
          A representation of the model object 'Source'.
 interface UserDefinedFunction
          A representation of the model object 'User Defined Function'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.routines.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.routines.impl that implement SQLObject
 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 SQLObject in org.eclipse.wst.rdb.internal.models.sql.routines.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.util with parameters of type SQLObject
 java.lang.Object SQLRoutinesSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.schema
 

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.schema
 interface Database
          A representation of the model object 'Database'.
 interface Dependency
          A representation of the model object 'Dependency'.
 interface IdentitySpecifier
          A representation of the model object 'Identity Specifier'.
 interface Schema
          A representation of the model object 'Schema'.
 interface Sequence
          A representation of the model object 'Sequence'.
 interface TypedElement
          A representation of the model object 'Typed Element'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return SQLObject
 SQLObject Comment.getSQLObject()
          Returns the value of the 'SQL Object' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema with parameters of type SQLObject
 void Comment.setSQLObject(SQLObject value)
          Sets the value of the 'SQL Object' reference.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.schema.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.schema.impl that implement SQLObject
 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 SQLObjectImpl
          An implementation of the model object 'SQL Object'.
 class TypedElementImpl
          An implementation of the model object 'Typed Element'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return SQLObject
 SQLObject CommentImpl.basicGetSQLObject()
           
 SQLObject CommentImpl.getSQLObject()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type SQLObject
 org.eclipse.emf.common.notify.NotificationChain CommentImpl.basicSetSQLObject(SQLObject newSQLObject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CommentImpl.setSQLObject(SQLObject newSQLObject)
           
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.schema.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.util with parameters of type SQLObject
 java.lang.Object SQLSchemaSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.statements
 

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.statements
 interface SQLStatementDefault
          A representation of the model object 'SQL Statement Default'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.statements.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.statements.impl that implement SQLObject
 class SQLStatementDefaultImpl
          An implementation of the model object 'SQL Statement Default'.
 

Uses of SQLObject in org.eclipse.wst.rdb.internal.models.sql.statements.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.statements.util with parameters of type SQLObject
 java.lang.Object SQLStatementsSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.
 

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

Subinterfaces of SQLObject in org.eclipse.wst.rdb.internal.models.sql.tables
 interface BaseTable
          A representation of the model object 'Base Table'.
 interface Column
          A representation of the model object 'Column'.
 interface DerivedTable
          A representation of the model object 'Derived Table'.
 interface PersistentTable
          A representation of the model object 'Persistent Table'.
 interface Table
          A representation of the model object 'Table'.
 interface TemporaryTable
          A representation of the model object 'Temporary Table'.
 interface Trigger
          A representation of the model object 'Trigger'.
 interface ViewTable
          A representation of the model object 'View Table'.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement SQLObject
 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 SQLObject in org.eclipse.wst.rdb.internal.models.sql.tables.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.util with parameters of type SQLObject
 java.lang.Object SQLTablesSwitch.caseSQLObject(SQLObject object)
          Returns the result of interpretting the object as an instance of 'SQL Object'.