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

Packages that use Database
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   
 

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

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

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

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

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.helper with parameters of type Database
static Schema DatabaseHelper.findSchema(Database database, java.lang.String schemaName)
          Finds a Schema by its name in a given Database.
static java.util.List DatabaseHelper.findTables(Database database, java.lang.String tableName)
          Finds all Tables with the name tableName in all Schema's of the given database.
static int DatabaseHelper.compareIdentifiers(Database database, java.lang.String identifier, java.lang.String lookupName)
          Compares an existing identifier in a Database with the lookup name respecting delimited identifiers otherwise ignoring case.
 

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

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

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl that return Database
 Database SchemaImpl.getDatabase()
          
 Database SchemaImpl.basicGetDatabase()
          
 Database SQLSchemaFactoryImpl.createDatabase()
          
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.impl with parameters of type Database
 org.eclipse.emf.common.notify.NotificationChain SchemaImpl.basicSetDatabase(Database newDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
          
 void SchemaImpl.setDatabase(Database newDatabase)
          
 

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