Table of Contents
- Title and Copyright Information
- Changes in This Release for JavaScript Developer’s Guide
- Introduction to Oracle AI Database Multilingual Engine for JavaScript
- 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
- Overview of Dynamic MLE Execution
- Overview of Importing MLE JavaScript Modules
- MLE JavaScript Functions
- 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
- Working with User-Defined Data Types
- Using Large Objects (LOB) with MLE
- API Differences Between node-oracledb and mle-js-oracledb
- Introduction to the PL/SQL Foreign Function Interface
- 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
- Post-Execution Debugging of MLE JavaScript Modules
- MLE Security
- MLE Type Conversions