ExecuteSqlResponseItemStatementPos

class oci.database_tools_runtime.models.ExecuteSqlResponseItemStatementPos(**kwargs)

Bases: object

Position of the statement.

Methods

__init__(**kwargs) Initializes a new ExecuteSqlResponseItemStatementPos object with values from keyword arguments.

Attributes

end_line Gets the end_line of this ExecuteSqlResponseItemStatementPos.
start_line Gets the start_line of this ExecuteSqlResponseItemStatementPos.
__init__(**kwargs)

Initializes a new ExecuteSqlResponseItemStatementPos object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • start_line (int) – The value to assign to the start_line property of this ExecuteSqlResponseItemStatementPos.
  • end_line (int) – The value to assign to the end_line property of this ExecuteSqlResponseItemStatementPos.
end_line

Gets the end_line of this ExecuteSqlResponseItemStatementPos. End line of the statement.

Returns:The end_line of this ExecuteSqlResponseItemStatementPos.
Return type:int
start_line

Gets the start_line of this ExecuteSqlResponseItemStatementPos. Start line of the statement. First start line is 1.

Returns:The start_line of this ExecuteSqlResponseItemStatementPos.
Return type:int