This command is only supported syntactically by the XDB Server.
This statement can be embedded in an application program or issued interactively. It is an executable statement that can be dynamically prepared.
None required.
Bold text indicates clauses or options that are supported only syntactically.
SET CURRENT MAINTAINED [TABLE] TYPES [FOR OPTIMIZATION]
[=] {ALL | NONE | SYSTEM | USER | host-variable}
The value indicates which materialized query tables that are enabled for optimization are considered when optimizing the processing of dynamic SQL queries.
Indicates that all materialized query tables will be considered.
Indicates that no materialized query tables will be considered.
Indicates that only system-maintained materialized query tables that are refresh deferred will be considered.
Indicates that only user-maintained materialized query tables that are refresh deferred will be considered.
A variable of type CHAR or VARCHAR. The length of the contents of host-variable must not exceed 255 bytes. It cannot be set to null. If host-variable has an associated indicator variable, the value of that indicator variable must not indicate a null value.
The characters of host-variable must be left justified. The content of the host variable must be a string that would match what can be specified as keywords for the special register in the exact case intended as there is no conversion to uppercase characters.