| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TableConstraint in org.eclipse.datatools.connectivity.sqm.core.rte.fe | 
|---|
| Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type TableConstraint | |
|---|---|
|  java.lang.String | GenericDdlBuilder.dropTableConstraint(TableConstraint constraint,
                    boolean quoteIdentifiers,
                    boolean qualifyNames) | 
|  boolean | GenericDdlBuilder.isImplicitConstraint(TableConstraint constraint) | 
| Uses of TableConstraint in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc | 
|---|
| Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement TableConstraint | |
|---|---|
|  class | JDBCForeignKey | 
|  class | JDBCPrimaryKey | 
|  class | JDBCUniqueConstraint | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.ase.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.ase.catalog that implement TableConstraint | |
|---|---|
|  class | SybaseASECatalogCheckConstraint | 
|  class | SybaseASECatalogForeignKey | 
|  class | SybaseASECatalogPrimaryKey | 
|  class | SybaseASECatalogUniqueConstraint | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.mysql.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.mysql.catalog that implement TableConstraint | |
|---|---|
|  class | MySqlCatalogForeignKeyThis class is the ForeignKey implementation | 
|  class | MySqlCatalogPrimaryKeyThis class is the PrimaryKey implementation | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.mysql.ddl.shared | 
|---|
| Methods in org.eclipse.datatools.enablement.mysql.ddl.shared with parameters of type TableConstraint | |
|---|---|
|  java.util.List | MySqlDdlBuilderHelper.dropTableConstraint(TableConstraint constraint,
                    boolean quoteIdentifiers,
                    boolean qualifyNames) | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.base.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement TableConstraint | |
|---|---|
|  class | SybaseASACatalogBaseCheckConstraint | 
|  class | SybaseASACatalogBaseColumnCheckConstraint | 
|  class | SybaseASACatalogBaseForeignKey | 
|  class | SybaseASACatalogBasePrimaryKey | 
|  class | SybaseASACatalogBaseUniqueConstraint | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.catalog that implement TableConstraint | |
|---|---|
|  class | SybaseASACatalogForeignKey | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | 
|---|
| Subinterfaces of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
|---|---|
|  interface | SybaseASABaseColumnCheckConstraintA representation of the model object 'Sybase ASA Base Column Check Constraint'. | 
|  interface | SybaseASABaseForeignKeyA representation of the model object 'Sybase ASA Base Foreign Key'. | 
|  interface | SybaseASABasePrimaryKeyA representation of the model object 'Sybase ASA Base Primary Key'. | 
|  interface | SybaseASABaseUniqueConstraintA representation of the model object 'Sybase ASA Base Unique Constraint'. | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement TableConstraint | |
|---|---|
|  class | SybaseASABaseColumnCheckConstraintImplAn implementation of the model object 'Sybase ASA Base Column Check Constraint'. | 
|  class | SybaseASABaseForeignKeyImplAn implementation of the model object 'Sybase ASA Base Foreign Key'. | 
|  class | SybaseASABasePrimaryKeyImplAn implementation of the model object 'Sybase ASA Base Primary Key'. | 
|  class | SybaseASABaseUniqueConstraintImplAn implementation of the model object 'Sybase ASA Base Unique Constraint'. | 
| Uses of TableConstraint 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 TableConstraint | |
|---|---|
|  java.lang.Object | SybaseasabasesqlmodelSwitch.caseTableConstraint(TableConstraint object)Returns the result of interpreting the object as an instance of 'Table Constraint'. | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | 
|---|
| Subinterfaces of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | |
|---|---|
|  interface | SybaseASAForeignKeyA representation of the model object 'Sybase ASA Foreign Key'. | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl that implement TableConstraint | |
|---|---|
|  class | SybaseASAForeignKeyImplAn implementation of the model object 'Sybase ASA Foreign Key'. | 
| Uses of TableConstraint 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 TableConstraint | |
|---|---|
|  java.lang.Object | SybaseasasqlmodelSwitch.caseTableConstraint(TableConstraint object)Returns the result of interpreting the object as an instance of 'Table Constraint'. | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | 
|---|
| Subinterfaces of TableConstraint in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
|---|---|
|  interface | SybaseASECheckConstraintA representation of the model object 'Sybase ASE Check Constraint'. | 
|  interface | SybaseASEColumnCheckConstraintA representation of the model object 'Sybase ASE Column Check Constraint'. | 
|  interface | SybaseASEPrimaryKeyA representation of the model object 'Sybase ASE Primary Key'. | 
|  interface | SybaseASEUniqueConstraintA representation of the model object 'Sybase ASE Unique Constraint'. | 
| Uses of TableConstraint in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement TableConstraint | |
|---|---|
|  class | SybaseASECheckConstraintImplAn implementation of the model object 'Sybase ASE Check Constraint'. | 
|  class | SybaseASEColumnCheckConstraintImplAn implementation of the model object 'Sybase ASE Column Check Constraint'. | 
|  class | SybaseASEPrimaryKeyImplAn implementation of the model object 'Sybase ASE Primary Key'. | 
|  class | SybaseASEUniqueConstraintImplAn implementation of the model object 'Sybase ASE Unique Constraint'. | 
| Uses of TableConstraint 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 TableConstraint | |
|---|---|
|  java.lang.Object | SybaseasesqlmodelSwitch.caseTableConstraint(TableConstraint object)Returns the result of interpreting the object as an instance of 'Table Constraint'. | 
| Uses of TableConstraint in org.eclipse.datatools.modelbase.sql.constraints | 
|---|
| Subinterfaces of TableConstraint in org.eclipse.datatools.modelbase.sql.constraints | |
|---|---|
|  interface | CheckConstraintA representation of the model object 'Check Constraint'. | 
|  interface | ForeignKeyA representation of the model object 'Foreign Key'. | 
|  interface | PrimaryKeyA representation of the model object 'Primary Key'. | 
|  interface | ReferenceConstraintA representation of the model object 'Reference Constraint'. | 
|  interface | UniqueConstraintA representation of the model object 'Unique Constraint'. | 
| Uses of TableConstraint in org.eclipse.datatools.modelbase.sql.constraints.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement TableConstraint | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.CheckConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.ForeignKeyImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.PrimaryKeyImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.ReferenceConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.TableConstraintImpl | 
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.UniqueConstraintImpl | 
| Uses of TableConstraint in org.eclipse.datatools.modelbase.sql.constraints.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type TableConstraint | |
|---|---|
|  java.lang.Object | SQLConstraintsSwitch.caseTableConstraint(TableConstraint object)Returns the result of interpreting the object as an instance of 'Table Constraint'. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||