indicates whether Native Queries will be optimized dynamically.
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);
Configuration Interface | com.db4o.config Namespace | com.db4o.config.Configuration.OptimizeNativeQueries