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.createSchema(Schema schema, boolean quoteIdentifiers, boolean qualifyNames)
           
 java.lang.String GenericDdlBuilder.dropSchema(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 Assertion.getSchema()
          Returns the value of the 'Schema' reference.
 Schema Index.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type Schema
 void Assertion.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 void Index.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 AssertionImpl.basicGetSchema()
           
 Schema IndexImpl.basicGetSchema()
           
 Schema AssertionImpl.getSchema()
           
 Schema IndexImpl.getSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type Schema
 NotificationChain AssertionImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 NotificationChain IndexImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void AssertionImpl.setSchema(Schema newSchema)
           
 void IndexImpl.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 CharacterSet.getSchema()
          Returns the value of the 'Schema' reference.
 Schema UserDefinedType.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type Schema
 void CharacterSet.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 void UserDefinedType.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 CharacterSetImpl.basicGetSchema()
           
 Schema UserDefinedTypeImpl.basicGetSchema()
           
 Schema CharacterSetImpl.getSchema()
           
 Schema UserDefinedTypeImpl.getSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type Schema
 NotificationChain CharacterSetImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 NotificationChain UserDefinedTypeImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void CharacterSetImpl.setSchema(Schema newSchema)
           
 void UserDefinedTypeImpl.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 DatabaseHelper.findSchema(Database database, java.lang.String schemaName)
          Finds a Schema by its name in a given Database.
static Schema TableHelper.getSchemaForTableInDatabase(TableInDatabase tableInDB)
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type Schema
static Table DatabaseHelper.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.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.basicGetSchema()
           
 Schema RoutineImpl.getSchema()
           
 

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 SequenceImpl.basicGetSchema()
           
 Schema SQLSchemaFactoryImpl.createSchema()
           
 Schema SequenceImpl.getSchema()
           
 

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 Table.getSchema()
          Returns the value of the 'Schema' reference.
 Schema Trigger.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type Schema
 void Table.setSchema(Schema value)
          Sets the value of the 'Schema' reference.
 void Trigger.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.basicGetSchema()
           
 Schema TableImpl.basicGetSchema()
           
 Schema TriggerImpl.getSchema()
           
 Schema TableImpl.getSchema()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type Schema
 NotificationChain TriggerImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 NotificationChain TableImpl.basicSetSchema(Schema newSchema, NotificationChain msgs)
           
 void TriggerImpl.setSchema(Schema newSchema)
           
 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
 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.
 java.lang.String DataTypeValidator.isValidDataType(DataType dataType, Schema schema, int context, DatabaseIdentifier databaseIdentifier)
          Return null if valid Return error message otherwise
 java.lang.String DataTypeValidator.isValidDataTypeString(java.lang.String typeString, Schema schema, int context, DatabaseIdentifier databaseIdentifier)
          Return null if valid Return error message otherwise
 



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