ExecuteSqlResponseEnv¶
-
class
oci.database_tools_runtime.models.ExecuteSqlResponseEnv(**kwargs)¶ Bases:
objectDatabase session environment.
Methods
__init__(**kwargs)Initializes a new ExecuteSqlResponseEnv object with values from keyword arguments. Attributes
default_time_zone[Required] Gets the default_time_zone of this ExecuteSqlResponseEnv. -
__init__(**kwargs)¶ Initializes a new ExecuteSqlResponseEnv object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: default_time_zone (str) – The value to assign to the default_time_zone property of this ExecuteSqlResponseEnv.
-
default_time_zone¶ [Required] Gets the default_time_zone of this ExecuteSqlResponseEnv. The database default time zone.
Returns: The default_time_zone of this ExecuteSqlResponseEnv. Return type: str
-