From fa206967394cf3955d0115eff3330842d4451bf6 Mon Sep 17 00:00:00 2001 From: klugier Date: Sun, 16 Jul 2017 15:33:40 +0000 Subject: [PATCH] .doc Table of contents in Sql tutorial now points to local urls. git-svn-id: svn://ultimatepp.org/upp/trunk@11247 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Sql/srcdoc.tpp/tutorial$en-us.tpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/uppsrc/Sql/srcdoc.tpp/tutorial$en-us.tpp b/uppsrc/Sql/srcdoc.tpp/tutorial$en-us.tpp index 54928bbca..96f0e8a8a 100644 --- a/uppsrc/Sql/srcdoc.tpp/tutorial$en-us.tpp +++ b/uppsrc/Sql/srcdoc.tpp/tutorial$en-us.tpp @@ -25,7 +25,17 @@ topic "SQL Tutorial"; [s2; SQL Tutorial&] [s3; Table of contents&] [s0; &] -[s0; &] +[s0; [^topic`:`/`/Sql`/srcdoc`/tutorial`$en`-us`#1^ 1. SqlSession, +Sql, opening database connection]&] +[s0; [^topic`:`/`/Sql`/srcdoc`/tutorial`$en`-us`#2^ 2. Using global +main database, executing statements with parameters, getting +resultset info]&] +[s0; [^topic`:`/`/Sql`/srcdoc`/tutorial`$en`-us`#3^ 3. Using SqlExp]&] +[s0; [^topic`:`/`/Sql`/srcdoc`/tutorial`$en`-us`#4^ 4. Schema file]&] +[s0; [^topic`:`/`/Sql`/srcdoc`/tutorial`$en`-us`#5^ 5. Using schema +file to define SqlId constants]&] +[s0; [^topic`:`/`/Sql`/srcdoc`/tutorial`$en`-us`#6^ 6. Using structures +defined by schema files]&] [s0; &] [s3;:1: 1. SqlSession, Sql, opening database connection&] [s5; SqlSession derived objects represent database connection. Each @@ -321,7 +331,7 @@ mark identifiers using underscore:&] [s7; `}&] [s7; &] [s5; &] -[s3; 6. Using structures defined by schema files&] +[s3;:6: 6. Using structures defined by schema files&] [s5; Schema files also define structures that can be used to fetch, insert or update database records. Names of such structures are identical to the names of tables, with [* S`_] prefix:&]