summaryrefslogtreecommitdiff
path: root/docs/source/api.rst
blob: 1de31c035154b7bde84281ae2e1a25ab82929cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
:mod:`sqlparse` -- Parse SQL statements
=======================================

The :mod:`sqlparse` module provides the following functions on module-level.

.. autofunction:: sqlparse.split

.. autofunction:: sqlparse.format

.. autofunction:: sqlparse.parse


.. _formatting:

Formatting of SQL Statements
----------------------------


.. _analyze:

Analyzing the Parsed Statement
------------------------------