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

Packages that use OdaComplexDataType
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 OdaComplexDataType in org.eclipse.datatools.connectivity.oda.design
 

Fields in org.eclipse.datatools.connectivity.oda.design declared as OdaComplexDataType
static OdaComplexDataType OdaComplexDataType.STRUCTURE_LITERAL
          The 'Structure' literal object.
static OdaComplexDataType OdaComplexDataType.TABLE_LITERAL
          The 'Table' literal object.
 

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



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