set_cols
Description:
public void set_cols (
owned Type[] types)
Set column's types for statement.
types
is stalen and should no be modified
Parameters:
this |
a PStmt
|
types |
an array of types to use for each column
|
ncols |
number of columns and size of given array
|