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 参考 » ConfigPersistent 接口

 

setRowMaximumThreshold 方法

设置可保留在内存中的最大行数的阈值。

语法
ConfigPersistent ConfigPersistent.setRowMaximumThreshold(
  int threshold
)
参数
  • threshold   最大阈值。

注释

达到最大行数时,行将被截断,并保留 setRowMinimumThreshold 方法所定义的最小行数。

另请参见
返回值

设置了最大阈值的 ConfigPersistent。