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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » ConfigPersistent interface

 

setRowMaximumThreshold function

Sets the threshold for the maximum number of rows to retain in memory.

Syntax
ConfigPersistent ConfigPersistent.setRowMaximumThreshold(
  int threshold
)
Parameters
  • threshold   The maximum threshold value.

Remarks

When the maximum number of rows is reached, rows get truncated and retain the minimum number of rows defined by the setRowMinimumThreshold method.

See also
Returns

This ConfigPersistent with the maximum threshold set.