File: eaf_n_cst_argumentattrib.sru
Size: 1027
Date: Tue, 22 Jan 2008 23:39:26 +0100
$PBExportHeader$eaf_n_cst_argumentattrib.sru
forward
global type eaf_n_cst_argumentattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_argumentattrib from nonvisualobject
end type
global eaf_n_cst_argumentattrib eaf_n_cst_argumentattrib

type variables
public:

//argument name
string                        is_name

//argument type
string                        is_type

//value array for the argument
string                        is_values[]

//is the argument actually a null value
boolean                       ib_isnull[]

//is the argument a retrieval argument
boolean                       ib_bound

//argument order for datawindow retrieval
long                          il_order

//Any equivalents
any                           ia_values[]

//Child Column Name
string                        is_childcolumnname

//blob value for the argument
blob                          ib_value
end variables

on eaf_n_cst_argumentattrib.create
call super::create
TriggerEvent( this, "constructor" )
end on

on eaf_n_cst_argumentattrib.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on