Class ExecuteSqlResponseItemStatementPos
Position of the statement.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class ExecuteSqlResponseItemStatementPos
Properties
EndLine
Declaration
[JsonProperty(PropertyName = "endLine")]
public int? EndLine { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | End line of the statement. |
StartLine
Declaration
[JsonProperty(PropertyName = "startLine")]
public int? StartLine { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Start line of the statement. First start line is 1. |