dp_sql_struct_executedp_sql_struct_execute sql_struct table_name db_op [ where_clause ] \
[ where_bind ]
Defined in tcl/data-pipeline-defs.tclGiven 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)
|