CursorCacheStatementCollection

class oci.database_management.models.CursorCacheStatementCollection(**kwargs)

Bases: object

The list of SQL statements in the cursor cache.

Methods

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

Attributes

items [Required] Gets the items of this CursorCacheStatementCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.database_management.models.CursorCacheStatementSummary]) – The value to assign to the items property of this CursorCacheStatementCollection.
items

[Required] Gets the items of this CursorCacheStatementCollection. A list of SQL statements in the cursor cache.

Returns:The items of this CursorCacheStatementCollection.
Return type:list[oci.database_management.models.CursorCacheStatementSummary]