set_tmpl_columns
Description:
public void set_tmpl_columns (
owned SList<
Column> columns)
Set the list of Column objects which data models created from this prepared statement
can copy.
The list is stolen, so you should not free it.
Parameters:
this |
a PStmt
|
columns |
a list of Column
|