mt
latest

Contents:

  • Installation
  • mt.aio
  • mt.base
  • mt.ctx
  • mt.logg
  • mt.concurrency
  • mt.mpl
  • mt.net
  • mt.np
  • mt.path
  • mt.plt
  • mt.shutil
  • mt.threading
  • mt.time
  • mt.traceback
  • mt.gpu
  • mt.pandas
  • mt.pd
  • mt.tf
  • mt.tfg
  • mt.geo
  • mt.geo2d
  • mt.geo3d
  • mt.geond
  • mt.glm
  • mt.sql
    • Submodules
      • mt.sql.base
      • mt.sql.mysql
      • mt.sql.psql
      • mt.sql.redshift
      • mt.sql.sqlite
      • mt.sql.version
  • mt.skimage
  • mt.opencv
  • mt.cv
  • mt.opengl
  • mt.imageio
  • mt.iio
  • mt.v4l2
  • mt.struct
mt
  • mt.sql
  • Edit on GitHub

mt.sql

  • Submodules

Submodules

  • mt.sql.base
    • Functions
      • frame_sql()
      • indices()
      • run_func()
      • conn_ctx()
      • engine_execute()
      • read_sql()
      • read_sql_table()
      • exec_sql()
      • list_schemas()
      • list_tables()
      • list_views()
      • table_exists()
      • create_temp_id_table()
  • mt.sql.mysql
    • Functions
      • list_views()
      • rename_table()
      • list_columns_ext()
      • list_columns()
      • rename_column()
      • drop_column()
  • mt.sql.psql
    • Functions
      • pg_get_locked_transactions()
      • pg_cancel_backend()
      • pg_cancel_all_backends()
      • compliance_check()
      • as_column_name()
      • to_sql()
      • rename_schema()
      • list_matviews()
      • list_foreign_tables()
      • list_frames()
      • list_all_frames()
      • get_frame_length()
      • get_frame_dependencies()
      • get_view_sql_code()
      • rename_table()
      • vacuum_table()
      • drop_table()
      • rename_view()
      • drop_view()
      • rename_matview()
      • refresh_matview()
      • drop_matview()
      • frame_exists()
      • drop_frame()
      • list_columns_ext()
      • list_columns()
      • list_primary_columns_ext()
      • list_primary_columns()
      • rename_column()
      • drop_column()
      • make_primary()
      • comparesync_table()
      • readsync_table()
      • writesync_table()
  • mt.sql.redshift
    • Functions
      • rename_schema()
      • get_frame_length()
      • rename_table()
      • drop_table()
      • rename_view()
      • drop_view()
      • rename_matview()
      • refresh_matview()
      • drop_matview()
      • rename_column()
      • drop_column()
      • conform()
  • mt.sql.sqlite
    • Functions
      • list_schemas()
      • rename_table()
      • drop_table()
      • rename_column()
      • get_table_sql_code()
      • list_indices()
      • make_index()
      • vacuum()
      • clone_database()
  • mt.sql.version
    • Variables
      • MAJOR_VERSION
      • MINOR_VERSION
      • PATCH_VERSION
      • version
Previous Next

© Copyright 2020, Minh-Tri Pham. Revision 45159499.

Built with Sphinx using a theme provided by Read the Docs.