db_dml (public)
db_dml [ -dbn dbn ] [ -subst subst ] statement_name sql [ args... ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
Do a DML statement.
args can be one of: -clobs, -blobs, -clob_files or -blob_files. See the db-api doc referenced below for more information.
- Switches:
- -dbn (optional)
- The database name to use. If empty_string, uses the default database.
- -subst (optional, defaults to
"all"
)- Perform Tcl substitution in xql-files. Possible values: all, none, vars, commands
- Parameters:
- statement_name (required)
- sql (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- apm__test_info_file, db__transaction, db__transaction_bug_3440