目錄(76章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- About the Reviewer
- www.PacktPub.com
- Preface
- Chapter 1. Introduction to SQL and SQLite
- About SQL
- Where does SQLite stand in today's industry?
- iOS with SQLite
- Embedded databases
- The architecture of the SQLite database
- Features
- The advantages of using SQLite
- Working with SQLite
- The examples of using SQLite with iOS
- Summary
- Chapter 2. Database Design Concepts
- Database essentials
- Reasons for using SQLite
- Database connections
- Preparing queries
- Parameterized SQL
- Error handling
- Queries within the db.exec statement
- SQL injection attacks
- Creating user-defined functions
- Transactions and locks
- Transactions – reading/writing
- Designing for SQLite
- Summary
- Chapter 3. Administering the Database
- Creating a database
- Viewing database schema data
- Backing up the database
- Database tools
- Database file information
- Summary
- Chapter 4. Essentials of SQL
- Transactions
- Query plan
- SQL basics
- Data integrity
- Default values
- Updating Views
- Index use
- Triggers
- Synchronous writes
- Database locking and deadlocks
- FMDB SQLite wrapper
- Database creation and opening
- SQL in iOS
- Summary
- Chapter 5. Exposing the C API
- SQLite C components' functionality
- Summary
- Chapter 6. Using Swift with iOS and SQLite
- Basic requirements
- Starting an Xcode Project with Swift
- Using the SQLite 3 Library
- Summary
- Chapter 7. iOS Development with PhoneGap and HTML5
- HTML5 and PhoneGap development
- An HTML5 framework
- Hybrid applications
- An Xcode project with PhoneGap HTML5 and Swift
- Summary
- Chapter 8. More Features and Advances in SQLite
- PhoneGap plugins
- Extensions to the C API
- Write Ahead Logging with SQLite
- The B-tree usage with SQLite
- Creating a simple Swift
- Summary
- Index 更新時間:2021-07-16 12:32:54
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Expert C++
- CMDB分步構建指南
- Python數據可視化之Matplotlib與Pyecharts實戰
- 軟件供應鏈安全:源代碼缺陷實例剖析
- C++20高級編程
- Learning Hadoop 2
- Flink技術內幕:架構設計與實現原理
- Training Systems Using Python Statistical Modeling
- Clojure Polymorphism
- 零基礎C#學習筆記
- Hack與HHVM權威指南
- Visual C++從入門到精通(第2版)
- Deep Learning for Natural Language Processing
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 基于MATLAB的控制系統仿真及應用
- Elastix Unified Communications Server Cookbook
- Hadoop Blueprints
- Practical Linux Security Cookbook
- Java性能權威指南
- Boost.Asio C++ Network Programming Cookbook
- Mastering Docker(Second Edition)
- Odoo Development Essentials
- Visual C++.NET(2008)典型案例
- 數據可視化之道:數據分析中的圖表制作思路與方法(全彩)
- 計算機網絡技術及應用
- Linux服務器配置與管理項目化教程
- Mastering Numerical Computing with NumPy
- Troubleshooting Citrix XenDesktop?
- UiPath RPA開發:入門、實戰與進階