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

Packages that use Schema
org.eclipse.wst.rdb.internal.models.sql.constraints   
org.eclipse.wst.rdb.internal.models.sql.constraints.impl   
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
org.eclipse.wst.rdb.internal.models.sql.routines   
org.eclipse.wst.rdb.internal.models.sql.routines.impl   
org.eclipse.wst.rdb.internal.models.sql.schema   
org.eclipse.wst.rdb.internal.models.sql.schema.helper   
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.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return Schema
 Schema Index.getSchema()
          Returns the value of the 'Schema' reference.
 Schema Assertion.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints with parameters of type Schema
 void Index.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 void Assertion.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return Schema
 Schema IndexImpl.basicGetSchema()
           
 Schema AssertionImpl.basicGetSchema()
           
 Schema IndexImpl.getSchema()
           
 Schema AssertionImpl.getSchema()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type Schema
 org.eclipse.emf.common.notify.NotificationChain IndexImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssertionImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IndexImpl.setSchema(Schema newSchema)
           
 void AssertionImpl.setSchema(Schema newSchema)
           
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return Schema
 Schema UserDefinedType.getSchema()
          Returns the value of the 'Schema' reference.
 Schema CharacterSet.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type Schema
 void UserDefinedType.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 void CharacterSet.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return Schema
 Schema UserDefinedTypeImpl.basicGetSchema()
           
 Schema CharacterSetImpl.basicGetSchema()
           
 Schema UserDefinedTypeImpl.getSchema()
           
 Schema CharacterSetImpl.getSchema()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type Schema
 org.eclipse.emf.common.notify.NotificationChain UserDefinedTypeImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CharacterSetImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UserDefinedTypeImpl.setSchema(Schema newSchema)
           
 void CharacterSetImpl.setSchema(Schema newSchema)
           
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.routines that return Schema
 Schema Routine.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines with parameters of type Schema
 void Routine.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl that return Schema
 Schema RoutineImpl.basicGetSchema()
           
 Schema RoutineImpl.getSchema()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl with parameters of type Schema
 org.eclipse.emf.common.notify.NotificationChain RoutineImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RoutineImpl.setSchema(Schema newSchema)
           
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.schema that return Schema
 Schema SQLSchemaFactory.createSchema()
          Returns a new object of class 'Schema'.
 Schema Sequence.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema with parameters of type Schema
 void Sequence.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.helper that return Schema
static Schema DatabaseHelper.findSchema(Database database, java.lang.String schemaName)
          Finds a Schema by its name in a given Database.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.helper with parameters of type Schema
static Table SchemaHelper.findTable(Schema schema, java.lang.String tableName)
          Finds a Table by its name in a given Schema, the given tableName is not case sensitive.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.schema.impl that implement Schema
 class SchemaImpl
          An implementation of the model object 'Schema'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return Schema
 Schema SequenceImpl.basicGetSchema()
           
 Schema SQLSchemaFactoryImpl.createSchema()
           
 Schema SequenceImpl.getSchema()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type Schema
 org.eclipse.emf.common.notify.NotificationChain SequenceImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SequenceImpl.setSchema(Schema newSchema)
           
 

Uses of Schema 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 Schema
 java.lang.Object SQLSchemaSwitch.caseSchema(Schema object)
          Returns the result of interpretting the object as an instance of 'Schema'.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return Schema
 Schema Trigger.getSchema()
          Returns the value of the 'Schema' reference.
 Schema Table.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables with parameters of type Schema
 void Trigger.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 void Table.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return Schema
 Schema TriggerImpl.basicGetSchema()
           
 Schema TableImpl.basicGetSchema()
           
 Schema TriggerImpl.getSchema()
           
 Schema TableImpl.getSchema()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type Schema
 org.eclipse.emf.common.notify.NotificationChain TriggerImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TableImpl.basicSetSchema(Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TriggerImpl.setSchema(Schema newSchema)
           
 void TableImpl.setSchema(Schema newSchema)