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

Packages that use ElementNullability
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. 
org.eclipse.datatools.connectivity.oda.design.ui.designsession [Provisional] An utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
 

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

Fields in org.eclipse.datatools.connectivity.oda.design declared as ElementNullability
static ElementNullability ElementNullability.UNKNOWN_LITERAL
          The 'Unknown' literal object.
static ElementNullability ElementNullability.NULLABLE_LITERAL
          The 'Nullable' literal object.
static ElementNullability ElementNullability.NOT_NULLABLE_LITERAL
          The 'Not Nullable' literal object.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return ElementNullability
static ElementNullability ElementNullability.get(java.lang.String literal)
          Returns the 'Element Nullability' literal with the specified literal value.
static ElementNullability ElementNullability.getByName(java.lang.String name)
          Returns the 'Element Nullability' literal with the specified name.
static ElementNullability ElementNullability.get(int value)
          Returns the 'Element Nullability' literal with the specified integer value.
 ElementNullability DataElementAttributes.getNullability()
          Returns the value of the 'Nullability' attribute.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ElementNullability
 void DataElementAttributes.setNullability(ElementNullability value)
          Sets the value of the 'Nullability' attribute.
 

Uses of ElementNullability in org.eclipse.datatools.connectivity.oda.design.ui.designsession
 

Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return ElementNullability
static ElementNullability DesignSessionUtil.toElementNullability(int odaNullability)
          Deprecated. As of 3.0.5, replaced by DesignSessionUtil.convertResultColumnNullability( int ).
static ElementNullability DesignSessionUtil.convertResultColumnNullability(int columnNullability)
          Converts the value of an ODA runtime result set column nullability to corresponding value used in an ODA design-time element definition.
static ElementNullability DesignSessionUtil.convertParameterNullability(int parameterNullability)
          Converts the value of an ODA runtime parameter nullability to corresponding value used in an ODA design-time element definition.
 



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