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

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » ConfigPersistent インタフェース

 

setRowMaximumThreshold メソッド

メモリに維持するローの最大数のスレッショルドを設定します。

構文
ConfigPersistent ConfigPersistent.setRowMaximumThreshold(
  int threshold
)
パラメータ
  • threshold   スレッショルドの最大値。

備考

ローの最大数に達したら、ローはトランケートされ、setRowMinimumThreshold メソッドで定義されたローの最小数が維持されます。

参照
戻り値

最大スレッショルドが設定された ConfigPersistent。