| Server IP : 162.241.203.86 / Your IP : 216.73.217.131 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/data_integration/models/__pycache__/ |
Upload File : |
a
���fj � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PushDownOperation� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd
d� Z dd
� Z
dd� ZdS )�Selectz2
The information about the select object.
c K s8 dddd�| _ dddd�| _d| _d| _d| _d | _dS )
a�
Initializes a new Select object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.Select.model_type` attribute
of this class is ``SELECT`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param model_type:
The value to assign to the model_type property of this Select.
Allowed values for this property are: "FILTER", "JOIN", "SELECT", "SORT", "QUERY"
:type model_type: str
:param is_distinct:
The value to assign to the is_distinct property of this Select.
:type is_distinct: bool
:param select_columns:
The value to assign to the select_columns property of this Select.
:type select_columns: list[oci.data_integration.models.ShapeField]
�str�boolzlist[ShapeField])Z
model_type�is_distinct�select_columnsZ modelTypeZ
isDistinctZ
selectColumnsNZSELECT)Z
swagger_typesZ
attribute_mapZ_model_type�_is_distinct�_select_columns)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/data_integration/models/select.py�__init__ s ��zSelect.__init__c C s | j S )z�
Gets the is_distinct of this Select.
Specifies whether the object is distinct.
:return: The is_distinct of this Select.
:rtype: bool
�r
�r r r r r 7 s
zSelect.is_distinctc C s
|| _ dS )z�
Sets the is_distinct of this Select.
Specifies whether the object is distinct.
:param is_distinct: The is_distinct of this Select.
:type: bool
Nr )r r r r r r C s
c C s | j S )z�
Gets the select_columns of this Select.
An array of selected columns.
:return: The select_columns of this Select.
:rtype: list[oci.data_integration.models.ShapeField]
�r r r r r r O s
zSelect.select_columnsc C s
|| _ dS )z�
Sets the select_columns of this Select.
An array of selected columns.
:param select_columns: The select_columns of this Select.
:type: list[oci.data_integration.models.ShapeField]
Nr )r r r r r r [ s
c C s t | �S �N)r r r r r �__repr__g s zSelect.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__j s z
Select.__eq__c C s
| |k S r r r r r r �__ne__p s z
Select.__ne__N)�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s %
r N) Zpush_down_operationr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s