|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Database in org.eclipse.datatools.connectivity.sqm.core.connection |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.connection that return Database | |
---|---|
Database |
ConnectionInfo.getCachedDatabase()
Load a database from workspace cache. |
Database |
ConnectionInfo.getSharedDatabase()
retrieve the shared database |
Methods in org.eclipse.datatools.connectivity.sqm.core.connection with parameters of type Database | |
---|---|
static ConnectionInfo |
DatabaseConnectionRegistry.getConnectionForDatabase(Database database)
Returns a ConnectionInfo object for the Database |
Uses of Database in org.eclipse.datatools.connectivity.sqm.core.definition |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.definition with parameters of type Database | |
---|---|
DatabaseDefinition |
DatabaseDefinitionRegistry.getDefinition(Database database)
|
Uses of Database in org.eclipse.datatools.connectivity.sqm.core.rte |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte that return Database | |
---|---|
Database |
ICatalogObject.getCatalogDatabase()
|
Database |
ICatalogProvider.getCatalogDatabase(java.sql.Connection connection)
|
Uses of Database in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Database | |
---|---|
class |
JDBCDatabase
|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return Database | |
---|---|
Database |
JDBCUniqueConstraint.getCatalogDatabase()
|
Database |
JDBCSchema.getCatalogDatabase()
|
Database |
JDBCIndex.getCatalogDatabase()
|
Database |
JDBCTemporaryTable.getCatalogDatabase()
|
Database |
JDBCCatalog.getCatalogDatabase()
|
Database |
JDBCColumn.getCatalogDatabase()
|
Database |
JDBCDatabase.getCatalogDatabase()
|
Database |
JDBCParameter.getCatalogDatabase()
|
Database |
JDBCUserDefinedFunction.getCatalogDatabase()
|
Database |
JDBCProcedure.getCatalogDatabase()
|
Database |
JDBCTable.getCatalogDatabase()
|
Database |
JDBCStructuredUDT.getCatalogDatabase()
|
Database |
JDBCView.getCatalogDatabase()
|
Database |
JDBCForeignKey.getCatalogDatabase()
|
Database |
JDBCPrimaryKey.getCatalogDatabase()
|
Database |
JDBCDistinctUDT.getCatalogDatabase()
|
Database |
JDBCProvider.getCatalogDatabase(java.sql.Connection connection)
|
Uses of Database in org.eclipse.datatools.modelbase.sql.accesscontrol |
---|
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol that return Database | |
---|---|
Database |
AuthorizationIdentifier.getDatabase()
Returns the value of the 'Database' reference. |
Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.accesscontrol.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol.impl that return Database | |
---|---|
Database |
AuthorizationIdentifierImpl.basicGetDatabase()
|
Database |
AuthorizationIdentifierImpl.getDatabase()
|
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol.impl with parameters of type Database | |
---|---|
NotificationChain |
AuthorizationIdentifierImpl.basicSetDatabase(Database newDatabase,
NotificationChain msgs)
|
void |
AuthorizationIdentifierImpl.setDatabase(Database newDatabase)
|
Uses of Database in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return Database | |
---|---|
static Database |
StatementHelper.getDatabase(QueryStatement stmt)
Returns the Database for which SQL Statement is associated with. |
Methods in org.eclipse.datatools.modelbase.sql.query.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 void |
DatabaseHelper.resolveTableReferenceRDBTable(TableInDatabase aTableInDB,
Database aDatabase,
java.lang.String aDefaultSchemaName)
Resolves the given table references so that it has the correct RDBTable attached to it. |
static void |
DatabaseHelper.resolveTableReferenceRDBTables(java.util.List aTableRefList,
Database aDatabase,
java.lang.String aDefaultSchemaName)
Deprecated. table reference resolving is now done by post parse processer, use org.eclipse.datatools.modelbase.parsers.sql.query.postparse.TableReferenceResolver
with org.eclipse.datatools.modelbase.parsers.sql.query.SQLQueryParserManager |
static void |
DatabaseHelper.resolveTableReferenceRDBTables(QueryStatement aSQLStmt,
Database aDatabase,
java.lang.String aDefaultSchemaName)
Deprecated. table reference resolving is now done by post parse processer, use org.eclipse.datatools.modelbase.parsers.sql.query.postparse.TableReferenceResolver
with org.eclipse.datatools.modelbase.parsers.sql.query.SQLQueryParserManager |
Constructors in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type Database | |
---|---|
StatementHelper(Database database)
|
Uses of Database in org.eclipse.datatools.modelbase.sql.schema |
---|
Methods in org.eclipse.datatools.modelbase.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. |
Database |
Catalog.getDatabase()
Returns the value of the 'Database' reference. |
Database |
Event.getDatabase()
Returns the value of the 'Database' reference. |
Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type Database | |
---|---|
void |
Schema.setDatabase(Database value)
Sets the value of the ' Database ' reference. |
void |
Catalog.setDatabase(Database value)
Sets the value of the ' Database ' reference. |
void |
Event.setDatabase(Database value)
Sets the value of the ' Database ' reference. |
Uses of Database in org.eclipse.datatools.modelbase.sql.schema.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.schema.helper with parameters of type 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. |
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.datatools.modelbase.sql.schema.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement Database | |
---|---|
class |
DatabaseImpl
An implementation of the model object 'Database'. |
Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return Database | |
---|---|
Database |
CatalogImpl.basicGetDatabase()
|
Database |
EventImpl.basicGetDatabase()
|
Database |
SchemaImpl.basicGetDatabase()
|
Database |
SQLSchemaFactoryImpl.createDatabase()
|
Database |
CatalogImpl.getDatabase()
|
Database |
EventImpl.getDatabase()
|
Database |
SchemaImpl.getDatabase()
|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type Database | |
---|---|
NotificationChain |
CatalogImpl.basicSetDatabase(Database newDatabase,
NotificationChain msgs)
|
NotificationChain |
EventImpl.basicSetDatabase(Database newDatabase,
NotificationChain msgs)
|
NotificationChain |
SchemaImpl.basicSetDatabase(Database newDatabase,
NotificationChain msgs)
|
void |
CatalogImpl.setDatabase(Database newDatabase)
|
void |
EventImpl.setDatabase(Database newDatabase)
|
void |
SchemaImpl.setDatabase(Database newDatabase)
|
Uses of Database in org.eclipse.datatools.modelbase.sql.schema.util |
---|
Methods in org.eclipse.datatools.modelbase.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'. |
Uses of Database in org.eclipse.datatools.sqltools.core.profile |
---|
Methods in org.eclipse.datatools.sqltools.core.profile that return Database | |
---|---|
static Database |
ProfileUtil.getDatabase(DatabaseIdentifier databaseIdentifier)
Returns the SQL model Database object identified by
databaseIdentifier . |
static Database |
ProfileUtil.getDatabase(DatabaseIdentifier databaseIdentifier,
boolean connect)
Returns the SQL model Database object identified by
databaseIdentifier . |
Uses of Database in org.eclipse.datatools.sqltools.editor.core.connection |
---|
Methods in org.eclipse.datatools.sqltools.editor.core.connection that return Database | |
---|---|
Database |
ISQLEditorConnectionInfo.getDatabase()
Gets the Database object associated with this input. |
Methods in org.eclipse.datatools.sqltools.editor.core.connection with parameters of type Database | |
---|---|
void |
ISQLEditorConnectionInfo.setDatabase(Database database)
Sets the Database object associated with this input to the
given object. |
Uses of Database in org.eclipse.datatools.sqltools.sqleditor |
---|
Methods in org.eclipse.datatools.sqltools.sqleditor that return Database | |
---|---|
Database |
SQLEditorConnectionInfo.getDatabase()
|
Database |
SQLEditor.getDatabase()
Gets the Database object associated with this input. |
Methods in org.eclipse.datatools.sqltools.sqleditor with parameters of type Database | |
---|---|
void |
SQLEditorConnectionInfo.setDatabase(Database database)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |