dp_sql_struct_execute

EveAndersson.com : API Browser : dp_sql_struct_execute

dp_sql_struct_execute

dp_sql_struct_execute sql_struct table_name db_op [ where_clause ] \
    [ where_bind ]
Defined in tcl/data-pipeline-defs.tcl

Given a dp_sql_struct and a database operation (db_opp), performs the SQL. Currently, db_op is one of [ update | insert | update_or_insert ]

Parameters:
sql_struct
table_name
db_op
where_clause (optional)
where_bind (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com