nstcl  >  Documentation  >  nstcl-database  >  db_dml

Tcl Powered!

db_dml

NAME

db_dml — Executes a DML statement

SYNOPSIS

package require nstcl-database ?1.0?
package require nstcl ?1.0?

::nstcl::db_dml statement_name SQL

DESCRIPTION

Executes the specified DML statement.

SEE ALSO

The documentation for the database_api for information on statement_name and which database pool is used to evaluate SQL when multiple pools are defined.

KEYWORDS

database, nstcl