Table of Contents
- List of Examples
- List of Figures
- List of Tables
- Title and Copyright Information
- 1 Changes in This Release for JavaScript Developer's Guide
- 2 Introduction to Oracle Database Multilingual Engine for JavaScript
-
3
MLE JavaScript Modules and
Environments
-
Using JavaScript Modules in MLE
- Managing JavaScript Modules in the Database
- Preparing JavaScript code for MLE Module Calls
- Additional Options for Providing JavaScript Code to MLE
- Specifying Module Version Information and Providing JSON Metadata
- Drop JavaScript Modules
- Alter JavaScript Modules
- Overview of Built-in JavaScript Modules
- Dictionary Views Related to MLE JavaScript Modules
- Specifying Environments for MLE Modules
-
Using JavaScript Modules in MLE
- 4 Overview of Dynamic MLE Execution
- 5 Overview of Importing MLE JavaScript Modules
- 6 MLE JavaScript Functions
-
7
Calling PL/SQL and SQL from the
MLE JavaScript SQL Driver
- Introduction to the MLE JavaScript SQL Driver
- Selecting Data Using the MLE JavaScript Driver
- Data Modification
- Bind Variables
- PL/SQL Invocation from the MLE JavaScript SQL Driver
- Error Handling in SQL Statements
- Working with JSON Data
- Using Large Objects (LOB) with MLE
- API Differences Between node-oracledb and mle-js-oracledb
- Introduction to the PL/SQL Foreign Function Interface
-
8
Working with SODA Collections in MLE JavaScript Code
- High-Level Introduction to Working with SODA for In-Database JavaScript
- SODA Objects
-
Using SODA for In-Database JavaScript
- Getting Started with SODA for In-Database JavaScript
- Creating a Document Collection with SODA for In-Database JavaScript
- Opening an Existing Document Collection with SODA for In-Database JavaScript
- Checking Whether a Given Collection Exists with SODA for In-Database JavaScript
- Discovering Existing Collections with SODA for In-Database JavaScript
- Dropping a Document Collection with SODA for In-Database JavaScript
- Creating Documents with SODA for In-Database JavaScript
- Inserting Documents into Collections with SODA for In-Database JavaScript
- Saving Documents into Collections with SODA for In-Database JavaScript
- SODA for In-Database JavaScript Read and Write Operations
- Finding Documents in Collections with SODA for In-Database JavaScript
- Replacing Documents in a Collection with SODA for In-Database JavaScript
- Removing Documents from a Collection with SODA for In-Database JavaScript
- Indexing the Documents in a Collection with SODA for In-Database JavaScript
- Getting a Data Guide for a Collection with SODA for In-Database JavaScript
- Handling Transactions with SODA for In-Database JavaScript
- Creating Call Specifications Involving the SODA API
- 9 Post-Execution Debugging of MLE JavaScript Modules
- 10 MLE Security
- A MLE Type Conversions
- Index