
Using SQLite : Small. Fast. Reliable. Choose Any Three by Jay A. Kreibich (2010,
US $9,00US $9,00
Di, 16. Sep, 04:51Di, 16. Sep, 04:51
Bild 1 von 1

Galerie
Bild 1 von 1

Ähnlichen Artikel verkaufen?
Using SQLite : Small. Fast. Reliable. Choose Any Three by Jay A. Kreibich (2010,
US $9,00
Ca.CHF 7,16
oder Preisvorschlag
Artikelzustand:
Neuwertig
Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine sichtbaren Gebrauchsspuren auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
US $5,22 (ca. CHF 4,15) USPS Media MailTM.
Standort: Portland, Oregon, USA
Lieferung:
Lieferung zwischen Di, 7. Okt und Fr, 10. Okt nach 94104 bei heutigem Zahlungseingang
Rücknahme:
Keine Rücknahme.
Zahlungen:
Sicher einkaufen
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:306398994067
Artikelmerkmale
- Artikelzustand
- ISBN
- 9780596521189
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
0596521189
ISBN-13
9780596521189
eBay Product ID (ePID)
84533216
Product Key Features
Number of Pages
528 Pages
Language
English
Publication Name
Using Sqlite : Small. Fast. Reliable. Choose Any Three
Publication Year
2010
Subject
Desktop Applications / Databases, Programming / Open Source, General, Programming Languages / Sql, Databases / General
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
1.1 in
Item Weight
32.5 Oz
Item Length
9.1 in
Item Width
7.1 in
Additional Product Features
Intended Audience
Scholarly & Professional
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.756
Table Of Content
Preface; SQLite Versions; Email Lists; Example Code Download; How We Got Here; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us;Chapter 1: What Is SQLite?; 1.1 Self-Contained, No Server Required; 1.2 Single File Database; 1.3 Zero Configuration; 1.4 Embedded Device Support; 1.5 Unique Features; 1.6 Compatible License; 1.7 Highly Reliable;Chapter 2: Uses of SQLite; 2.1 Database Junior; 2.2 Application Files; 2.3 Application Cache; 2.4 Archives and Data Stores; 2.5 Client/Server Stand-in; 2.6 Teaching Tool; 2.7 Generic SQL Engine; 2.8 Not the Best Choice; 2.9 Big Name Users;Chapter 3: Building and Installing SQLite; 3.1 SQLite Products; 3.2 Precompiled Distributions; 3.3 Documentation Distribution; 3.4 Source Distributions; 3.5 Building; 3.6 Build and Installation Options; 3.7 An sqlite3 Primer; 3.8 Summary;Chapter 4: The SQL Language; 4.1 Learning SQL; 4.2 Brief Background; 4.3 General Syntax; 4.4 SQL Data Languages; 4.5 Data Definition Language; 4.6 Data Manipulation Language; 4.7 Transaction Control Language; 4.8 System Catalogs; 4.9 Wrap-up;Chapter 5: The SELECT Command; 5.1 SQL Tables; 5.2 The SELECT Pipeline; 5.3 Advanced Techniques; 5.4 SELECT Examples; 5.5 What's Next;Chapter 6: Database Design; 6.1 Tables and Keys; 6.2 Common Structures and Relationships; 6.3 Normal Form; 6.4 Indexes; 6.5 Transferring Design Experience; 6.6 Closing;Chapter 7: C Programming Interface; 7.1 API Overview; 7.2 Library Initialization; 7.3 Database Connections; 7.4 Prepared Statements; 7.5 Bound Parameters; 7.6 Convenience Functions; 7.7 Result Codes and Error Codes; 7.8 Utility Functions; 7.9 Summary;Chapter 8: Additional Features and APIs; 8.1 Date and Time Features; 8.2 ICU Internationalization Extension; 8.3 Full-Text Search Module; 8.4 R*Trees and Spatial Indexing Module; 8.5 Scripting Languages and Other Interfaces; 8.6 Mobile and Embedded Development; 8.7 Additional Extensions;Chapter 9: SQL Functions and Extensions; 9.1 Scalar Functions; 9.2 Aggregate Functions; 9.3 Collation Functions; 9.4 SQLite Extensions;Chapter 10: Virtual Tables and Modules; 10.1 Introduction to Modules; 10.2 Module API; 10.3 Simple Example: dblist Module; 10.4 Advanced Example: weblog Module; 10.5 Best Index and Filter; 10.6 Wrap-Up;SQLite Build Options; Shell Directives; Default Values; Sizes and Limits; Operation and Behavior; Debug Settings; Enable Extensions; Limit Features; Omit Core Features;sqlite3 Command Reference; Command-Line Options; Interactive Dot-Commands;SQLite SQL Command Reference; SQLite SQL Commands;SQLite SQL Expression Reference; Literal Expressions; Logic Representations; Unary Expressions; Binary Expressions; Function Calls; Column Names; General Expressions;SQLite SQL Function Reference; Scalar Functions; Aggregate Functions;SQLite SQL PRAGMA Reference; SQLite PRAGMAs;SQLite C API Reference; API Datatypes; API Functions;Colophon;
Synopsis
Developers, take note: databases aren't just for the ISgroup any more. You can build database-backedapplications for the desktop, Web, embedded systems, oroperating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This bookshows how you to use SQLite, a small and lightweightdatabase that you can build right into your applicationduring development. Applications that handle data have anenormous advantage today, and with SQLite, you'lldiscover how to develop a database-backed applicationthat remains manageable in size and complexity. This bookguides you every step of the way. You'll get a crashcourse in data modeling, become familiar with SQLite'sdialect of the SQL database language, and learn how youto work with SQLite using either a scripting language ora C-based language, such as C# or Objective C. Now, evenrelatively small and nimble applications can be a part ofthe data revolution. Using SQLite shows you how., Developers, take note: databases aren't just for the ISgroup any more. You can build database-backedapplications for the desktop, Web, embedded systems, oroperating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This bookshows how you to use SQLite, a small and lightweightdatabase that you can ......, Application developers, take note: databases aren't just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your application. With SQLite, you'll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You'll get a crash course in data modeling, become familiar with SQLite's dialect of the SQL database language, and much more. Learn how to maintain localized storage in a single file that requires no configuration Build your own SQLite library or use a precompiled distribution in your application Get a primer on SQL, and learn how to use several language functions and extensions Work with SQLite using a scripting language or a C-based language such as C# or Objective-C Understand the basics of database design, and learn how to transfer what you already know to SQLite Take advantage of virtual tables and modules "Complex SQL concepts explained clearly." --D. Richard Hipp, creator of SQLite
LC Classification Number
QA76.9.D3
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
sweet229
100% positive Bewertungen•1.5 Tsd. Artikel verkauft
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
Verkäuferbewertungen (825)
Dieser Artikel (1)
Alle Artikel (825)
- Automatische Bewertung von eBay- Bewertung vom Käufer.Letzter MonatBestellung pünktlich und problemlos geliefert
- eBay 自動留下信用評價- Bewertung vom Käufer.Letzter Monat訂單準時送達,沒遇到任何問題
- eBay 自動留下信用評價- Bewertung vom Käufer.Letzter Monat訂單準時送達,沒遇到任何問題
- eBay 自動留下信用評價- Bewertung vom Käufer.Letzter Monat訂單準時送達,沒遇到任何問題
Noch mehr entdecken:
- Bücher übers Fasten Sachbuch Ab 2010,
- Sachbuch Bücher übers Fasten,
- Bücher übers Fasten im Taschenbuch Sachbuch,
- Englische Bücher übers Fasten Sachbuch,
- Deutsche Bücher übers Fasten Sachbuch,
- Schule und Ausbildung Ab 2010,
- Romane Belletristik-Genre ab 2010,
- Studium und Erwachsenenbildung Ab 2010,
- Sachbuch Mitmachbuch Ab 2010,
- Bücher Sachbuch Jugendliche Ab 2010