set function

Sets an integer value to the column number in the SQL statement that is defined by ordinal.

Syntax
void CollectionOfValueWriters.set(
  int ordinal,
  int value
) throws ULjException
Parameters
  • ordinal   A base-one integer representing the column number as ordered in the SQL statement.

  • value   The value to be set.