Class PrepareRequest
Represents information about the Prepare operation performed by
PrepareAsync(String, PrepareOptions, CancellationToken) API.
Inherited Members
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class PrepareRequest : QueryRequestBase
Properties
Name | Description |
---|---|
Options | Gets the options for the Prepare operation. |
Statement | Gets the query SQL statement. |