Options passed to prepare.

Hierarchy

Properties

compartment?: string

Cloud service only. Compartment id or name to use for this operation.

Default Value

Config.compartment.

See

compartment

getQueryPlan?: boolean

If true, requests a printout of query execution plan to be included in the returned PreparedStatement as queryPlan.

getResultSchema?: boolean

If true, requests a JSON value of query result schema to be included in the returned PreparedStatement as resultSchema.

namespace?: string

On-premises only. Namespace to use for this operation.

Note: if a namespace is specified in the table name for the request (using the namespace:table_name format), that value will override this setting.

Default Value

Config.namespace.

See

namespace

timeout?: number

Timeout for the operation in milliseconds.

Default Value

Config.timeout

Generated using TypeDoc