Class PreparedStatement
The result of query preparation.
Inherited Members
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class PreparedStatementProperties
QueryPlan
Declaration
[JsonProperty(PropertyName = "queryPlan")]
public object QueryPlan { get; set; }Property Value
| Type | Description | 
|---|---|
| object | A representation of the query plan as a schema-less JSON object. | 
Statement
Declaration
[JsonProperty(PropertyName = "statement")]
public string Statement { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A base64-encoded, compiled and parameterized version of a SQL statement. | 
Usage
Declaration
[JsonProperty(PropertyName = "usage")]
public RequestUsage Usage { get; set; }Property Value
| Type | Description | 
|---|---|
| RequestUsage |