Uses of Class
org.eclipse.datatools.connectivity.oda.design.OdaScalarDataType

Packages that use OdaScalarDataType
org.eclipse.datatools.connectivity.oda.design [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
 

Uses of OdaScalarDataType in org.eclipse.datatools.connectivity.oda.design
 

Fields in org.eclipse.datatools.connectivity.oda.design declared as OdaScalarDataType
static OdaScalarDataType OdaScalarDataType.BLOB_LITERAL
          The 'Blob' literal object.
static OdaScalarDataType OdaScalarDataType.BOOLEAN_LITERAL
          The 'Boolean' literal object.
static OdaScalarDataType OdaScalarDataType.CLOB_LITERAL
          The 'Clob' literal object.
static OdaScalarDataType OdaScalarDataType.DATE_LITERAL
          The 'Date' literal object.
static OdaScalarDataType OdaScalarDataType.DECIMAL_LITERAL
          The 'Decimal' literal object.
static OdaScalarDataType OdaScalarDataType.DOUBLE_LITERAL
          The 'Double' literal object.
static OdaScalarDataType OdaScalarDataType.INTEGER_LITERAL
          The 'Integer' literal object.
static OdaScalarDataType OdaScalarDataType.STRING_LITERAL
          The 'String' literal object.
static OdaScalarDataType OdaScalarDataType.TIME_LITERAL
          The 'Time' literal object.
static OdaScalarDataType OdaScalarDataType.TIMESTAMP_LITERAL
          The 'Timestamp' literal object.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return OdaScalarDataType
static OdaScalarDataType OdaScalarDataType.get(int value)
          Returns the 'Oda Scalar Data Type' literal with the specified integer value.
static OdaScalarDataType OdaScalarDataType.get(java.lang.String literal)
          Returns the 'Oda Scalar Data Type' literal with the specified literal value.
static OdaScalarDataType OdaScalarDataType.getByName(java.lang.String name)
          Returns the 'Oda Scalar Data Type' literal with the specified name.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type OdaScalarDataType
 void DataElementAttributes.setApplicablePrecision(int value, OdaScalarDataType odaDataType)
          Sets the value of the 'Precision' attribute that is applicable for the given ODA data type.
 void DataElementAttributes.setApplicableScale(int value, OdaScalarDataType odaDataType)
          Sets the value of the 'Scale' attribute that is applicable for the given ODA data type.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.