📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
nosql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/nosql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: statement_summary.pyc
a O��f# � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�StatementSummaryzA Information derived from parsing a NoSQL SQL statement. �CREATE_TABLE�ALTER_TABLE� DROP_TABLE�CREATE_INDEX� DROP_INDEX�SELECT�UPDATE�INSERT�DELETEc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a` Initializes a new StatementSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation: The value to assign to the operation property of this StatementSummary. Allowed values for this property are: "CREATE_TABLE", "ALTER_TABLE", "DROP_TABLE", "CREATE_INDEX", "DROP_INDEX", "SELECT", "UPDATE", "INSERT", "DELETE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation: str :param table_name: The value to assign to the table_name property of this StatementSummary. :type table_name: str :param index_name: The value to assign to the index_name property of this StatementSummary. :type index_name: str :param is_if_exists: The value to assign to the is_if_exists property of this StatementSummary. :type is_if_exists: bool :param is_if_not_exists: The value to assign to the is_if_not_exists property of this StatementSummary. :type is_if_not_exists: bool :param syntax_error: The value to assign to the syntax_error property of this StatementSummary. :type syntax_error: str �str�bool)� operation� table_name� index_name�is_if_exists�is_if_not_exists�syntax_errorr � tableName� indexName� isIfExists� isIfNotExists�syntaxErrorN)� swagger_types� attribute_map� _operation�_table_name�_index_name� _is_if_exists�_is_if_not_exists� _syntax_error)�self�kwargs� r'