Build iOS Database Apps with Swift and SQLite

This book leads you through the essential concepts and new iOS 10 SDK and Swift 3 programming language APIs to build iPhone and iPad database driven applications using the defacto standard for data storage for mobile apps, SQLite. Readers will learn about SQL operations like selecting, inserting, up...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Languedoc, Kevin (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2016.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • Chapter 1. Creating the Objective-C Wrapper
  • Chapter 2. Creating SQLite Databases
  • Chapter 3. Creating Databases During Runtime
  • Chapter 4. Altering Databases and Other Features
  • Chapter 5. Inserting Records
  • Chapter 6. Selecting Records
  • Chapter 7. Updating Records
  • Chapter 8. Deleting Records
  • Chapter 9. Searching for Records in SQLite
  • Chapter 10. Working with Multi-Databases
  • Chapter 11. Backing Up SQLite Databases
  • Chapter 12. Analyzing SQLite Databases.