|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.DataTypeMapping
A single mapping from a data provider's native data type to one or more ODA data types. A single native data type must be mapped to a primary ODA scalar data type. The driver can optionally provide a list of alternate ODA data types to which it is capable of converting the native data type.
Method Summary | |
java.lang.String[] |
getAlternativeOdaDataTypes()
Returns the alternative ODA data types of the data type mapping, or an empty array if no alternative ODA data types exist. |
java.lang.String |
getNativeType()
Returns the native type name of the data type mapping. |
int |
getNativeTypeCode()
Returns the native type code of the data type mapping. |
java.lang.String |
getOdaScalarDataType()
Returns the primary ODA scalar data type which the native type maps to |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getNativeType()
public int getNativeTypeCode()
public java.lang.String getOdaScalarDataType()
public java.lang.String[] getAlternativeOdaDataTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |