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

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » ConfigPersistent interface

 

setRowMinimumThreshold method

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

Syntax
ConfigPersistent ConfigPersistent.setRowMinimumThreshold(
  int threshold
)
Parameters
  • threshold   The minimum 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 minimum threshold set.