diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-12-06 10:45:12 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-12-06 10:45:12 +0100 |
commit | 141288d1fb32c11d28ea46f06eedafff76e795c4 (patch) | |
tree | b07543a0594a0c3ad594495a0e857f2b3dbf69ac /user_guide_src/source/database/index.rst | |
parent | 3c0427e7dd11380692f9898d7cc04ba1b5a8491b (diff) |
User Guide - query builder
Removed API stuff from the query builder page.
Added a new API reference page.
Updated the index to include the API ref in the TOC.
Started on the API reference page.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/database/index.rst')
-rw-r--r-- | user_guide_src/source/database/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/database/index.rst b/user_guide_src/source/database/index.rst index 4612daf9d..14a871aed 100644 --- a/user_guide_src/source/database/index.rst +++ b/user_guide_src/source/database/index.rst @@ -16,6 +16,7 @@ patterns. The database functions offer clear, simple syntax. Generating Query Results <results> Query Helper Functions <helpers> Query Builder Class <query_builder> + Query Builder API <query_builder_reference> Transactions <transactions> Getting MetaData <metadata> Custom Function Calls <call_function> |