Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Newman Ch. — SQLite
Newman Ch. — SQLite



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: SQLite

Автор: Newman Ch.

Аннотация:

SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.

In SQLite, author Chris Newman provides a thorough, practical guide to using, administering and programming this up-and-coming database. If you want to learn about SQLite or about its use in conjunction with PHP this is the book for you.


Язык: ru

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Год издания: 2004

Количество страниц: 313

Добавлена в каталог: 14.10.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
PRAGMA command, directives, database_list      
PRAGMA command, directives, default      2nd
PRAGMA command, directives, full_column_names      
PRAGMA command, directives, index_info      2nd
PRAGMA command, directives, index_list      2nd
PRAGMA command, directives, integrity_check      
PRAGMA command, directives, parser_trace      
PRAGMA command, directives, show_datatypes      
PRAGMA command, directives, synchronous      2nd
PRAGMA command, directives, table_info      
PRAGMA command, directives, temp_store      
PRAGMA command, directives, vdbe_trace      2nd
PRAGMA command, query parameters      
PRAGMA command, query parameters, editing      2nd 3rd 4th
PRAGMA statement      2nd
prepare() function      2nd 3rd 4th
PRIMARY KEY columns      
PRIMARY KEY statement      
PrintError exception      
printf() (_printf()) wrapper functions      2nd
ProgrammingError class      
prompts      
prompts, changing      
PySQLite      2nd 3rd
PySQLite, aggregating functions      
PySQLite, aggregating functions, creating      2nd 3rd 4th 5th
PySQLite, commands      
PySQLite, commands, cu.execute()      2nd 3rd 4th 5th
PySQLite, commands, cu.fetchall()      2nd
PySQLite, commands, cu.fetchmany()      2nd 3rd 4th
PySQLite, commands, cu.fetchone()      2nd 3rd
PySQLite, commands, cu.rowcount()      2nd 3rd
PySQLite, commands, cu.rownumber()      
PySQLite, commands, cx = sqlite.connect()      2nd 3rd 4th 5th
PySQLite, commands, cx.close()      2nd
PySQLite, commands, cx.commit()      2nd
PySQLite, commands, cx.create_aggregate()      2nd 3rd 4th 5th 6th
PySQLite, commands, cx.create_function()      2nd 3rd
PySQLite, commands, cx.cursor()      2nd
PySQLite, commands, cx.rollback()      
PySQLite, compiling      
PySQLite, connection parameters      2nd
PySQLite, data type mappings      2nd 3rd 4th 5th
PySQLite, databases      
PySQLite, databases, checking updates to      2nd 3rd
PySQLite, databases, closing      2nd 3rd 4th 5th
PySQLite, databases, fetching records from      2nd 3rd 4th 5th
PySQLite, databases, inserting records into      2nd 3rd 4th 5th 6th
PySQLite, databases, opening      2nd 3rd 4th 5th
PySQLite, downloading      
PySQLite, error handling      2nd 3rd 4th 5th 6th
PySQLite, installing      2nd
PySQLite, preparing to use      
PySQLite, SQL statements      
PySQLite, SQL statements, executing      2nd 3rd 4th 5th
PySQLite, SQL statements, modifying query values      2nd
PySQLite, transactions      2nd
PySQLite, user-defined functions      
PySQLite, user-defined functions, creating      2nd 3rd 4th 5th 6th 7th
Python interface      [See PySQLite] [See PySQLite]
Queries      [See also result sets]
queries, DELETE      2nd 3rd
queries, executing      
queries, executing with callback functions      2nd 3rd
queries, executing with callback functions, sqlite_exec() function      2nd 3rd 4th
queries, executing without callback functions      2nd 3rd 4th 5th 6th
queries, executing, dbcmd eval query command      2nd
queries, executing, sqlite_escape_string() function      2nd 3rd
queries, executing, sqlite_exec() function      2nd
queries, executing, sqlite_query() function      2nd 3rd
queries, executing, sqlite_unbuffered_query() function      
queries, finding information about      
queries, finding information about dbcmd changes command      2nd
queries, INSERT statement      2nd
queries, joins      2nd 3rd 4th 5th
queries, nested subqueries      2nd
queries, optimization      
queries, optimization, EXPLAIN statement      2nd 3rd 4th
queries, optimization, indexes      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th
queries, optimization, PRAGMA statement      2nd
queries, optimization, transactions      2nd
queries, optimization, VACUUM statement      2nd
queries, result sets      
queries, result sets, accessing random rows      2nd
queries, result sets, displaying in HTML tables      2nd 3rd 4th 5th
queries, result sets, returning in single array      2nd 3rd
queries, returning information about      2nd 3rd 4th
queries, returning information about last_insert_rowid() method      
queries, returning information about rows() method      
queries, SELECT      
queries, SELECT statement      
queries, SELECT statement, output, assigning to variables      
queries, SELECT statement, processing results of      2nd
queries, SELECT, aggregate functions      2nd 3rd 4th 5th
queries, SELECT, AND operator      
queries, SELECT, arithmetic operators      2nd 3rd
queries, SELECT, BETWEEN operator      
queries, SELECT, callback functions      2nd 3rd
queries, SELECT, column aliases      2nd
queries, SELECT, FROM clause      2nd
queries, SELECT, GROUP BY clause      2nd 3rd 4th
queries, SELECT, HAVING clause      2nd
queries, SELECT, IN operator      
queries, SELECT, IS NOT NULL operator      
queries, SELECT, IS NULL operator      
queries, SELECT, joins      2nd 3rd 4th 5th
queries, SELECT, LEFT JOIN operator      2nd 3rd
queries, SELECT, LIKE operator      2nd
queries, SELECT, LIMIT clause      2nd
queries, SELECT, NOT LIKE operator      
queries, SELECT, NULL values      2nd
queries, SELECT, OR operator      
queries, SELECT, ORDER BY clause      2nd 3rd
queries, SELECT, string comparisons      2nd 3rd
queries, SELECT, string operators      2nd
queries, SELECT, syntax      2nd 3rd 4th
queries, SELECT, WHERE clause      2nd 3rd 4th 5th 6th
queries, UPDATE      2nd 3rd 4th
queries, variable subqueries      
query() function      
quote() function      2nd 3rd 4th
quotes ( )      
RAISE() function      2nd
RaiseError exception      2nd 3rd
rand() function      
random access data functions      2nd
random() function      
raw_input() function      
Reading      
reading, SQL commands from files      2nd 3rd
Records      
records, adding with Tcl interface      2nd 3rd 4th 5th
records, browsing      
records, deleting      2nd 3rd 4th
records, deleting, Perl DBI      2nd 3rd
records, fetching      
records, fetching with Tcl interface      2nd 3rd
records, fetching, Perl DBI      2nd 3rd 4th 5th
records, inserting      
records, inserting, C/C++ interface      2nd 3rd 4th
records, inserting, PySQLite interface      2nd 3rd 4th 5th 6th
records, returning      
records, returning, PySQLite interface      2nd 3rd 4th 5th
records, updating      2nd 3rd 4th
records, updating, C/C++ interface      2nd
red/black tree      
referencing      
referencing, arbitrary data      
registering      
registering, custom functions      
registering, functions      2nd
registering, UDFs (user-defined functions)      2nd 3rd
registering, user-defined functions      
registering, user-defined functions, cx.create_function() command      2nd 3rd 4th 5th 6th
registering, user-defined functions, Tcl interface      2nd 3rd
Relational operators      
REPLACE algorithm      2nd
reporting errors      [See error reporting] [See error reporting]
reporting errors (PHP)      2nd 3rd
reporting errors, C error codes      2nd 3rd 4th
reserved keywords      [See specific keywords]
reserved keywords (SQL)      
RESERVED locking state      
reset() function      
resolving conflicts      2nd
result sets      
result sets, displaying with callback functions      2nd
result sets, processing      2nd 3rd 4th 5th 6th 7th 8th
result sets, returning      
result sets, returning one at a time      2nd
result sets, returning, sqlite_get_table() function      2nd 3rd
return codes      2nd
Return values      
return values, setting      2nd
Reverse method      
reverse_string method      
REVOKE statement      
Rewind opcode      
RIGHT OUTER JOIN statement      
ROLLBACK algorithm      
ROLLBACK TRANSACTION statement      2nd 3rd
rollback() function      2nd
rolling back transactions      
rolling back transactions, rollback() function      2nd
Rows      
rows() function      
rows, accessing randomly      2nd
rows, inserting      
rows, inserting with Tcl interface      2nd
rows, inserting, C/C++ interface      2nd 3rd 4th
rows, returning information about      
RPM installation for Linux      2nd
Ruby      
Safe Mode      
scalability of SQLite      2nd
schemas      
schemas, returning information about      2nd
schemas, viewing      2nd
Scripts      
scripts, benchmark.sh      2nd
scripts, ppm.bat      
Searching      
searching, tables      
searching, tables, SQLite Database Browser      
Security      2nd
security, database locking      2nd 3rd 4th 5th
security, file permissions      2nd
security, multithreaded database access      2nd
security, safe mode      
security, timeouts      2nd 3rd 4th 5th
SELECT statement      2nd
SELECT statement, aggregate functions      2nd 3rd 4th 5th
SELECT statement, AND operator      
SELECT statement, arithmetic operators      2nd 3rd
SELECT statement, BETWEEN operator      
SELECT statement, callback functions      2nd 3rd
SELECT statement, column aliases      2nd
SELECT statement, FROM clause      2nd
SELECT statement, GROUP BY clause      2nd 3rd 4th
SELECT statement, HAVING clause      2nd
SELECT statement, IN operator      
SELECT statement, IS NOT NULL operator      
SELECT statement, IS NULL operator      
SELECT statement, joins      2nd 3rd 4th 5th
SELECT statement, LEFT JOIN operator      2nd 3rd
SELECT statement, LIKE operator      2nd
SELECT statement, LIMIT clause      2nd
SELECT statement, NOT LIKE operator      
SELECT statement, NULL values      2nd
SELECT statement, OR operator      
SELECT statement, ORDER BY clause      2nd 3rd
SELECT statement, output, assigning to variables      
SELECT statement, processing results of      
SELECT statement, processing results of Tcl interface      2nd
SELECT statement, string comparisons      2nd 3rd
SELECT statement, string operators      2nd
SELECT statement, syntax      2nd 3rd 4th
SELECT statement, WHERE clause      2nd 3rd 4th 5th 6th
sending      
sending, output to files      
seq command      
SHARED locking state      
show_datatypes directive (PRAGMA command)      
Smalltalk      
sort order      
sort order, indexes      
source code, installing SQLite from      2nd
special characters, escaping      2nd
speed of SQLite      2nd
SQL      
SQL statements      
SQL statements, ALTER TABLE      
SQL statements, ANSI-92 unsupported features      2nd
SQL statements, ATTACH DATABASE      2nd 3rd 4th 5th
SQL statements, BEGIN TRANSACTION      2nd 3rd
SQL statements, case sensitivity      
SQL statements, CHECK      2nd
SQL statements, checking      
SQL statements, checking, dbcmd complete command      
SQL statements, COLLATE      
SQL statements, comments      
SQL statements, COMMIT TRANSACTION      2nd 3rd
SQL statements, COPY      2nd 3rd
SQL statements, CREATE INDEX      2nd 3rd
SQL statements, CREATE TABLE      2nd 3rd
SQL statements, CREATE TABLE statement      
SQL statements, CREATE TABLE statement, sample database      2nd 3rd 4th 5th
SQL statements, CREATE TABLE, CHECK clause      
SQL statements, CREATE TABLE, conflict resolution      
SQL statements, CREATE TABLE, CONSTRAINT clause      2nd
SQL statements, CREATE TABLE, executing      2nd
SQL statements, CREATE TABLE, executing with C/C++      2nd
SQL statements, CREATE TABLE, ON CONFLICT clause      2nd
SQL statements, CREATE TEMPORARY TABLE      2nd
SQL statements, CREATE TRIGGER      2nd 3rd 4th
SQL statements, CREATE UNIQUE INDEX      2nd 3rd 4th
SQL statements, CREATE VIEW      2nd
SQL statements, DEFAULT      
SQL statements, DELETE      2nd 3rd 4th
SQL statements, DETACH DATABASE      2nd
SQL statements, DISTINCT      
SQL statements, DROP INDEX      
SQL statements, DROP TABLE      2nd 3rd
SQL statements, DROP TRIGGER      2nd
SQL statements, DROP VIEW      2nd
SQL statements, EXCEPT      
SQL statements, executing from files      2nd
SQL statements, executing with callback functions      2nd 3rd
SQL statements, executing with Perl DBI      2nd 3rd 4th
SQL statements, executing with PySQLite      2nd 3rd 4th 5th 6th 7th
SQL statements, executing with SQLite Database Browser      
SQL statements, executing with Tcl interface      2nd
SQL statements, executing without callback functions      2nd 3rd 4th 5th 6th
SQL statements, EXPLAIN      2nd 3rd 4th 5th
SQL statements, FOREIGN KEY      
SQL statements, GRANT      
SQL statements, INSERT      2nd 3rd
SQL statements, INSERT INTO      2nd
SQL statements, INSERT INTO statement      
SQL statements, INSERT INTO statement, sample database      2nd 3rd 4th 5th
1 2 3 4 5 6 7 8
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте