|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Index in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type Index | |
---|---|
java.lang.String |
GenericDdlBuilder.createIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames)
|
java.lang.String |
GenericDdlBuilder.dropIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of Index in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Index | |
---|---|
class |
JDBCIndex
|
Uses of Index in org.eclipse.datatools.enablement.ase.catalog |
---|
Classes in org.eclipse.datatools.enablement.ase.catalog that implement Index | |
---|---|
class |
SybaseASECatalogIndex
|
Methods in org.eclipse.datatools.enablement.ase.catalog that return Index | |
---|---|
Index |
SybaseASECatalogForeignKey.getUniqueIndex()
|
Uses of Index in org.eclipse.datatools.enablement.ase.ddl |
---|
Methods in org.eclipse.datatools.enablement.ase.ddl with parameters of type Index | |
---|---|
java.lang.String[] |
SybaseASEDdlBuilder.createIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
java.lang.String |
SybaseASEDdlBuilder.dropIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames)
|
static java.lang.String |
ASEDdlUtils.getCacheBindStatement(java.lang.String cache,
Index index,
boolean qualifyNames,
boolean fullSyntax,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbId)
Get cache binding statement |
static java.lang.String |
ASEDdlUtils.getCacheStrategyStatement(java.lang.String stragegy,
Index index,
boolean on,
org.eclipse.datatools.sqltools.core.DatabaseIdentifier dbId)
Get Cache strategy statement |
java.lang.String |
SybaseASEDdlBuilder.getIndexKeyColumns(Index index,
boolean quoteIdentifiers)
|
Uses of Index in org.eclipse.datatools.enablement.mysql.catalog |
---|
Classes in org.eclipse.datatools.enablement.mysql.catalog that implement Index | |
---|---|
class |
MySqlCatalogIndex
This class is the Index implementation |
Methods in org.eclipse.datatools.enablement.mysql.catalog that return Index | |
---|---|
Index |
MySqlCatalogTable.findIndexWithColumnName(java.lang.String colName)
|
Uses of Index in org.eclipse.datatools.enablement.mysql.ddl |
---|
Methods in org.eclipse.datatools.enablement.mysql.ddl with parameters of type Index | |
---|---|
java.lang.String |
MySqlDdlBuilder.createIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames)
|
java.lang.String |
MySqlDdlBuilder.dropIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of Index in org.eclipse.datatools.enablement.mysql.ddl.shared |
---|
Methods in org.eclipse.datatools.enablement.mysql.ddl.shared with parameters of type Index | |
---|---|
abstract java.lang.String |
MySqlDdlBuilderHelper.createIndex(Index o,
boolean quoteIdentifiers,
boolean qualifyNames)
|
abstract java.lang.String |
MySqlDdlBuilderHelper.dropIndex(Index o,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.base.catalog |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement Index | |
---|---|
class |
SybaseASACatalogBaseIndex
|
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.catalog |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.catalog that implement Index | |
---|---|
class |
SybaseASACatalogIndex
|
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type Index | |
---|---|
java.lang.String[] |
SybaseASADdlBuilder.createIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
java.lang.String |
SybaseASADdlBuilder.dropIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel |
---|
Subinterfaces of Index in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
---|---|
interface |
SybaseASABaseIndex
A representation of the model object 'Sybase ASA Base Index'. |
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement Index | |
---|---|
class |
SybaseASABaseIndexImpl
An implementation of the model object 'Sybase ASA Base Index'. |
Uses of Index 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 Index | |
---|---|
java.lang.Object |
SybaseasabasesqlmodelSwitch.caseIndex(Index object)
Returns the result of interpreting the object as an instance of 'Index'. |
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel |
---|
Subinterfaces of Index in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | |
---|---|
interface |
SybaseASAIndex
A representation of the model object 'Sybase ASA Index'. |
Uses of Index in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl that implement Index | |
---|---|
class |
SybaseASAIndexImpl
An implementation of the model object 'Sybase ASA Index'. |
Uses of Index 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 Index | |
---|---|
java.lang.Object |
SybaseasasqlmodelSwitch.caseIndex(Index object)
Returns the result of interpreting the object as an instance of 'Index'. |
Uses of Index in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel |
---|
Subinterfaces of Index in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
---|---|
interface |
SybaseASEIndex
A representation of the model object 'Sybase ASE Index'. |
Uses of Index in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement Index | |
---|---|
class |
SybaseASEIndexImpl
An implementation of the model object 'Sybase ASE Index'. |
Uses of Index 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 Index | |
---|---|
java.lang.Object |
SybaseasesqlmodelSwitch.caseIndex(Index object)
Returns the result of interpreting the object as an instance of 'Index'. |
Uses of Index in org.eclipse.datatools.enablement.sybase.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.ddl with parameters of type Index | |
---|---|
java.lang.String[] |
SybaseDdlBuilder.createIndex(Index index,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
java.lang.String |
SybaseDdlBuilder.getIndexKeyColumns(Index index,
boolean quoteIdentifiers)
|
Uses of Index in org.eclipse.datatools.modelbase.sql.constraints |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints that return Index | |
---|---|
Index |
SQLConstraintsFactory.createIndex()
Returns a new object of class 'Index'. |
Index |
ForeignKey.getUniqueIndex()
Returns the value of the 'Unique Index' reference. |
Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type Index | |
---|---|
void |
ForeignKey.setUniqueIndex(Index value)
Sets the value of the ' Unique Index ' reference. |
Uses of Index in org.eclipse.datatools.modelbase.sql.constraints.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement Index | |
---|---|
class |
org.eclipse.datatools.modelbase.sql.constraints.impl.IndexImpl
|
Uses of Index in org.eclipse.datatools.modelbase.sql.constraints.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type Index | |
---|---|
java.lang.Object |
SQLConstraintsSwitch.caseIndex(Index object)
Returns the result of interpreting the object as an instance of 'Index'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |