Uses of Interface
org.eclipse.datatools.modelbase.sql.tables.Table

Packages that use Table
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.connectivity.sqm.loader   
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.ase.ddl   
org.eclipse.datatools.enablement.ase.deltaddl   
org.eclipse.datatools.enablement.ase.util   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util   
org.eclipse.datatools.enablement.mysql.catalog   
org.eclipse.datatools.enablement.mysql.catalog.loaders   
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.enablement.sybase.asa.baseloaders   
org.eclipse.datatools.enablement.sybase.asa.catalog   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.util   
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util   
org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel   
org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util   
org.eclipse.datatools.modelbase.derby   
org.eclipse.datatools.modelbase.derby.util   
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.routines   
org.eclipse.datatools.modelbase.sql.routines.util   
org.eclipse.datatools.modelbase.sql.schema.helper   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.helper   
org.eclipse.datatools.modelbase.sql.tables.impl   
org.eclipse.datatools.modelbase.sql.tables.util   
org.eclipse.datatools.sqltools.data.internal.core   
org.eclipse.datatools.sqltools.data.internal.core.editor   
org.eclipse.datatools.sqltools.data.internal.core.extract   
org.eclipse.datatools.sqltools.data.internal.core.load   
org.eclipse.datatools.sqltools.data.internal.ui.editor   
org.eclipse.datatools.sqltools.data.internal.ui.extract   
org.eclipse.datatools.sqltools.data.internal.ui.load   
org.eclipse.datatools.sqltools.sql.util   
org.eclipse.datatools.sqltools.sqlbuilder.views.graph.editparts   
 

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

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Table
 class JDBCTable
           
 class JDBCTemporaryTable
           
 class JDBCView
           
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return Table
 Table JDBCTemporaryTable.getSupertable()
           
 Table JDBCTable.getSupertable()
           
 Table JDBCView.getSupertable()
           
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc with parameters of type Table
static void JDBCTemporaryTable.loadColumns(java.sql.Connection connection, org.eclipse.emf.common.util.EList columnList, Table table)
          Deprecated.  
static void JDBCTable.loadColumns(java.sql.Connection connection, org.eclipse.emf.common.util.EList columnList, Table table)
          Deprecated.  
static void JDBCTemporaryTable.loadIndexes(java.sql.Connection connection, org.eclipse.emf.common.util.EList indexList, Table table)
          Deprecated.  
static void JDBCTable.loadIndexes(java.sql.Connection connection, org.eclipse.emf.common.util.EList indexList, Table table)
          Deprecated.  
 

Uses of Table in org.eclipse.datatools.connectivity.sqm.loader
 

Methods in org.eclipse.datatools.connectivity.sqm.loader that return Table
 Table JDBCTableLoader.ITableFactory.createTable(java.sql.ResultSet rs)
          Creates and initializes a table object based on the meta-data in the result set.
 Table JDBCTableLoader.TableFactory.createTable(java.sql.ResultSet rs)
          Creates and initializes a new Table object from the meta-data in the result set.
 Table JDBCTableSuperTableLoader.loadSuperTable()
           
 

Methods in org.eclipse.datatools.connectivity.sqm.loader with parameters of type Table
 void JDBCTableLoader.ITableFactory.initialize(Table table, java.sql.ResultSet rs)
          Initializes a table object based on the meta-data in the result set.
 void JDBCTableLoader.TableFactory.initialize(Table table, java.sql.ResultSet rs)
          Initializes the new Table object using the meta-data in the result set.
 void JDBCTableLoader.LocalTempTableFactory.initialize(Table table, java.sql.ResultSet rs)
          Initializes the isLocal attribute in addition to the the attributes initialized by super().
 

Uses of Table in org.eclipse.datatools.enablement.ase.catalog
 

Classes in org.eclipse.datatools.enablement.ase.catalog that implement Table
 class SybaseASECatalogProxyTable
           
 class SybaseASECatalogTable
           
 class SybaseASECatalogTempTable
           
 class SybaseASECatalogView
           
 class SybaseASECatalogWebServiceTable
           
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return Table
 Table SybaseASECatalogSchema.ASESysTableFactory.createTable(java.sql.ResultSet rs)
           
 Table SybaseASECatalogSchema.ASEUserTableFactory.createTable(java.sql.ResultSet rs)
           
 Table SybaseASECatalogSchema.ASEViewTableFactory.createTable(java.sql.ResultSet rs)
           
 

Methods in org.eclipse.datatools.enablement.ase.catalog with parameters of type Table
 void SybaseASECatalogSchema.ASESysTableFactory.initialize(Table table, java.sql.ResultSet rs)
           
 void SybaseASECatalogSchema.ASEUserTableFactory.initialize(Table table, java.sql.ResultSet rs)
           
 void SybaseASECatalogSchema.ASEViewTableFactory.initialize(Table table, java.sql.ResultSet rs)
           
 

Uses of Table in org.eclipse.datatools.enablement.ase.ddl
 

Methods in org.eclipse.datatools.enablement.ase.ddl with parameters of type Table
 java.lang.String SybaseASEDdlBuilder.getName(Table table, boolean quoteIdentifiers, boolean qualifyNames)
           
 

Uses of Table in org.eclipse.datatools.enablement.ase.deltaddl
 

Methods in org.eclipse.datatools.enablement.ase.deltaddl with parameters of type Table
 java.lang.String SybaseASETriggerDeltaDdlProvider.getTableName(Table table, boolean quoteIdentifiers, boolean qualifyNames)
           
 

Uses of Table in org.eclipse.datatools.enablement.ase.util
 

Methods in org.eclipse.datatools.enablement.ase.util with parameters of type Table
static void ASECatalogUtil.getAllTriggers(java.sql.Connection connection, Table subjectTable, java.util.List list)
          Returns all triggers for the given table, and add them into the list.
 

Uses of Table in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
 

Subinterfaces of Table in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
 interface IngresViewTable
          A representation of the model object 'Ingres View Table'.
 

Uses of Table in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that implement Table
 class IngresViewTableImpl
          An implementation of the model object 'Ingres View Table'.
 

Uses of Table in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util with parameters of type Table
 java.lang.Object IngressqlmodelSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.enablement.mysql.catalog
 

Classes in org.eclipse.datatools.enablement.mysql.catalog that implement Table
 class MySqlCatalogTable
          This class is the Schema implementation, its purpose is to load columns, constraint, index and primaryKeys
 

Uses of Table in org.eclipse.datatools.enablement.mysql.catalog.loaders
 

Methods in org.eclipse.datatools.enablement.mysql.catalog.loaders with parameters of type Table
 void MySqlTableLoader.MySqlTableFactory.initialize(Table table, java.sql.ResultSet rs)
          Initializes the isLocal attribute in addition to the the attributes initialized by super().
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement Table
 class SybaseASACatalogBaseProxyTable
           
 class SybaseASACatalogBaseTempTable
           
 class SybaseASACatalogBaseViewTable
           
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.baseloaders
 

Methods in org.eclipse.datatools.enablement.sybase.asa.baseloaders with parameters of type Table
 void SchemaASABaseLoader.ASABaseTableLoader.ASABaseProxyTableFactory.initialize(Table table, java.sql.ResultSet rs)
           
 

Constructors in org.eclipse.datatools.enablement.sybase.asa.baseloaders with parameters of type Table
TableASABaseLoader(Table catalogTable)
           
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.catalog
 

Classes in org.eclipse.datatools.enablement.sybase.asa.catalog that implement Table
 class SybaseASACatalogTable
           
 class SybaseASACatalogTempTable
           
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
 

Subinterfaces of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
 interface SybaseASABaseProxyTable
          A representation of the model object 'Sybase ASA Base Proxy Table'.
 interface SybaseASABaseTable
          A representation of the model object 'Sybase ASA Base Table'.
 interface SybaseASABaseTempTable
          A representation of the model object 'Sybase ASA Base Temp Table'.
 interface SybaseASABaseViewTable
          A representation of the model object 'Sybase ASA Base View Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement Table
 class SybaseASABaseProxyTableImpl
          An implementation of the model object 'Sybase ASA Base Proxy Table'.
 class SybaseASABaseTableImpl
          An implementation of the model object 'Sybase ASA Base Table'.
 class SybaseASABaseTempTableImpl
          An implementation of the model object 'Sybase ASA Base Temp Table'.
 class SybaseASABaseViewTableImpl
          An implementation of the model object 'Sybase ASA Base View Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util with parameters of type Table
 java.lang.Object SybaseasabasesqlmodelSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel
 

Subinterfaces of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel
 interface SybaseASATable
          A representation of the model object 'Sybase ASA Table'.
 interface SybaseASATempTable
          A representation of the model object 'Sybase ASA Temp Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl that implement Table
 class SybaseASATableImpl
          An implementation of the model object 'Sybase ASA Table'.
 class SybaseASATempTableImpl
          An implementation of the model object 'Sybase ASA Temp Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.util with parameters of type Table
 java.lang.Object SybaseasasqlmodelSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils with parameters of type Table
static Column ConstraintCreationUtils.getColumnByName(Table table, java.lang.String columnName)
          Get the column according to the given name
static DatabaseDefinition ConstraintCreationUtils.getDatabaseDefinition(Table table)
          Get DatabaseDefinition by a given table
static ValidatorMessage ConstraintCreationUtils.getValidatorMessage(org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier, Table table, java.lang.String objectName)
          Get the validator message of a given object name
 

Uses of Table in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 

Subinterfaces of Table in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 interface SybaseASEBaseTable
          A representation of the model object 'Sybase ASE Base Table'.
 interface SybaseASEProxyTable
          A representation of the model object 'Sybase ASE Proxy Table'.
 interface SybaseASETable
          A representation of the model object 'Sybase ASE Table'.
 interface SybaseASETempTable
          A representation of the model object 'Sybase ASE Temp Table'.
 interface SybaseASEViewTable
          A representation of the model object 'Sybase ASE View Table'.
 interface SybaseASEWebServiceTable
          A representation of the model object 'Sybase ASE Web Service Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement Table
 class SybaseASEBaseTableImpl
          An implementation of the model object 'Sybase ASE Base Table'.
 class SybaseASEProxyTableImpl
          An implementation of the model object 'Sybase ASE Proxy Table'.
 class SybaseASETableImpl
          An implementation of the model object 'Sybase ASE Table'.
 class SybaseASETempTableImpl
          An implementation of the model object 'Sybase ASE Temp Table'.
 class SybaseASEViewTableImpl
          An implementation of the model object 'Sybase ASE View Table'.
 class SybaseASEWebServiceTableImpl
          An implementation of the model object 'Sybase ASE Web Service Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type Table
 java.lang.Object SybaseasesqlmodelSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel
 

Subinterfaces of Table in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel
 interface SybaseBaseTable
          A representation of the model object 'Sybase Base Table'.
 interface SybaseViewTable
          A representation of the model object 'Sybase View Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl that implement Table
 class SybaseBaseTableImpl
          An implementation of the model object 'Sybase Base Table'.
 class SybaseViewTableImpl
          An implementation of the model object 'Sybase View Table'.
 

Uses of Table in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util with parameters of type Table
 java.lang.Object SybasesqlmodelSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.modelbase.derby
 

Subinterfaces of Table in org.eclipse.datatools.modelbase.derby
 interface Synonym
          A representation of the model object 'Synonym'.
 

Methods in org.eclipse.datatools.modelbase.derby that return Table
 Table Synonym.getTable()
          Returns the value of the 'Table' reference.
 

Methods in org.eclipse.datatools.modelbase.derby with parameters of type Table
 void Synonym.setTable(Table value)
          Sets the value of the 'Table' reference.
 

Uses of Table in org.eclipse.datatools.modelbase.derby.util
 

Methods in org.eclipse.datatools.modelbase.derby.util with parameters of type Table
 java.lang.Object DerbyModelSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

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

Methods in org.eclipse.datatools.modelbase.sql.constraints that return Table
 Table Index.getTable()
          Returns the value of the 'Table' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type Table
 void Index.setTable(Table value)
          Sets the value of the 'Table' reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return Table
 Table ReferenceDataType.getScopeTable()
          Returns the value of the 'Scope Table' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type Table
 void ReferenceDataType.setScopeTable(Table value)
          Sets the value of the 'Scope Table' reference.
 

Uses of Table in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return Table
 Table TableInDatabase.getDatabaseTable()
          Returns the value of the 'Database Table' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type Table
 void TableInDatabase.setDatabaseTable(Table value)
          Sets the value of the 'Database Table' reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return Table
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.
static Table TableHelper.getTableForTableExpression(TableExpression tableExpr)
          Returns the Table from the given SQLTableExpression if there is one otherwise return null.
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type Table
 void StatementHelper.addNewName(Table selectedTable)
          Provide the name that will be generated next this is for populating alias text field with a default
static TableInDatabase TableHelper.createTableExpressionForTable(Table table)
          Creates and returns a TableInDatabase object for the given Table object and initializes its list of SQLValueExpressColumn objects corresponding to each column of the table.
static java.util.List TableHelper.getForeignKeyColumns(Table table)
          Returns the list of Columns that are part of the Foreign key constraint for the given table.
static java.lang.String TableHelper.getFullTableName(Table table)
          Returns fully qualified name for the given table.
static java.util.List TableHelper.getPrimaryKeyColumns(Table table)
          Returns the list of Columns that are part of the primary key constraint for the given table.
static TableExpression StatementHelper.getTableExpressionForTable(Table table, QuerySelect qSelect)
          Returns the TableExpression representing the given Table object,in the given QuerySelect
static TableExpression StatementHelper.getTableExpressionForTable(Table table, QuerySelectStatement selectStmt)
          Returns the TableExpression representing the given Table object,in the given QuerySelectStatement
static void TableHelper.populateTableExpressionColumns(TableInDatabase tableInDB, Table databaseTable)
          Populates the list of ValueExpressionColumn in the given table expression using the columns in the given Table object
 

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

Subinterfaces of Table in org.eclipse.datatools.modelbase.sql.routines
 interface RoutineResultTable
          A representation of the model object 'Routine Result Table'.
 

Uses of Table in org.eclipse.datatools.modelbase.sql.routines.util
 

Methods in org.eclipse.datatools.modelbase.sql.routines.util with parameters of type Table
 java.lang.Object SQLRoutinesSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.modelbase.sql.schema.helper
 

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

Methods in org.eclipse.datatools.modelbase.sql.schema.helper with parameters of type Table
 java.lang.String SQLObjectNameHelper.getNameInSQLFormat(Table table)
          Gets the name of the given table, delimited as needed to make it suitable for use in constructing an SQL statement.
 java.lang.String ISQLObjectNameHelper.getNameInSQLFormat(Table table)
          Gets the name of the given table, delimited as needed to make it suitable for use in constructing an SQL statement.
 java.lang.String SQLObjectNameHelper.getQualifiedNameInSQLFormat(Table table)
          Gets the name of the given table, qualified and delimited as needed to make it suitable for use in constructing an SQL statement.
 java.lang.String ISQLObjectNameHelper.getQualifiedNameInSQLFormat(Table table)
          Gets the name of the given table, qualified with a schema name and delimited as needed to make it suitable for use in constructing an SQL statement.
 

Uses of Table in org.eclipse.datatools.modelbase.sql.tables
 

Subinterfaces of Table in org.eclipse.datatools.modelbase.sql.tables
 interface BaseTable
          A representation of the model object 'Base Table'.
 interface DerivedTable
          A representation of the model object 'Derived Table'.
 interface PersistentTable
          A representation of the model object 'Persistent Table'.
 interface TemporaryTable
          A representation of the model object 'Temporary Table'.
 interface ViewTable
          A representation of the model object 'View Table'.
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return Table
 Table Trigger.getSubjectTable()
          Returns the value of the 'Subject Table' reference.
 Table Table.getSupertable()
          Returns the value of the 'Supertable' reference.
 Table Column.getTable()
          Returns the value of the 'Table' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type Table
 void Trigger.setSubjectTable(Table value)
          Sets the value of the 'Subject Table' reference.
 void Table.setSupertable(Table value)
          Sets the value of the 'Supertable' reference.
 void Column.setTable(Table value)
          Sets the value of the 'Table' container reference.
 

Uses of Table in org.eclipse.datatools.modelbase.sql.tables.helper
 

Methods in org.eclipse.datatools.modelbase.sql.tables.helper with parameters of type Table
static Column TableHelper.findColumn(Table table, java.lang.String columnName)
           
 

Uses of Table in org.eclipse.datatools.modelbase.sql.tables.impl
 

Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement Table
 class org.eclipse.datatools.modelbase.sql.tables.impl.BaseTableImpl
           
 class org.eclipse.datatools.modelbase.sql.tables.impl.DerivedTableImpl
           
 class org.eclipse.datatools.modelbase.sql.tables.impl.PersistentTableImpl
           
 class org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl
           
 class org.eclipse.datatools.modelbase.sql.tables.impl.TemporaryTableImpl
           
 class org.eclipse.datatools.modelbase.sql.tables.impl.ViewTableImpl
           
 

Uses of Table in org.eclipse.datatools.modelbase.sql.tables.util
 

Methods in org.eclipse.datatools.modelbase.sql.tables.util with parameters of type Table
 java.lang.Object SQLTablesSwitch.caseTable(Table object)
          Returns the result of interpreting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.core
 

Methods in org.eclipse.datatools.sqltools.data.internal.core with parameters of type Table
static java.lang.String DataCorePlugin.getQualifiedTableName(Table table)
           
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.core.editor
 

Methods in org.eclipse.datatools.sqltools.data.internal.core.editor that return Table
 Table TableDataImpl.getSQLTable()
          Gets the SQL Model table
 Table ITableData2.getSQLTable()
           
 

Methods in org.eclipse.datatools.sqltools.data.internal.core.editor with parameters of type Table
 boolean TableEditorFilterRegistryReader.isMatchingVendor(Table aTable)
          Determines whether or not a table belongs to a vendor which matches the vendor specified in the extension.
 void ITableEditorResultFilter.setTable(Table aTable)
          Sets the Table to be edited
 

Constructors in org.eclipse.datatools.sqltools.data.internal.core.editor with parameters of type Table
TableDataImpl(Table sqlTable)
           
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.core.extract
 

Constructors in org.eclipse.datatools.sqltools.data.internal.core.extract with parameters of type Table
ExtractData(Table table, java.lang.String filePath)
           
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.core.load
 

Constructors in org.eclipse.datatools.sqltools.data.internal.core.load with parameters of type Table
LoadData(Table table, java.lang.String filePath)
           
TableLoader(Table table)
           
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.ui.editor
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui.editor that return Table
 Table TableDataEditor.getSqlTable()
           
 Table ITableDataEditor.getSqlTable()
           
 Table TableDataEditorInput.getTable()
           
 

Constructors in org.eclipse.datatools.sqltools.data.internal.ui.editor with parameters of type Table
TableDataEditorInput(Table table)
           
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.ui.extract
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui.extract with parameters of type Table
 void IExternalExtract.setTable(Table table)
          Sets the Table from which the data is to be extracted
 

Constructors in org.eclipse.datatools.sqltools.data.internal.ui.extract with parameters of type Table
ExtractDataWizard(Table table)
           
 

Uses of Table in org.eclipse.datatools.sqltools.data.internal.ui.load
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui.load with parameters of type Table
 void IExternalLoad.setTable(Table table)
          Sets the Table to which the data is to be loaded
 

Constructors in org.eclipse.datatools.sqltools.data.internal.ui.load with parameters of type Table
LoadDataWizard(Table table)
           
 

Uses of Table in org.eclipse.datatools.sqltools.sql.util
 

Methods in org.eclipse.datatools.sqltools.sql.util that return Table
static Table ModelUtil.findTableInAllSchemas(org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbid, java.lang.String dbname, java.lang.String tableName, boolean caseSensitive, boolean refresh)
           
static Table ModelUtil.findTableObject(org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbid, java.lang.String dbname, java.lang.String schemaName, java.lang.String tableName)
          This method is used to find the table object in existing SQL model.
static Table ModelUtil.findTableObject(org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbid, java.lang.String dbname, java.lang.String schemaName, java.lang.String tableName, boolean refresh)
          This method is used to find the table object in existing SQL model.
static Table ModelUtil.findTableObject(org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbid, java.lang.String dbname, java.lang.String schemaName, java.lang.String tableName, boolean refresh, boolean caseSensitive)
          This method is used to find the table object in existing SQL model.
static Table ModelUtil.findTableObject(org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbid, java.lang.String dbname, java.lang.String schemaName, java.lang.String tableName, boolean refresh, boolean caseSensitive, boolean findInAllCatalogs)
          This method is used to find the table object in existing SQL model.
 

Uses of Table in org.eclipse.datatools.sqltools.sqlbuilder.views.graph.editparts
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.graph.editparts that return Table
 Table TableEditPart.getTable()