| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ForeignKey in org.eclipse.datatools.connectivity.sqm.core.rte.fe | 
|---|
| Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type ForeignKey | |
|---|---|
|  java.lang.String | GenericDdlBuilder.addForeignKey(ForeignKey foreignKey,
              boolean quoteIdentifiers,
              boolean qualifyNames) | 
| Uses of ForeignKey in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc | 
|---|
| Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement ForeignKey | |
|---|---|
|  class | JDBCForeignKey | 
| Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc with parameters of type ForeignKey | |
|---|---|
| static void | JDBCForeignKey.setAsIdentifyingRelatinship(ForeignKey fk,
                            boolean identifying) | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.ase.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.ase.catalog that implement ForeignKey | |
|---|---|
|  class | SybaseASECatalogForeignKey | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.ase.ddl | 
|---|
| Methods in org.eclipse.datatools.enablement.ase.ddl with parameters of type ForeignKey | |
|---|---|
|  java.lang.String[] | SybaseASEDdlBuilder.addForeignKey(ForeignKey foreignKey,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              boolean fullSyntax)Returns the SQL Statement for adding foreign key clause. | 
|  java.lang.String | SybaseASEDdlBuilder.dropForeignKey(ForeignKey foreignKey,
               boolean quoteIdentifiers,
               boolean qualifyNames) | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.mysql.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.mysql.catalog that implement ForeignKey | |
|---|---|
|  class | MySqlCatalogForeignKeyThis class is the ForeignKey implementation | 
| Methods in org.eclipse.datatools.enablement.mysql.catalog with parameters of type ForeignKey | |
|---|---|
| static void | MySqlCatalogForeignKey.setAsIdentifyingRelatinship(ForeignKey fk,
                            boolean identifying) | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.mysql.ddl.shared | 
|---|
| Methods in org.eclipse.datatools.enablement.mysql.ddl.shared with parameters of type ForeignKey | |
|---|---|
|  java.lang.String | MySqlDdlBuilderHelper.addForeignKey(ForeignKey foreignKey,
              boolean quoteIdentifiers,
              boolean qualifyNames) | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.base.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement ForeignKey | |
|---|---|
|  class | SybaseASACatalogBaseForeignKey | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.catalog | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.catalog that implement ForeignKey | |
|---|---|
|  class | SybaseASACatalogForeignKey | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.ddl | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type ForeignKey | |
|---|---|
|  java.lang.String[] | SybaseASADdlBuilder.addForeignKey(ForeignKey foreignKey,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              boolean fullSyntax)Returns the SQL Statement for adding foreign key clause. | 
|  java.lang.String | SybaseASADdlBuilder.dropForeignKey(ForeignKey foreignKey,
               boolean quoteIdentifiers,
               boolean qualifyNames) | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | 
|---|
| Subinterfaces of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
|---|---|
|  interface | SybaseASABaseForeignKeyA representation of the model object 'Sybase ASA Base Foreign Key'. | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement ForeignKey | |
|---|---|
|  class | SybaseASABaseForeignKeyImplAn implementation of the model object 'Sybase ASA Base Foreign Key'. | 
| Uses of ForeignKey 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 ForeignKey | |
|---|---|
|  java.lang.Object | SybaseasabasesqlmodelSwitch.caseForeignKey(ForeignKey object)Returns the result of interpreting the object as an instance of 'Foreign Key'. | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | 
|---|
| Subinterfaces of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel | |
|---|---|
|  interface | SybaseASAForeignKeyA representation of the model object 'Sybase ASA Foreign Key'. | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl | 
|---|
| Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasasqlmodel.impl that implement ForeignKey | |
|---|---|
|  class | SybaseASAForeignKeyImplAn implementation of the model object 'Sybase ASA Foreign Key'. | 
| Uses of ForeignKey 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 ForeignKey | |
|---|---|
|  java.lang.Object | SybaseasasqlmodelSwitch.caseForeignKey(ForeignKey object)Returns the result of interpreting the object as an instance of 'Foreign Key'. | 
| Uses of ForeignKey in org.eclipse.datatools.enablement.sybase.ddl | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.ddl with parameters of type ForeignKey | |
|---|---|
|  java.lang.String[] | SybaseDdlBuilderWrapper.addForeignKey(ForeignKey foreignKey,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              boolean fullSyntax) | 
| abstract  java.lang.String[] | SybaseDdlBuilder.addForeignKey(ForeignKey foreignKey,
              boolean quoteIdentifiers,
              boolean qualifyNames,
              boolean fullSyntax) | 
|  java.lang.String | SybaseDdlBuilderWrapper.dropForeignKey(ForeignKey foreignKey,
               boolean quoteIdentifiers,
               boolean qualifyNames) | 
| abstract  java.lang.String | SybaseDdlBuilder.dropForeignKey(ForeignKey foreignKey,
               boolean quoteIdentifiers,
               boolean qualifyNames) | 
| Uses of ForeignKey in org.eclipse.datatools.modelbase.sql.constraints | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.constraints that return ForeignKey | |
|---|---|
|  ForeignKey | SQLConstraintsFactory.createForeignKey()Returns a new object of class 'Foreign Key'. | 
| Uses of ForeignKey in org.eclipse.datatools.modelbase.sql.constraints.impl | 
|---|
| Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement ForeignKey | |
|---|---|
|  class | org.eclipse.datatools.modelbase.sql.constraints.impl.ForeignKeyImpl | 
| Uses of ForeignKey in org.eclipse.datatools.modelbase.sql.constraints.util | 
|---|
| Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type ForeignKey | |
|---|---|
|  java.lang.Object | SQLConstraintsSwitch.caseForeignKey(ForeignKey object)Returns the result of interpreting the object as an instance of 'Foreign Key'. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||