|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Database in org.eclipse.wst.rdb.internal.models.sql.accesscontrol |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol that return Database | |
---|---|
Database |
AuthorizationIdentifier.getDatabase()
Returns the value of the 'Database' reference. |
Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol with parameters of type Database | |
---|---|
void |
AuthorizationIdentifier.setDatabase(Database value)
Sets the value of the ' Database ' reference. |
Uses of Database in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl that return Database | |
---|---|
Database |
AuthorizationIdentifierImpl.basicGetDatabase()
|
Database |
AuthorizationIdentifierImpl.getDatabase()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.accesscontrol.impl with parameters of type Database | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
AuthorizationIdentifierImpl.basicSetDatabase(Database newDatabase,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
AuthorizationIdentifierImpl.setDatabase(Database newDatabase)
|
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 |
SQLSchemaFactory.createDatabase()
Returns a new object of class 'Database'. |
Database |
Schema.getDatabase()
Returns the value of the 'Database' reference. |
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 Table s with the name tableName in all
Schema 's of the given database . |
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.basicGetDatabase()
|
Database |
SQLSchemaFactoryImpl.createDatabase()
|
Database |
SchemaImpl.getDatabase()
|
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |