public interface TableMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DatabasePackage.getTableMetadata()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalogName()
Returns the value of the 'Catalog Name' attribute
|
org.eclipse.emf.common.util.EList |
getColumnMetadataList()
Returns the value of the 'Column Metadata List' containment reference list.
|
org.eclipse.emf.common.util.EList |
getForeignKeyMetadataList()
Returns the value of the 'Foreign Key Metadata List' containment reference list.
|
org.eclipse.emf.common.util.EList |
getPrimaryKeyMetadataList()
Returns the value of the 'Primary Key Metadata List' containment reference list.
|
java.lang.String |
getSchemaName()
Returns the value of the 'Schema Name' attribute
|
java.lang.String |
getTableName()
Returns the value of the 'Table Name' attribute
|
java.lang.String |
getTableType()
Returns the value of the 'Table Type' attribute
|
void |
setCatalogName(java.lang.String value)
Sets the value of the '
Catalog Name' attribute |
void |
setSchemaName(java.lang.String value)
Sets the value of the '
Schema Name' attribute |
void |
setTableName(java.lang.String value)
Sets the value of the '
Table Name' attribute |
void |
setTableType(java.lang.String value)
Sets the value of the '
Table Type' attribute |
java.lang.String getCatalogName()
If the meaning of the 'Catalog Name' attribute isn't clear, there really should be more of a description here...
setCatalogName(String),
DatabasePackage.getTableMetadata_CatalogName()void setCatalogName(java.lang.String value)
Catalog Name' attribute.
value - the new value of the 'Catalog Name' attribute.getCatalogName()java.lang.String getSchemaName()
If the meaning of the 'Schema Name' attribute isn't clear, there really should be more of a description here...
setSchemaName(String),
DatabasePackage.getTableMetadata_SchemaName()void setSchemaName(java.lang.String value)
Schema Name' attribute.
value - the new value of the 'Schema Name' attribute.getSchemaName()java.lang.String getTableName()
If the meaning of the 'Table Name' attribute isn't clear, there really should be more of a description here...
setTableName(String),
DatabasePackage.getTableMetadata_TableName()void setTableName(java.lang.String value)
Table Name' attribute.
value - the new value of the 'Table Name' attribute.getTableName()java.lang.String getTableType()
If the meaning of the 'Table Type' attribute isn't clear, there really should be more of a description here...
setTableType(String),
DatabasePackage.getTableMetadata_TableType()void setTableType(java.lang.String value)
Table Type' attribute.
value - the new value of the 'Table Type' attribute.getTableType()org.eclipse.emf.common.util.EList getColumnMetadataList()
ColumnMetadata.
If the meaning of the 'Column Metadata List' containment reference list isn't clear, there really should be more of a description here...
DatabasePackage.getTableMetadata_ColumnMetadataList()org.eclipse.emf.common.util.EList getPrimaryKeyMetadataList()
PrimaryKeyMetadata.
If the meaning of the 'Primary Key Metadata List' containment reference list isn't clear, there really should be more of a description here...
DatabasePackage.getTableMetadata_PrimaryKeyMetadataList()org.eclipse.emf.common.util.EList getForeignKeyMetadataList()
ForeignKeyMetadata.
If the meaning of the 'Foreign Key Metadata List' containment reference list isn't clear, there really should be more of a description here...
DatabasePackage.getTableMetadata_ForeignKeyMetadataList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.