Back to Enso

Snowflake Connection

distribution/lib/Standard/Snowflake/0.0.0-dev/docs/api/Snowflake_Connection.md

2025.3.45.0 KB
Original Source

Enso Signatures 1.0

module Standard.Snowflake.Snowflake_Connection

  • type Snowflake_Connection
    • base_connection self -> Standard.Base.Any.Any
    • bulk_load self table:Standard.Table.Table.Table= table_name:Standard.Base.Data.Text.Text= if_exists:Standard.Database.Bulk_Load_Exists.Bulk_Load_Exists= temporary:Standard.Base.Data.Boolean.Boolean= -> Standard.Base.Any.Any
    • close self -> Standard.Base.Any.Any
    • copy_into_table self table_name:Standard.Base.Data.Text.Text= stage:Standard.Snowflake.Identifier.Identifier= file_name:Standard.Base.Data.Text.Text= format:Standard.Snowflake.File_Format.Snowflake_File_Format= match_names_insensitively:Standard.Base.Data.Boolean.Boolean= truncate_first:Standard.Base.Data.Boolean.Boolean= -> Standard.Base.Any.Any
    • create_literal_table self source:Standard.Table.Table.Table alias:Standard.Base.Data.Text.Text -> (Standard.Table.Table.Table&Standard.Database.DB_Table.DB_Table&Standard.Base.Any.Any)
    • create_table self table_name:Standard.Base.Data.Text.Text structure:(Standard.Base.Any.Any|Standard.Table.Table.Table) primary_key:(Standard.Base.Any.Any|Standard.Base.Nothing.Nothing)= temporary:Standard.Base.Data.Boolean.Boolean= allow_existing:Standard.Base.Data.Boolean.Boolean= on_problems:Standard.Base.Errors.Problem_Behavior.Problem_Behavior= -> Standard.Base.Any.Any
    • database self -> Standard.Base.Any.Any
    • databases self -> Standard.Base.Any.Any
    • default_formatter self -> Standard.Table.Data_Formatter.Data_Formatter
    • dialect self -> Standard.Base.Any.Any
    • drop_table self table_name:Standard.Base.Any.Any if_exists:Standard.Base.Any.Any= -> Standard.Base.Any.Any
    • execute self query:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • execute_query self query:Standard.Base.Any.Any limit:Standard.Table.Rows_To_Read.Rows_To_Read= write_operation:Standard.Base.Data.Boolean.Boolean= -> Standard.Base.Any.Any
    • execute_update self query:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • fetch_primary_key self table_name:Standard.Base.Data.Text.Text schema_name:Standard.Base.Data.Text.Text= -> Standard.Base.Any.Any
    • file_format_names self -> Standard.Base.Any.Any
    • file_format_properties self file_format:Standard.Snowflake.Identifier.Identifier= -> Standard.Base.Any.Any
    • file_formats self schema:Standard.Base.Data.Text.Text= pattern:Standard.Base.Data.Text.Text= -> Standard.Base.Any.Any
    • get_dialect -> Standard.Base.Any.Any
    • get_from_stage self stage:Standard.Snowflake.Identifier.Identifier= path:Standard.Base.Data.Text.Text= directory:Standard.Base.Any.Any= pattern:Standard.Base.Data.Text.Text= ~if_not_found:Standard.Base.Any.Any= -> Standard.Base.Any.Any
    • jdbc_connection self -> Standard.Base.Any.Any
    • list_stage_objects self stage:Standard.Snowflake.Identifier.Identifier= path:Standard.Base.Data.Text.Text= limit:Standard.Table.Rows_To_Read.Rows_To_Read= -> Standard.Base.Any.Any
    • put_to_stage self file:Standard.Base.Any.Any stage:Standard.Snowflake.Identifier.Identifier= path:Standard.Base.Data.Text.Text= overwrite:Standard.Base.Data.Boolean.Boolean= -> Standard.Base.Any.Any
    • query self query:Standard.Database.SQL_Query.SQL_Query alias:Standard.Base.Any.Any= -> Standard.Base.Any.Any
    • read self query:Standard.Database.SQL_Query.SQL_Query limit:Standard.Table.Rows_To_Read.Rows_To_Read= -> Standard.Base.Any.Any
    • remove_from_stage self stage:Standard.Snowflake.Identifier.Identifier= path:Standard.Base.Data.Text.Text= pattern:Standard.Base.Data.Text.Text= -> Standard.Base.Any.Any
    • save_as_data_link self path:Standard.Base.Enso_Cloud.Enso_File.Enso_File on_existing_file:Standard.Base.System.File.Existing_File_Behavior.Existing_File_Behavior= -> Standard.Base.Any.Any
    • schema self -> Standard.Base.Any.Any
    • schemas self -> Standard.Base.Any.Any
    • set_database self database:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • set_schema self schema:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • set_warehouse self warehouse:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • stage_names self -> Standard.Base.Any.Any
    • stage_properties self stage:Standard.Snowflake.Identifier.Identifier= -> Standard.Base.Any.Any
    • stages self schema:Standard.Base.Data.Text.Text= pattern:Standard.Base.Data.Text.Text= -> Standard.Base.Any.Any
    • table_types self -> Standard.Base.Any.Any
    • tables self name_like:Standard.Base.Data.Text.Text= database:Standard.Base.Data.Text.Text= schema:Standard.Base.Data.Text.Text= types:Standard.Base.Any.Any= all_fields:Standard.Base.Any.Any= -> Standard.Base.Any.Any
    • to_js_object self -> Standard.Base.Any.Any
    • truncate_table self table_name:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • type_mapping self -> Standard.Base.Any.Any
    • warehouse self -> Standard.Base.Any.Any
    • warehouses self -> Standard.Base.Any.Any
  • Standard.Base.Visualization.Table_Viz_Data.Table_Viz_Data.from that:Standard.Snowflake.Snowflake_Connection.Snowflake_Connection -> Standard.Base.Visualization.Table_Viz_Data.Table_Viz_Data