dp_add_one_col_to_sql_struct

EveAndersson.com : API Browser : dp_add_one_col_to_sql_struct

dp_add_one_col_to_sql_struct

dp_add_one_col_to_sql_struct sql_struct col_name col_value \
    [ data_type ]
Defined in tcl/data-pipeline-defs.tcl

Returns a little sql bit useful for update (e.g., last_name='O''Grady'), where the value is escaped based on the data type.

Parameters:
sql_struct
col_name
col_value
data_type (defaults to "text")
[ show source ]

Show another procedure:

eve@eveandersson.com