MARC details
000 -LEADER |
fixed length control field |
06411cam a2200529M 4500 |
001 - CONTROL NUMBER |
control field |
ocn951671724 |
003 - CONTROL NUMBER IDENTIFIER |
control field |
OCoLC |
005 - DATE AND TIME OF LATEST TRANSACTION |
control field |
20240523130603.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS |
fixed length control field |
m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION |
fixed length control field |
cr |n||||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
fixed length control field |
160329e20160323enk o 000 0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781785288975 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1785288970 |
Qualifying information |
(Trade Paper) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781785283123 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
178528312X |
024 3# - OTHER STANDARD IDENTIFIER |
Standard number or code |
9781785288975 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
AU@ |
System control number |
000062539779 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
CHNEW |
System control number |
000884512 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
CHVBK |
System control number |
374432120 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
DEBBG |
System control number |
BV043893434 |
035 ## - SYSTEM CONTROL NUMBER |
System control number |
(OCoLC)951671724 |
Canceled/invalid control number |
(OCoLC)968068336 |
-- |
(OCoLC)969003706 |
037 ## - SOURCE OF ACQUISITION |
Source of stock number/acquisition |
01201872 |
040 ## - CATALOGING SOURCE |
Original cataloging agency |
COO |
Language of cataloging |
eng |
Description conventions |
pn |
Transcribing agency |
COO |
Modifying agency |
EBLCP |
-- |
CHVBK |
-- |
OCLCO |
-- |
DEBBG |
-- |
FEM |
-- |
IDB |
-- |
OCLCQ |
-- |
MERUC |
-- |
OCLCQ |
-- |
VT2 |
-- |
OCLCF |
-- |
UOK |
-- |
WYU |
-- |
OCLCQ |
-- |
LVT |
-- |
OCLCQ |
-- |
OCLCO |
-- |
OCLCL |
082 14 - DEWEY DECIMAL CLASSIFICATION NUMBER |
Classification number |
005.3 DA |
100 1# - MAIN ENTRY--PERSONAL NAME |
Personal name |
(Hons), Gene Da Rocha, MSc, BSc, |
Relator term |
author. |
245 10 - TITLE STATEMENT |
Title |
Learning SQLite for IOS. |
260 ## - PUBLICATION, DISTRIBUTION, ETC. |
Place of publication, distribution, etc. |
Birmingham : |
Name of publisher, distributor, etc. |
Packt Publishing, Limited |
Date of publication, distribution, etc. |
March 2016. |
300 ## - PHYSICAL DESCRIPTION |
Extent |
1 online resource |
336 ## - CONTENT TYPE |
Content type term |
text |
Content type code |
txt |
Source |
rdacontent |
337 ## - MEDIA TYPE |
Media type term |
computer |
Media type code |
c |
Source |
rdamedia |
338 ## - CARRIER TYPE |
Carrier type term |
online resource |
Carrier type code |
cr |
Source |
rdacarrier |
347 ## - DIGITAL FILE CHARACTERISTICS |
File type |
text file |
Source |
rda |
505 0# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- 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 -- Creating a table -- Inserting data -- Selecting data -- Creating an index -- Exporting data -- Viewing database schema data -- Index data -- Schema data -- Backing up the database -- Database tools -- Database file information -- Summary -- Chapter 4: Essentials of SQL -- Transactions -- Query plan -- SQL basics -- Insert with a subselect clause -- Update with a subselect clause -- Select with a subselect clause -- Data integrity -- Default values -- Constraint checking -- Foreign keys -- 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 -- sqlite3_open() -- sqlite3_prepare() -- sqlite3_step() -- sqlite3_column() -- sqlite3_finalize() -- sqlite3_close() -- Using the C-API with the open database statement -- Using Swift with the open database statement -- load_extension() -- sqlite3_exec(). |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Sqlite3_config() -- The prepare statement -- Summary -- Chapter 6: Using Swift with iOS and SQLite -- Basic requirements -- Starting an Xcode Project with Swift -- Using the SQLite 3 Library -- Using FMDB -- 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. |
520 8# - SUMMARY, ETC. |
Summary, etc. |
Extend SQLite with mobile development skills to build great apps for iOS devicesAbout This Book Implement Swift code using SQLite statements Learn the background to SQL and SQLite for mobile development, its statements, and command features through practical examples Extend the standard SQLite functionality and increase your software creation portfolioWho This Book Is ForThis book is intended for those who want to learn about SQLite and how to develop apps in Swift or HTML5 using SQLite. Whether you are an expert Objective-C programmer or new to this platform, you'll learn quickly, grasping the code in real-world apps to use Swift. What You Will Learn Explore Swift's basic language statements Connect to SQLite and execute SQL statements Extend the SQLite language to create your own software extensions Use HTML5 with Phonegap on iOS Set up a Swift project using XCode with SQLite Administer SQLite databases in an easy and effective wayIn DetailThe ability to use SQLite with iOS provides a great opportunity to build amazing apps. Apple's iOS SDK provides native support for SQLite databases. This combination offers the potential to create powerful, data-persistent applications. This book starts with the architecture of SQLite database and introduces you to concepts in SQL . You will find yourself equipped to design your own database system, administer it, and maintain it. Further, you will learn how to operate your SQLite databases smoothly using SQL commands. You will be able to extend the functionality of SQLite by using its vast arsenal of C API calls to build some interesting, exciting, new, and intelligent data-driven applications. Understand how Xcode, HTML5, and Phonegap can be used to build a cross-platform modern app which can benefit from all these technologies - all through creating a complete, customizable application skeleton that you can build on for your own apps. Style and approachThis book is a practical and comprehensive guide to developing applications using SQLite and iOS. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
SQL. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Database management. |
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Bases de donn�ees |
General subdivision |
Gestion. |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Database management |
Source of heading or term |
fast |
Authority record control number or standard number |
(OCoLC)fst00888037 |
655 #4 - INDEX TERM--GENRE/FORM |
Genre/form data or focus term |
Programming Languages; Desktop Applications. |
758 ## - RESOURCE IDENTIFIER |
Relationship information |
has work: |
Label |
Learning SQLite for iOS (Text) |
Real World Object URI |
https://id.oclc.org/worldcat/entity/E39PCXCdv6BWqy7mCVvwqFYPjP |
Relationship |
https://id.oclc.org/worldcat/ontology/hasWork |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY |
Relationship information |
Erscheint auch als: |
Note |
Druck-Ausgabe |
Title |
Da Rocha, Gene. Learning SQLite for iOS |
856 40 - ELECTRONIC LOCATION AND ACCESS |
Materials specified |
Safari Books Online |
856 40 - ELECTRONIC LOCATION AND ACCESS |
Materials specified |
Total Boox |
Uniform Resource Identifier |
<a href="http://www.totalboox.com/book/id-4605809967133137726">http://www.totalboox.com/book/id-4605809967133137726</a> |
942 ## - ADDED ENTRY ELEMENTS (KOHA) |
Source of classification or shelving scheme |
Dewey Decimal Classification |
Koha item type |
Books |
Suppress in OPAC |
No |
948 ## - LOCAL PROCESSING INFORMATION (OCLC); SERIES PART DESIGNATOR (RLIN) |
h (OCLC) |
NO HOLDINGS IN GHUCC - 142 OTHER HOLDINGS |