You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
:Base janSQL.hlp
|
|
:Title janSQL
|
|
1 About
|
|
2 janSQL=janSQL
|
|
2 New=New
|
|
2 Updates=Updates
|
|
1 Programming Guide
|
|
2 Get started=Get_started
|
|
2 Retrieving data=Retrieving_data
|
|
2 Performance=Performance
|
|
2 Data Formats=Data_Formats
|
|
2 Extending janSQL=Extending_janSQL
|
|
2 Data Exchange=Data_Exchange
|
|
2 File Format=File_Format
|
|
2 Handling dates=Handling_dates
|
|
1 Demo Guide
|
|
2 Demo Introduction=Demo_Introduction
|
|
1 Component
|
|
2 Component introduction=Component_introduction
|
|
2 Installation=Installation
|
|
2 janSQLStrings=janSQLStrings
|
|
2 TjanSQL
|
|
3 TjanSQL overview=TjanSQL_overview
|
|
3 TjanSQL creation=TjanSQL_creation
|
|
2 TjanRecordSet
|
|
3 TjanRecordSet Overview=TjanRecordSet_Overview
|
|
2 TjanRecord
|
|
3 TjanRecord Overview=TjanRecord_Overview
|
|
2 TjanRecordSetList
|
|
3 TjanRecordSetList Overview=TjanRecordSetList_Overview
|
|
2 TjanRecordList
|
|
3 TjanRecordList Overview=TjanRecordList_Overview
|
|
2 TjanSQLExpression2
|
|
3 TjanSQLExpression2 Overview=TjanSQLExpression2_Overview
|
|
1 SQL Syntax
|
|
2 SQL introduction=SQL_introduction
|
|
2 CONNECT TO=CONNECT_TO
|
|
2 COMMIT=COMMIT
|
|
2 CREATE TABLE=CREATE_TABLE
|
|
2 DROP TABLE=DROP_TABLE
|
|
2 INSERT INTO=INSERT_INTO
|
|
2 SELECT FROM=SELECT_FROM
|
|
2 WHERE=WHERE
|
|
2 UPDATE=UPDATE
|
|
2 DELETE FROM=DELETE_FROM
|
|
2 ALTER TABLE=ALTER_TABLE
|
|
2 GROUP BY=GROUP_BY
|
|
2 HAVING=HAVING
|
|
2 ORDER BY=ORDER_BY
|
|
2 ASSIGN TO=ASSIGN_TO
|
|
2 RELEASE TABLE=RELEASE_TABLE
|
|
2 SAVE TABLE=SAVE_TABLE
|
|
2 Functions
|
|
3 Functions=Functions
|
|
3 FORMAT function=FORMAT_function
|
|
3 Date functions=Date_functions
|
|
3 String Functions=String_Functions
|
|
3 Numeric Functions=Numeric_Functions
|