public interface ForeignKeyMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getForeignKeyCatalogName()
Returns the value of the 'Foreign Key Catalog Name' attribute
|
org.eclipse.emf.common.util.EList |
getForeignKeyColumnMetadataList()
Returns the value of the 'Foreign Key Column Metadata List' containment reference list.
|
java.lang.String |
getForeignKeyName()
Returns the value of the 'Foreign Key Name' attribute
|
java.lang.String |
getForeignKeySchemaName()
Returns the value of the 'Foreign Key Schema Name' attribute
|
java.lang.String |
getForeignKeyTableName()
Returns the value of the 'Foreign Key Table Name' attribute
|
void |
setForeignKeyCatalogName(java.lang.String value)
Sets the value of the '
Foreign Key Catalog Name' attribute |
void |
setForeignKeyName(java.lang.String value)
Sets the value of the '
Foreign Key Name' attribute |
void |
setForeignKeySchemaName(java.lang.String value)
Sets the value of the '
Foreign Key Schema Name' attribute |
void |
setForeignKeyTableName(java.lang.String value)
Sets the value of the '
Foreign Key Table Name' attribute |
java.lang.String getForeignKeyName()
If the meaning of the 'Foreign Key Name' attribute isn't clear, there really should be more of a description here...
setForeignKeyName(String),
DatabasePackage.getForeignKeyMetadata_ForeignKeyName()void setForeignKeyName(java.lang.String value)
Foreign Key Name' attribute.
value - the new value of the 'Foreign Key Name' attribute.getForeignKeyName()java.lang.String getForeignKeyCatalogName()
If the meaning of the 'Foreign Key Catalog Name' attribute isn't clear, there really should be more of a description here...
setForeignKeyCatalogName(String),
DatabasePackage.getForeignKeyMetadata_ForeignKeyCatalogName()void setForeignKeyCatalogName(java.lang.String value)
Foreign Key Catalog Name' attribute.
value - the new value of the 'Foreign Key Catalog Name' attribute.getForeignKeyCatalogName()java.lang.String getForeignKeySchemaName()
If the meaning of the 'Foreign Key Schema Name' attribute isn't clear, there really should be more of a description here...
setForeignKeySchemaName(String),
DatabasePackage.getForeignKeyMetadata_ForeignKeySchemaName()void setForeignKeySchemaName(java.lang.String value)
Foreign Key Schema Name' attribute.
value - the new value of the 'Foreign Key Schema Name' attribute.getForeignKeySchemaName()java.lang.String getForeignKeyTableName()
If the meaning of the 'Foreign Key Table Name' attribute isn't clear, there really should be more of a description here...
setForeignKeyTableName(String),
DatabasePackage.getForeignKeyMetadata_ForeignKeyTableName()void setForeignKeyTableName(java.lang.String value)
Foreign Key Table Name' attribute.
value - the new value of the 'Foreign Key Table Name' attribute.getForeignKeyTableName()org.eclipse.emf.common.util.EList getForeignKeyColumnMetadataList()
ForeignKeyColumnMetadata.
If the meaning of the 'Foreign Key Column Metadata List' containment reference list isn't clear, there really should be more of a description here...
DatabasePackage.getForeignKeyMetadata_ForeignKeyColumnMetadataList()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.