db4o

Configuration.optimizeNativeQueries Method

indicates whether Native Queries will be optimized dynamically.

Overload List

indicates whether Native Queries will be optimized dynamically.

bool optimizeNativeQueries();

If set to true, db4o will try to optimize native queries dynamically at query execution time, otherwise it will run native queries in unoptimized mode as SODA evaluations.

void optimizeNativeQueries(bool);

See Also

Configuration Interface | com.db4o.config Namespace | com.db4o.config.Configuration.optimizeNativeQueries