Uses of Interface
org.eclipse.datatools.modelbase.sql.schema.Schema

Packages that use Schema
org.eclipse.datatools.connectivity.sqm.core.rte.fe   
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.constraints.impl   
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.datatypes.impl   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.routines   
org.eclipse.datatools.modelbase.sql.routines.impl   
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.helper   
org.eclipse.datatools.modelbase.sql.schema.impl   
org.eclipse.datatools.modelbase.sql.schema.util   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
org.eclipse.datatools.sqltools.core   
 

Uses of Schema in org.eclipse.datatools.connectivity.sqm.core.rte.fe
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type Schema
 java.lang.String GenericDdlBuilder.dropSchema(Schema schema, boolean quoteIdentifiers, boolean qualifyNames)
           
 java.lang.String GenericDdlBuilder.createSchema(Schema schema, boolean quoteIdentifiers, boolean qualifyNames)
           
 

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

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Schema
 class JDBCSchema
           
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc with parameters of type Schema
static void JDBCSchema.loadTables(java.sql.Connection connection, EList tableList, Schema schema)
          Deprecated.  
 

Uses of Schema in org.eclipse.datatools.modelbase.sql.constraints
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.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.datatools.modelbase.sql.constraints.impl
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return Schema
 Schema IndexImpl.getSchema()
           
 Schema IndexImpl.basicGetSchema()
           
 Schema AssertionImpl.getSchema()
           
 Schema AssertionImpl.basicGetSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type Schema
 NotificationChain IndexImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void IndexImpl.setSchema(Schema newSchema)
           
 NotificationChain AssertionImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void AssertionImpl.setSchema(Schema newSchema)
           
 

Uses of Schema in org.eclipse.datatools.modelbase.sql.datatypes
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.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.datatools.modelbase.sql.datatypes.impl
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return Schema
 Schema UserDefinedTypeImpl.getSchema()
           
 Schema UserDefinedTypeImpl.basicGetSchema()
           
 Schema CharacterSetImpl.getSchema()
           
 Schema CharacterSetImpl.basicGetSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type Schema
 NotificationChain UserDefinedTypeImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void UserDefinedTypeImpl.setSchema(Schema newSchema)
           
 NotificationChain CharacterSetImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void CharacterSetImpl.setSchema(Schema newSchema)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return Schema
static Schema TableHelper.getSchemaForTableInDatabase(TableInDatabase tableInDB)
           
 

Uses of Schema in org.eclipse.datatools.modelbase.sql.routines
 

Methods in org.eclipse.datatools.modelbase.sql.routines that return Schema
 Schema Routine.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.routines.impl
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl that return Schema
 Schema RoutineImpl.getSchema()
           
 Schema RoutineImpl.basicGetSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl with parameters of type Schema
 NotificationChain RoutineImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void RoutineImpl.setSchema(Schema newSchema)
           
 

Uses of Schema in org.eclipse.datatools.modelbase.sql.schema
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.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.datatools.modelbase.sql.schema.helper
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.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.datatools.modelbase.sql.schema.impl
 

Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement Schema
 class SchemaImpl
           An implementation of the model object 'Schema'.
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return Schema
 Schema SQLSchemaFactoryImpl.createSchema()
           
 Schema SequenceImpl.getSchema()
           
 Schema SequenceImpl.basicGetSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type Schema
 NotificationChain SequenceImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void SequenceImpl.setSchema(Schema newSchema)
           
 

Uses of Schema in org.eclipse.datatools.modelbase.sql.schema.util
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.tables
 

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.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.datatools.modelbase.sql.tables.impl
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return Schema
 Schema TriggerImpl.getSchema()
           
 Schema TriggerImpl.basicGetSchema()
           
 Schema TableImpl.getSchema()
           
 Schema TableImpl.basicGetSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type Schema
 NotificationChain TriggerImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void TriggerImpl.setSchema(Schema newSchema)
           
 NotificationChain TableImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void TableImpl.setSchema(Schema newSchema)
           
 

Uses of Schema in org.eclipse.datatools.sqltools.core
 

Methods in org.eclipse.datatools.sqltools.core with parameters of type Schema
 java.lang.String DataTypeValidator.isValidDataTypeString(java.lang.String typeString, Schema schema, int context, DatabaseIdentifier databaseIdentifier)
          Return null if valid Return error message otherwise
 java.lang.String DataTypeValidator.isValidDataType(DataType dataType, Schema schema, int context, DatabaseIdentifier databaseIdentifier)
          Return null if valid Return error message otherwise
 DataType[] DataTypeProvider.getAvailableDataTypes(int context, Schema schema, DatabaseIdentifier databaseIdentifier)
          Returns the available data types of the given context.
Subclass may need to fine-tune this method, for example, for paramter context, all the large data types wont be returned by default, but this is not always the case for all databases.
 java.lang.String[] DataTypeProvider.getAvailableDataTypesDisplayString(int context, Schema schema, DatabaseIdentifier databaseIdentifier)
          Returns the display string of the available datatypes of the given context.
 DataType DataTypeProvider.getDataType(java.lang.String typeString, Schema schema, DatabaseIdentifier databaseIdentifier)
           
 DataType DataTypeProvider.getDataType(java.lang.String typeString, Schema schema, int context, DatabaseIdentifier databaseIdentifier)
          Returns the data type instance given the data type string.
 



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