public interface PrimaryKeyMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrimaryKeyCatalogName()
Returns the value of the 'Primary Key Catalog Name' attribute
|
org.eclipse.emf.common.util.EList |
getPrimaryKeyColumnMetadataList()
Returns the value of the 'Primary Key Column Metadata List' containment reference list.
|
java.lang.String |
getPrimaryKeyName()
Returns the value of the 'Primary Key Name' attribute
|
java.lang.String |
getPrimaryKeySchemaName()
Returns the value of the 'Primary Key Schema Name' attribute
|
java.lang.String |
getPrimaryKeyTableName()
Returns the value of the 'Primary Key Table Name' attribute
|
void |
setPrimaryKeyCatalogName(java.lang.String value)
Sets the value of the '
Primary Key Catalog Name' attribute |
void |
setPrimaryKeyName(java.lang.String value)
Sets the value of the '
Primary Key Name' attribute |
void |
setPrimaryKeySchemaName(java.lang.String value)
Sets the value of the '
Primary Key Schema Name' attribute |
void |
setPrimaryKeyTableName(java.lang.String value)
Sets the value of the '
Primary Key Table Name' attribute |
java.lang.String getPrimaryKeyName()
If the meaning of the 'Primary Key Name' attribute isn't clear, there really should be more of a description here...
setPrimaryKeyName(String),
DatabasePackage.getPrimaryKeyMetadata_PrimaryKeyName()void setPrimaryKeyName(java.lang.String value)
Primary Key Name' attribute.
value - the new value of the 'Primary Key Name' attribute.getPrimaryKeyName()java.lang.String getPrimaryKeyCatalogName()
If the meaning of the 'Primary Key Catalog Name' attribute isn't clear, there really should be more of a description here...
setPrimaryKeyCatalogName(String),
DatabasePackage.getPrimaryKeyMetadata_PrimaryKeyCatalogName()void setPrimaryKeyCatalogName(java.lang.String value)
Primary Key Catalog Name' attribute.
value - the new value of the 'Primary Key Catalog Name' attribute.getPrimaryKeyCatalogName()java.lang.String getPrimaryKeySchemaName()
If the meaning of the 'Primary Key Schema Name' attribute isn't clear, there really should be more of a description here...
setPrimaryKeySchemaName(String),
DatabasePackage.getPrimaryKeyMetadata_PrimaryKeySchemaName()void setPrimaryKeySchemaName(java.lang.String value)
Primary Key Schema Name' attribute.
value - the new value of the 'Primary Key Schema Name' attribute.getPrimaryKeySchemaName()java.lang.String getPrimaryKeyTableName()
If the meaning of the 'Primary Key Table Name' attribute isn't clear, there really should be more of a description here...
setPrimaryKeyTableName(String),
DatabasePackage.getPrimaryKeyMetadata_PrimaryKeyTableName()void setPrimaryKeyTableName(java.lang.String value)
Primary Key Table Name' attribute.
value - the new value of the 'Primary Key Table Name' attribute.getPrimaryKeyTableName()org.eclipse.emf.common.util.EList getPrimaryKeyColumnMetadataList()
PrimaryKeyColumnMetadata.
If the meaning of the 'Primary Key Column Metadata List' containment reference list isn't clear, there really should be more of a description here...
DatabasePackage.getPrimaryKeyMetadata_PrimaryKeyColumnMetadataList()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.