Show / Hide Table of Contents

Class ExecuteSqlResponse

Contains the details for the SQL statements to execute on the database connection.

Inheritance
object
ExecuteSqlResponse
ExecuteSqlResponseBatch
ExecuteSqlResponseScript
ExecuteSqlResponseStandard
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
[JsonConverter(typeof(ExecuteSqlResponseModelConverter))]
public class ExecuteSqlResponse

Properties

Env

Declaration
[JsonProperty(PropertyName = "env")]
public ExecuteSqlResponseEnv Env { get; set; }
Property Value
Type Description
ExecuteSqlResponseEnv

Version

Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

Script version

In this article
Back to top