sql:column

Identifies the name and value of a column to be included in an INSERT or UPDATE statement.

Attributes

name

eqname

The name of the column.

select?

expression

The value may be indicated either by evaluating the expression contained in the select attribute, or as the expanded contents of the sql:column element. The value is converted to the declared data type of the column if possible.

Saxon availability

Requires Saxon-PE or Saxon-EE. Available for Java only.

See also

sql:insert

sql:update