This section describes the macros of the Oracle Forms Open API Data Source Column object.
d2fdscg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the data source column object as a type dvoid pointer.
d2fdscg_dsc_len( ctx, obj, val );
This macro returns the value of the D2FP_DSC_LEN property of the data source column object as a type number.
d2fdscg_dsc_mandatory( ctx, obj, val );
This macro returns the value of the D2FP_DSC_MANDATORY property of the data source column object as a type boolean.
d2fdscg_dsc_nam( ctx, obj, val );
This macro returns the value of the D2FP_DSC_NAM property of the data source column object as a type text.
d2fdscg_dsc_precision( ctx, obj, val );
This macro returns the value of the D2FP_DSC_PRECISION property of the data source column object as a type number.
d2fdscg_dsc_scale( ctx, obj, val );
This macro returns the value of the D2FP_DSC_SCALE property of the data source column object as a type number.
d2fdscg_dsc_typ( ctx, obj, val );
This macro returns the value of the D2FP_DSC_TYP property of the data source column object as a type number.
d2fdscg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the data source column object as a type object.
d2fdscg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the data source column object as a type object.
d2fdscs_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the data source column object.
d2fdscs_dsc_len( ctx, obj, val );
This macro sets the value of the D2FP_DSC_LEN property of the data source column object.
d2fdscs_dsc_mandatory( ctx, obj, val );
This macro sets the value of the D2FP_DSC_MANDATORY property of the data source column object.
d2fdscs_dsc_nam( ctx, obj, val );
This macro sets the value of the D2FP_DSC_NAM property of the data source column object.
d2fdscs_dsc_precision( ctx, obj, val );
This macro sets the value of the D2FP_DSC_PRECISION property of the data source column object.
d2fdscs_dsc_scale( ctx, obj, val );
This macro sets the value of the D2FP_DSC_SCALE property of the data source column object.
d2fdscs_dsc_typ( ctx, obj, val );
This macro sets the value of the D2FP_DSC_TYP property of the data source column object.
Creating modules using the Open API
Modifying modules using the Open API
Datasource column object functions