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 Reference » UltraLiteJ API reference » ConfigPersistent interface

 

setIndexPersistence method

Sets persistent indexes on.

Syntax
ConfigPersistent ConfigPersistent.setIndexPersistence(
  boolean store
) throws ULjException
Parameters
  • store   Set true to store indexes; otherwise, set false so that indexes are built prior to the first time they are used.

Remarks

This setting is used only when the database is created. It determines which strategy of index persistence is to be used for the database.

When an existing database is opened, the creation-time setting is used and the configuration is updated to reflect that value.

Returns

This ConfigPersistent with the index persistence set.