Class Sql-Update

An SQL UPDATE statement.

Part of:

package cl-rdbms, class sql-dml-statement

Direct Superclass

sql-dml-statement

Slot

columnsInitargs::columns; Accessors:columns-of; Type:list.
tableInitargs::table; Accessors:table-of; Type:sql-identifier*.
whereInitargs::where; Accessors:where-of; Type:sql-expression.

Direct Method

format-sql-syntax-nodeFormats an SQL syntax node into *sql-stream*.

Other Method

execute-command