Class ExecuteSqlResponse
Contains the details for the SQL statements to execute on the database connection.
Inheritance
ExecuteSqlResponse
Inherited Members
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 |