diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 21:38:18 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 21:38:18 +0200 |
| commit | acb37156fb583d188cce6af6485518c4622e5e04 (patch) | |
| tree | 3adcf6b24fe1f4661834157990fc102e7086a7fe /docs/source/api.rst | |
| parent | b533e5d657f7dec7180e84e4a9607cea85509387 (diff) | |
| download | sqlparse-acb37156fb583d188cce6af6485518c4622e5e04.tar.gz | |
Documentation: Introduction
Diffstat (limited to 'docs/source/api.rst')
| -rw-r--r-- | docs/source/api.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/api.rst b/docs/source/api.rst index 3bce389..1de31c0 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -10,3 +10,14 @@ The :mod:`sqlparse` module provides the following functions on module-level. .. autofunction:: sqlparse.parse +.. _formatting: + +Formatting of SQL Statements +---------------------------- + + +.. _analyze: + +Analyzing the Parsed Statement +------------------------------ + |
