#include "WorkingDialog.h"
void SgeSetColDetail(pSgeWorkCallData p, int type_id, int compute_id, int assoc_col, int format_code, char* typename, char* column_name);
SgeSetColDetail
sets a column binding detail information for an allocated pSgeWorkCallData
structure. If p
is NULL, no action is taken. This should be called once for each of the respective SgeSetColBind
function calls.
pSgeWorkCallData pSgeWCD;
....
SgeSetColDetail(pSgeWCD, 47, 0, 0, 0, "char", "pub_id");