Deprecated API

Deprecated Constructors
oracle.forms.jdapi.DataSourceArgument(Block, String, DataSourceArgument)
          Use the new constructor specifying the type of DataSourceArgument as an integer. DataSourceArgument objects do not support subclassing. Constructor used to create DataSourceArgument objects in the context of a Block parent object. The newly created object is derived from the 'base' object. 
oracle.forms.jdapi.DataSourceArgument(Block, String, PropertyClass)
          Use the new constructor specifying the type of DataSourceArgument as an integer. DataSourceArgument objects do not support subclassing. Constructor used to create DataSourceArgument objects in the context of a Block parent object. The newly created object is derived from the 'base' PropertyClass. 
oracle.forms.jdapi.DataSourceColumn(Block, String, DataSourceColumn)
          Use the new constructor specifying the type of DataSourceColumn as an integer. DataSourceColumn objects do not support subclassing. Constructor used to create DataSourceColumn objects in the context of a Block parent object. The newly created object is derived from the 'base' object. 
oracle.forms.jdapi.DataSourceColumn(Block, String, PropertyClass)
          Use the new constructor specifying the type of DataSourceColumn as an integer. DataSourceColumn objects do not support subclassing. Constructor used to create DataSourceColumn objects in the context of a Block parent object. The newly created object is derived from the 'base' PropertyClass.