SQLite

Index

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W]

data safety

     Perl DBI Data Source Name (DSN)

data types 2nd 3rd     manifest typing

    mapping

         PySQLite 2nd 3rd 4th 5th     SQLite version 3.0 2nd 3rd Database Browser 2nd 3rd 4th database-driven websites

database_list directive (PRAGMA command) DatabaseError class 2nd databases 2nd 3rd 4th 5th [See also queries] [See also queries]

     adding data to 2nd 3rd 4th 5th 6th

         SELECT query results 2nd

         single rows 2nd

     analyzing 2nd 3rd     attaching to 2nd 3rd 4th 5th 6th 7th 8th

     backing up 2nd

         .dump command 2nd 3rd    checking changes to

         Tcl interface 2nd

    checking updates to         PySQLite interface 2nd 3rd    closing         cx.close() command 2nd

         dbcmd close command

         disconnect() function 2nd

         sqlite_close() function 2nd 3rd 4th 5th

         Tcl interface 2nd

    columns

         aliases 2nd

         constraints 2nd

         DEFAULT

         defining 2nd

         NOT NULL 2nd

         PRIMARY KEY

         UNIQUE

     confirming changes to 2nd 3rd     conflict resolution 2nd     connecting to 2nd

     creating 2nd

     dates/times 2nd         date() function

         date/time conversion specifiers

         datetime() function

         displaying 2nd

         jullianday() function

         modifiers 2nd 3rd

         strftime() function 2nd         time string formats 2nd

         time zones 2nd         time() function

    deleting records from

         Perl DBI 2nd 3rd     detaching     detaching from    fetching records from

         Perl DBI 2nd 3rd 4th 5th         PySQLite interface 2nd 3rd 4th 5th     file permissions 2nd

     finding information about database changes

     indexes 2nd

         benchmarking 2nd 3rd

         benefits of 2nd 3rd 4th         creating 2nd 3rd 4th

         dropping 2nd

         examples 2nd 3rd 4th 5th 6th         multiple columns 2nd

         sort order

         table lists 2nd         unique indexes 2nd 3rd 4th         when to create 2nd         when to use 2nd 3rd

    inserting data into

         C/C++ interface 2nd 3rd 4th

    inserting records into

         PySQLite interface 2nd 3rd 4th 5th 6th

     joins 2nd 3rd 4th 5th

         Cartesian joins 2nd

         left joins 2nd 3rd

    locked databases

         handling with Tcl interface 2nd

     locked files 2nd 3rd 4th

     locking 2nd 3rd 4th 5th

         SQLite version 3.0

     multithreaded database access 2nd     nested subqueries 2nd    opening

         connect() function 2nd 3rd 4th 5th 6th 7th

         cx = sqlite.connect() command 2nd 3rd 4th 5th         PEAR database class 2nd 3rd

         sqlite dbcmd command

         sqlite_open() function 2nd 3rd 4th 5th 6th 7th 8th 9th

         Tcl interface 2nd

    parameters

         changing for current session 2nd 3rd

         changing permanently 2nd     persistent connections

    query parameters         editing 2nd 3rd 4th

    querying with SELECT statement

         aggregate functions 2nd 3rd 4th 5th         AND operator         arithmetic operators 2nd 3rd         BETWEEN operator

         callback functions 2nd 3rd         column aliases 2nd         FROM clause 2nd

         GROUP BY clause 2nd 3rd 4th

         HAVING clause 2nd

         IN operator

         IS NOT NULL operator         IS NULL operator

         joins 2nd 3rd 4th 5th

         LEFT JOIN operator 2nd 3rd         LIKE operator 2nd

         LIMIT clause 2nd

         NOT LIKE operator         NULL values 2nd         OR operator         ORDER BY clause 2nd 3rd

         string comparisons 2nd 3rd

         string operators 2nd

         syntax 2nd 3rd 4th

         WHERE clause 2nd 3rd 4th 5th 6th

    records

         adding with Tcl interface 2nd 3rd 4th 5th

         deleting 2nd 3rd 4th

         fetching with Tcl interface 2nd 3rd

         updating 2nd 3rd 4th

     returning information about 2nd 3rd 4th

    rows

         inserting with Tcl interface 2nd

    schemas         returning information about 2nd     SQLite Database Browser 2nd 3rd 4th

     table schemas, viewing 2nd

    tables         adding

         altering 2nd

         binary data 2nd

         BLOBs 2nd

         browsing

         conflict resolution 2nd

         copying         creating 2nd

         creating with Perl DBI 2nd         data types 2nd 3rd

         dates 2nd

         dropping 2nd 3rd         full table scan         INTEGER PRIMARY KEY columns 2nd         searching

         sqlite_master 2nd 3rd         temporary tables 2nd    time-tracking sample database

         adding data to 2nd 3rd 4th 5th

         binary data 2nd

         BLOBs 2nd

         data types 2nd 3rd         dates 2nd

         INTEGER PRIMARY KEY columns 2nd

         tables 2nd 3rd     timeouts 2nd 3rd 4th 5th

         setting

         Tcl interface 2nd     transactions 2nd 3rd 4th 5th 6th 7th 8th 9th         nesting         PySQLite interface 2nd

    triggers

         creating 2nd 3rd 4th

         defined

         dropping 2nd 3rd

         example 2nd

         interrupting 2nd

         limitations

         triggers on views 2nd

     updating 2nd

         C/C++ interface 2nd

         Perl DBI 2nd 3rd

     VDBE (Virtual Database Engine)

         B-tree         back end         code generators

         interface

         opcodes 2nd 3rd 4th 5th 6th 7th         OS interfaces

         pagers

         parsers

         red/black tree

         tokenizer

         virtual machines

     views         creating 2nd 3rd

         dropping 2nd         example 2nd 3rd

DataError class

datasets [See result sets] date() function dates 2nd dates/times 2nd

     date() function     date/time conversion specifiers     datetime() function

     displaying 2nd

     jullianday() function

     modifiers 2nd 3rd

     strftime() function 2nd     time string formats 2nd

     time zones 2nd

     time() function datetime() function

dbcmd busy callback command

dbcmd changes command 2nd dbcmd close command dbcmd complete command dbcmd errorcode command

dbcmd eval query command 2nd 3rd 4th

dbcmd function command

dbcmd onecolumn command

dbcmd timeout command

decoding

     binary data 2nd 3rd

DEFAULT columns

default directive (PRAGMA command) 2nd

DEFAULT statement

defining

     table columns 2nd

DELETE statement 2nd 3rd 4th

deleting     records 2nd 3rd 4th         Perl DBI 2nd 3rd

DETACH DATABASE statement 2nd

detaching databases detaching from databases

die() function 2nd

directives

     sqlite.assoc_case directive

directives (PRAGMA command)

     cache_size

     count_changes 2nd     database_list

     default 2nd     full_column_names

     index_info 2nd

     index_list 2nd     integrity_check     parser_trace     show_datatypes

     synchronous 2nd     table_info     temp_store

     vdbe_trace 2nd

disconnect() function 2nd

displaying

     dates/times 2nd     result sets in HTML tables 2nd 3rd 4th 5th

DISTINCT statement

dl() function do() function

documentation

     PEAR class     PHP 2nddownloading     PySQLite

     SQLite 2nd

     Tcl interface

drivers

     Perl DBI 2nd

DROP INDEX statement

DROP TABLE statement

DROP TRIGGER statement 2nd

DROP VIEW statement 2nd

dropping

     indexes 2nd

     tables 2nd

     triggers 2nd 3rd

     views 2nd DSN (Data Source Name)

Категории