📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
nosql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/nosql/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: column.cpython-39.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�Columnz A column of a table. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new Column object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Column. :type name: str :param type: The value to assign to the type property of this Column. :type type: str :param is_nullable: The value to assign to the is_nullable property of this Column. :type is_nullable: bool :param default_value: The value to assign to the default_value property of this Column. :type default_value: str :param is_as_uuid: The value to assign to the is_as_uuid property of this Column. :type is_as_uuid: bool :param is_generated: The value to assign to the is_generated property of this Column. :type is_generated: bool �str�bool)�name�type�is_nullable� default_value� is_as_uuid�is_generatedr r Z isNullableZdefaultValueZisAsUuidZisGeneratedN)Z swagger_typesZ attribute_map�_name�_type�_is_nullable�_default_value�_is_as_uuid� _is_generated)�self�kwargs� r �;/usr/lib/python3.9/site-packages/oci/nosql/models/column.py�__init__ s( � � zColumn.__init__c C s | j S )z� Gets the name of this Column. The column name. :return: The name of this Column. :rtype: str �r �r r r r r I s zColumn.namec C s || _ dS )z� Sets the name of this Column. The column name. :param name: The name of this Column. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the type of this Column. The column type. :return: The type of this Column. :rtype: str �r r r r r r a s zColumn.typec C s || _ dS )z� Sets the type of this Column. The column type. :param type: The type of this Column. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the is_nullable of this Column. The column nullable flag. :return: The is_nullable of this Column. :rtype: bool �r r r r r r y s zColumn.is_nullablec C s || _ dS )z� Sets the is_nullable of this Column. The column nullable flag. :param is_nullable: The is_nullable of this Column. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the default_value of this Column. The column default value. :return: The default_value of this Column. :rtype: str �r r r r r r � s zColumn.default_valuec C s || _ dS )z� Sets the default_value of this Column. The column default value. :param default_value: The default_value of this Column. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the is_as_uuid of this Column. True if the STRING column was declared AS UUID. :return: The is_as_uuid of this Column. :rtype: bool �r r r r r r � s zColumn.is_as_uuidc C s || _ dS )z� Sets the is_as_uuid of this Column. True if the STRING column was declared AS UUID. :param is_as_uuid: The is_as_uuid of this Column. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the is_generated of this Column. True if the STRING AS UUID column is also GENERATED BY DEFAULT. :return: The is_generated of this Column. :rtype: bool �r r r r r r � s zColumn.is_generatedc C s || _ dS )z� Sets the is_generated of this Column. True if the STRING AS UUID column is also GENERATED BY DEFAULT. :param is_generated: The is_generated of this Column. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zColumn.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z Column.__eq__c C s | |k S r! r r$ r r r �__ne__� s z Column.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"