html
- Title and Copyright Information
- Preface
- Developing for Oracle NoSQL Database
- Introduction to Oracle KVLite
- Introducing Oracle NoSQL Database Tables and Indexes
- Introducing Oracle NoSQL Database Namespaces
- Primary and Shard Key Design
- Writing and Deleting Table Rows
- Reading Table Rows
- Using Data Types
- Indexing Non-Scalar Data Types
- Using Row Versions
- Consistency Guarantees
- Durability Guarantees
- Executing a Sequence of Operations
- Introduction to SQL for Oracle NoSQL Database
- JSON By Example
- Sample Data
- UpdateJSON
- UpdateJSON.run()
- UpdateJSON.defineTable()
- UpdateJSON.createIndex()
- UpdateJSON.runDDL()
- UpdateJSON.updateTableWithoutQuery()
- UpdateJSON.updateTableWithIndex()
- UpdateJSON.updateTableUsingSQLQuery()
- UpdateJSON.updateZipCode()
- UpdateJSON.loadTable()
- UpdateJSON.displayTable()
- UpdateJSON.displayResult()
- UpdateJSON.parseArgs()
- Table Data Definition Language Overview
- Exceptions