Back to Enso

DB Table

distribution/lib/Standard/Database/0.0.0-dev/docs/api/DB_Table.md

2025.3.41.8 KB
Original Source

Enso Signatures 1.0

module Standard.Database.DB_Table

  • type DB_Table
    • as_subquery self -> Standard.Base.Any.Any
    • default_ordering self -> Standard.Base.Any.Any
    • dialect_name self -> Standard.Base.Data.Text.Text
    • get_primary_key self -> Standard.Base.Any.Any
    • is_trivial_query self fail_if_not_found:Standard.Base.Data.Boolean.Boolean= -> Standard.Base.Data.Boolean.Boolean!Standard.Database.Errors.Table_Not_Found
    • limit self max_rows:Standard.Base.Data.Numbers.Integer= -> (Standard.Base.Any.Any|Standard.Base.Any.Any)
    • make_column self internal:Standard.Database.Internal.IR.Internal_Column.Internal_Column -> (Standard.Base.Any.Any|Standard.Base.Any.Any)
    • name self -> Standard.Base.Data.Text.Text
    • 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
    • table_name_schema self -> Standard.Base.Any.Any
    • to_select_query self -> Standard.Base.Any.Any
    • to_sql self -> Standard.Database.SQL.SQL_Statement
    • updated_columns self internal_columns:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • updated_context self ctx:Standard.Base.Any.Any -> Standard.Base.Any.Any
    • updated_context_and_columns self ctx:Standard.Base.Any.Any internal_columns:Standard.Base.Any.Any subquery:Standard.Base.Any.Any= -> Standard.Base.Any.Any
  • MAX_LITERAL_ELEMENT_COUNT -> Standard.Base.Any.Any
  • make_literal_table connection:Standard.Base.Any.Any column_vectors:Standard.Base.Any.Any column_names:Standard.Base.Any.Any alias:Standard.Base.Any.Any -> Standard.Base.Any.Any
  • make_table connection:Standard.Base.Any.Any table_name:Standard.Base.Any.Any columns:Standard.Base.Any.Any ctx:Standard.Base.Any.Any on_problems:Standard.Base.Any.Any -> Standard.Base.Any.Any