dwopt
0.0.2
  • Overview
  • API Reference
    • The Set-up Functions
    • The Database Operator Class
    • The Query Class
dwopt
  • »
  • API Reference
  • Edit on GitHub

API Reference

The Set-up functions
  • dwopt.save_url()

  • dwopt.make_eng()

The Database Operator Class dwopt.db._Db

The operation methods:
  • dwopt.db._Db.run()

  • dwopt.db._Db.create()

  • dwopt.db._Db.add_pkey()

  • dwopt.db._Db.drop()

  • dwopt.db._Db.write()

  • dwopt.db._Db.write_nodup()

The query method:
  • dwopt.db._Db.qry()

The metadata methods:
  • dwopt.db._Db.list_tables()

  • dwopt.db._Db.table_cols()

  • dwopt.db._Db.table_sizes()

  • dwopt.db._Db.list_cons()

The Query Class dwopt._qry._Qry

The clause methods:
  • dwopt._qry._Qry.select()

  • dwopt._qry._Qry.case()

  • dwopt._qry._Qry.from_()

  • dwopt._qry._Qry.join()

  • dwopt._qry._Qry.where()

  • dwopt._qry._Qry.group_by()

  • dwopt._qry._Qry.having()

  • dwopt._qry._Qry.order_by()

  • dwopt._qry._Qry.sql()

The operation methods:
  • dwopt._qry._Qry.print()

  • dwopt._qry._Qry.run()

The summary methods:
  • dwopt._qry._Qry.top()

  • dwopt._qry._Qry.cols()

  • dwopt._qry._Qry.head()

  • dwopt._qry._Qry.len()

  • dwopt._qry._Qry.dist()

  • dwopt._qry._Qry.mimx()

  • dwopt._qry._Qry.valc()

  • dwopt._qry._Qry.hash()

Previous Next

© Copyright 2022, 0xdomyz. Revision 0fb03097.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 0.0.2
Versions
latest
stable
0.0.2
Downloads
On Read the Docs
Project Home
Builds