Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » CollectionOfValueWriters 接口

 

set 方法

为 SQL 语句中由 ordinal 参数定义的列编号设置布尔值。

语法
void CollectionOfValueWriters.set(
  int ordinal,
  boolean value
) throws ULjException
参数
  • ordinal   以 1 为基数的整数,表示 SQL 语句中排序的列编号。

  • value   要设置的值。