db_write_blob (public)

 db_write_blob [ -dbn dbn ] statement_name sql [ args... ]

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

Switches:
-dbn
(optional)
The database name to use. If empty_string, uses the default database.
Parameters:
statement_name
sql

Partial Call Graph (max 5 caller/called nodes):
%3 cr_write_content-lob cr_write_content-lob (private) db_write_blob db_write_blob cr_write_content-lob->db_write_blob ad_arg_parser ad_arg_parser (public) db_write_blob->ad_arg_parser db_exec_lob db_exec_lob (private) db_write_blob->db_exec_lob db_qd_get_fullname db_qd_get_fullname (public) db_write_blob->db_qd_get_fullname db_with_handle db_with_handle (public) db_write_blob->db_with_handle

Testcases:
No testcase defined.
Source code:
    ad_arg_parser { bind } $args
    set full_statement_name [db_qd_get_fullname $statement_name]
    db_with_handle -dbn $dbn db {
        db_exec_lob write_blob $db $full_statement_name $sql
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: