public interface ColumnMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DatabasePackage.getColumnMetadata()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
Returns the value of the 'Column Name' attribute
|
int |
getColumnSize()
Returns the value of the 'Column Size' attribute
|
int |
getDecimalDigits()
Returns the value of the 'Decimal Digits' attribute
|
java.lang.String |
getJdbcDataType()
Returns the value of the 'Jdbc Data Type' attribute
|
java.lang.String |
getSqlDataType()
Returns the value of the 'Sql Data Type' attribute
|
void |
setColumnName(java.lang.String value)
Sets the value of the '
Column Name' attribute |
void |
setColumnSize(int value)
Sets the value of the '
Column Size' attribute |
void |
setDecimalDigits(int value)
Sets the value of the '
Decimal Digits' attribute |
void |
setJdbcDataType(java.lang.String value)
Sets the value of the '
Jdbc Data Type' attribute |
void |
setSqlDataType(java.lang.String value)
Sets the value of the '
Sql Data Type' attribute |
java.lang.String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String),
DatabasePackage.getColumnMetadata_ColumnName()void setColumnName(java.lang.String value)
Column Name' attribute.
value - the new value of the 'Column Name' attribute.getColumnName()java.lang.String getJdbcDataType()
If the meaning of the 'Jdbc Data Type' attribute isn't clear, there really should be more of a description here...
setJdbcDataType(String),
DatabasePackage.getColumnMetadata_JdbcDataType()void setJdbcDataType(java.lang.String value)
Jdbc Data Type' attribute.
value - the new value of the 'Jdbc Data Type' attribute.getJdbcDataType()java.lang.String getSqlDataType()
If the meaning of the 'Sql Data Type' attribute isn't clear, there really should be more of a description here...
setSqlDataType(String),
DatabasePackage.getColumnMetadata_SqlDataType()void setSqlDataType(java.lang.String value)
Sql Data Type' attribute.
value - the new value of the 'Sql Data Type' attribute.getSqlDataType()int getColumnSize()
If the meaning of the 'Column Size' attribute isn't clear, there really should be more of a description here...
setColumnSize(int),
DatabasePackage.getColumnMetadata_ColumnSize()void setColumnSize(int value)
Column Size' attribute.
value - the new value of the 'Column Size' attribute.getColumnSize()int getDecimalDigits()
If the meaning of the 'Decimal Digits' attribute isn't clear, there really should be more of a description here...
setDecimalDigits(int),
DatabasePackage.getColumnMetadata_DecimalDigits()void setDecimalDigits(int value)
Decimal Digits' attribute.
value - the new value of the 'Decimal Digits' attribute.getDecimalDigits()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.