From a4ea510b87da3b371dc07d8867ea692d13cbc99b Mon Sep 17 00:00:00 2001 From: Lucas Braun Date: Wed, 28 Aug 2024 17:46:46 +0200 Subject: [PATCH] Release 23.5 --- README.md | 76 ++++++++--- THIRD_PARTY_LICENSES.txt | 2 +- .../23ai/assets/highlight.css | 48 ++----- docs/mle-encode-base64/23ai/index.html | 6 +- .../mle-js-bindings/23ai/assets/highlight.css | 48 +++++-- docs/mle-js-bindings/23ai/index.html | 8 +- .../23ai/assets/highlight.css | 28 ++-- docs/mle-js-encodings/23ai/index.html | 8 +- docs/mle-js-fetch/23ai/assets/highlight.css | 28 ++-- docs/mle-js-fetch/23ai/index.html | 8 +- .../mle-js-oracledb/23ai/assets/highlight.css | 28 ++-- docs/mle-js-oracledb/23ai/assets/search.js | 2 +- .../23ai/classes/api.IConnection.html | 27 +++- .../mle_js_oracledb_common.OracleDb.html | 32 +++++ docs/mle-js-oracledb/23ai/index.html | 45 ++++--- .../23ai/interfaces/api.IExecuteArgs.html | 79 +++++++++++ .../23ai/interfaces/api.IFetchInfo.html | 1 + .../23ai/interfaces/api.INamedBinds.html | 1 + .../23ai/interfaces/api.IObjectBindDefs.html | 1 + docs/mle-js-oracledb/23ai/modules/api.html | 2 + .../23ai/types/api.ArrayBindDefs.html | 1 + .../23ai/types/api.BindParameters.html | 1 + .../23ai/types/api.BindValue.html | 1 + .../23ai/types/api.DbType.html | 1 + .../23ai/types/api.ExecuteManyBindDefs.html | 1 + .../23ai/types/api.JsType.html | 1 + .../23ai/types/api.OutFormatType.html | 1 + .../23ai/types/api.PosBinds.html | 1 + .../23ai/variables/api.ARRAY.html | 1 + .../23ai/variables/api.BIND_IN.html | 1 + .../23ai/variables/api.BIND_INOUT.html | 1 + .../23ai/variables/api.BIND_OUT.html | 1 + .../23ai/variables/api.DATE.html | 1 + .../variables/api.DB_TYPE_BINARY_DOUBLE.html | 1 + .../variables/api.DB_TYPE_BINARY_FLOAT.html | 1 + .../variables/api.DB_TYPE_BINARY_INTEGER.html | 1 + .../23ai/variables/api.DB_TYPE_BLOB.html | 1 + .../23ai/variables/api.DB_TYPE_BOOLEAN.html | 1 + .../23ai/variables/api.DB_TYPE_CHAR.html | 1 + .../23ai/variables/api.DB_TYPE_CLOB.html | 1 + .../23ai/variables/api.DB_TYPE_DATE.html | 1 + .../variables/api.DB_TYPE_INTERVAL_DS.html | 1 + .../variables/api.DB_TYPE_INTERVAL_YM.html | 1 + .../23ai/variables/api.DB_TYPE_JSON.html | 1 + .../23ai/variables/api.DB_TYPE_LONG.html | 1 + .../23ai/variables/api.DB_TYPE_LONG_RAW.html | 1 + .../23ai/variables/api.DB_TYPE_NCHAR.html | 1 + .../23ai/variables/api.DB_TYPE_NCLOB.html | 1 + .../23ai/variables/api.DB_TYPE_NUMBER.html | 1 + .../23ai/variables/api.DB_TYPE_NVARCHAR.html | 1 + .../23ai/variables/api.DB_TYPE_OBJECT.html | 1 + .../23ai/variables/api.DB_TYPE_RAW.html | 1 + .../23ai/variables/api.DB_TYPE_ROWID.html | 1 + .../23ai/variables/api.DB_TYPE_TIMESTAMP.html | 1 + .../variables/api.DB_TYPE_TIMESTAMP_LTZ.html | 1 + .../variables/api.DB_TYPE_TIMESTAMP_TZ.html | 1 + .../23ai/variables/api.DB_TYPE_UROWID.html | 1 + .../23ai/variables/api.DB_TYPE_VARCHAR.html | 1 + .../23ai/variables/api.DB_TYPE_VECTOR.html | 1 + .../23ai/variables/api.DEFAULT.html | 1 + .../23ai/variables/api.FLOAT32ARRAY.html | 1 + .../23ai/variables/api.FLOAT64ARRAY.html | 1 + .../23ai/variables/api.INT8ARRAY.html | 1 + .../23ai/variables/api.NUMBER.html | 1 + .../23ai/variables/api.OBJECT.html | 1 + .../23ai/variables/api.ORACLE_BLOB.html | 1 + .../23ai/variables/api.ORACLE_CLOB.html | 1 + .../23ai/variables/api.ORACLE_DATE.html | 1 + .../variables/api.ORACLE_INTERVAL_DS.html | 1 + .../variables/api.ORACLE_INTERVAL_YM.html | 1 + .../23ai/variables/api.ORACLE_NCLOB.html | 1 + .../23ai/variables/api.ORACLE_NUMBER.html | 1 + .../23ai/variables/api.ORACLE_TIMESTAMP.html | 1 + .../variables/api.ORACLE_TIMESTAMP_TZ.html | 1 + .../23ai/variables/api.OUT_FORMAT_ARRAY.html | 1 + .../23ai/variables/api.OUT_FORMAT_OBJECT.html | 1 + .../variables/api.SODA_COLL_MAP_MODE.html | 1 + .../23ai/variables/api.STMT_TYPE_ALTER.html | 1 + .../23ai/variables/api.STMT_TYPE_BEGIN.html | 1 + .../23ai/variables/api.STMT_TYPE_CALL.html | 1 + .../23ai/variables/api.STMT_TYPE_COMMIT.html | 1 + .../23ai/variables/api.STMT_TYPE_CREATE.html | 1 + .../23ai/variables/api.STMT_TYPE_DECLARE.html | 1 + .../23ai/variables/api.STMT_TYPE_DELETE.html | 1 + .../23ai/variables/api.STMT_TYPE_DROP.html | 1 + .../variables/api.STMT_TYPE_EXPLAIN_PLAN.html | 1 + .../23ai/variables/api.STMT_TYPE_INSERT.html | 1 + .../23ai/variables/api.STMT_TYPE_MERGE.html | 1 + .../variables/api.STMT_TYPE_ROLLBACK.html | 1 + .../23ai/variables/api.STMT_TYPE_SELECT.html | 1 + .../23ai/variables/api.STMT_TYPE_UNKNOWN.html | 1 + .../23ai/variables/api.STMT_TYPE_UPDATE.html | 1 + .../23ai/variables/api.STRING.html | 1 + .../23ai/variables/api.UINT8ARRAY.html | 1 + .../23ai/assets/highlight.css | 23 ++-- docs/mle-js-plsqltypes/23ai/assets/search.js | 2 +- .../23ai/classes/JsonId.html | 124 ++++++++++++++++++ .../23ai/classes/OracleNumber.html | 7 +- docs/mle-js-plsqltypes/23ai/index.html | 19 +-- docs/mle-js-plsqltypes/23ai/modules.html | 2 + .../23ai/variables/OracleClob.html | 1 + .../23ai/variables/OracleDate.html | 1 + .../variables/OracleIntervalDayToSecond.html | 1 + .../variables/OracleIntervalYearToMonth.html | 1 + .../23ai/variables/OracleTimestamp.html | 1 + .../23ai/variables/OracleTimestampTZ.html | 1 + docs/mle-js/23ai/index.html | 3 +- 107 files changed, 557 insertions(+), 181 deletions(-) create mode 100644 docs/mle-js-oracledb/23ai/interfaces/api.IExecuteArgs.html create mode 100644 docs/mle-js-plsqltypes/23ai/classes/JsonId.html diff --git a/README.md b/README.md index 86b220a..eae2d58 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The following JavaScript modules are currently available: - MLE PL/SQL Types: [mle-js-plsqltypes][mle-js-plsqltypes] - MLE Fetch API polyfill: [mle-js-fetch][mle-js-fetch] - MLE Base64 Encoding: [mle-encode-base64][mle-encode-base64] +- MLE Encodings: [mle-js-encodings][mle-js-encodings] ## Installation You need an Oracle Database to make use of the JavaScript modules provided in the Oracle Database Multilingual Engine (MLE). @@ -33,6 +34,8 @@ npm install mle-js-oracledb npm install mle-js-bindings npm install mle-js-plsqltypes npm install mle-js-fetch +npm install mle-encode-base64 +npm install mle-js-encodings ``` ## Documentation @@ -91,7 +94,7 @@ The following table shows which version of module documentation and declarations | Oracle Database | Declarations | Documentation | | ---------------- | ------------ | ------------- | -| 23ai | [mle-js@23.4.0][mle-js-types-234] for Oracle 23.4
[mle-js@23.3.0][mle-js-types-233] for Oracle 23.3
[mle-js@23.2.0][mle-js-types-232] for Oracle 23.2 - Free | **[mle-js (23ai)][mle-js]**
[mle-js-oracledb (23ai)][mle-js-oracledb]
[mle-js-bindings (23ai)][mle-js-bindings]
[mle-js-plsqltypes (23ai)][mle-js-plsqltypes]
[mle-js-fetch (23ai)][mle-js-fetch]
[mle-encode-base64 (23ai)][mle-encode-base64]| +| 23ai | [mle-js@23.5.0][mle-js-types-235] for Oracle 23.5
[mle-js@23.4.0][mle-js-types-234] for Oracle 23.4
[mle-js@23.3.0][mle-js-types-233] for Oracle 23.3
[mle-js@23.2.0][mle-js-types-232] for Oracle 23.2 - Free | **[mle-js (23ai)][mle-js]**
[mle-js-oracledb (23ai)][mle-js-oracledb]
[mle-js-bindings (23ai)][mle-js-bindings]
[mle-js-plsqltypes (23ai)][mle-js-plsqltypes]
[mle-js-fetch (23ai)][mle-js-fetch]
[mle-encode-base64 (23ai)][mle-encode-base64]| | 21c | [mle-js@21.3.1][mle-js-types-213] | [mle-js-oracledb (21c)][mle-js-oracledb-21c]
[mle-js-bindings (21c)][mle-js-bindings-21c]
[mle-js-plsqltypes (21c)][mle-js-plsqltypes-21c] | ## Examples @@ -99,25 +102,60 @@ The following code snippet exemplifies the usage of some of these MLE modules co For additional examples, please check the module documentation pages or have a look at our [blog article][2]. ```JavaScript -// imports -const oracledb = require('mle-js-oracledb'); -const bindings = require('mle-js-bindings'); -const plsqltypes = require("mle-js-plsqltypes"); - -// Read a large number as an Oracle NUMBER from SQL and add another ORACLE NUMBER to it. -// mle-js-oracledb is used for reading from SQL and mle-js-plsqltypes is used to construct the second Oracle NUMBER. -const conn = oracledb.defaultConnection(); -const query = "SELECT 9007199254740992 AS n FROM dual"; -const options = { fetchInfo: { N: { type: oracledb.ORACLE_NUMBER } } }; -const queryResult = conn.execute(query, [], options); -const OracleNumber = plsqltypes.OracleNumber; -const result = queryResult.rows[0][0].add(new OracleNumber(7)); - -// Use mle-js-bindings to export the result of the computation. -// On the database side, this result could be retrieved using something like `dbms_mle.import_from_mle(ctx, 'result', result);`. -bindings.exportValue("result", result); +async function run() { + // import modules that do not have global symbols + const bindings = await import('mle-js-bindings'); + + // Read a large number as an Oracle NUMBER from SQL and add another ORACLE NUMBER to it. + // mle-js-oracledb (session) is used for reading from SQL and mle-js-plsqltypes (OracleNumber) is used to construct the second Oracle NUMBER. + const query = "SELECT 9007199254740992 AS n FROM dual"; + const options = { fetchInfo: { N: { type: oracledb.ORACLE_NUMBER } } }; + const queryResult = session.execute(query, [], options); + const result = queryResult.rows[0].N.add(new OracleNumber(7)); + + // print result to the console before exporting it + console.log(result); + + // Use mle-js-bindings to export the result of the computation. + // On the database side, this result could be retrieved using something like `dbms_mle.import_from_mle(ctx, 'result', result);`. + bindings.exportValue("result", result); +} +run(); ``` +## Building and deploying larger JavaScript projects +If you plan to use database-side JavaScript at a larger scale, we highly +recommend to read our blog post on [Linting MLE JavaScript Modules in Continuous +Integration Pipelines][4]. + +## Changelog +- **Oracle 23.5** + - support for + (sql-template-tag)[https://www.npmjs.com/package/sql-template-tag#oracledb] + in SQL execution in `mle-js-oracledb` / `session.execute` by allowing the + first argument to be of new type + [IExecuteArgs](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/interfaces/api.IExecuteArgs.html) +- **Oracle 23.4 (first release of Oracle 23ai)** + - support for VECTOR type (INT8ARRAY, FLOAT32ARRAY, FLOAT64, DB_TYPE_VECTOR) in + [mle-js-oracledb](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/modules/api.html) + and + [mle-js-bindings](https://oracle-samples.github.io/mle-modules/docs/mle-js-bindings/23ai/enums/JSTypes.html) + including new + [vectorDimensions](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/interfaces/api.IMetaData.html#vectorDimensions) + and + [vectorFormat](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/interfaces/api.IMetaData.html#vectorFormat) + meta data properties + - support for binding collection types, including new properties + [elementTypeClass](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/classes/api.IDbObjectClass.html#elementTypeClass) + and + [packageName](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/classes/api.IDbObjectClass.html#packageName) + of `DBObjectClass` and + [maxArraySize](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/interfaces/api.IBindObjectValue.html#maxArraySize) + of bind definitions in `mle-js-oracledb`. + - support for + [keepInStmtCache](https://oracle-samples.github.io/mle-modules/docs/mle-js-oracledb/23ai/interfaces/api.IExecuteOptions.html#keepInStmtCache) + option in SQL execution in `mle-js-oracledb` / `session.execute` + ## Help If you have questions or change requests about MLE, please [create a ticket](./CONTRIBUTING.md) or contact [Oracle Support](https://support.oracle.com). @@ -144,6 +182,7 @@ Released under the Universal Permissive License v1.0 as shown at Getting Started

In order to use the base64 module, it needs to be imported first. If executed as a snippet in DBMS_MLE, a dynamic import needs to be used and wrapped within an async function:

-
const {encode: base64encode, decode: base64decode} = await import('mle-encode-base64');
+
const {encode: base64encode, decode: base64decode} = await import('mle-encode-base64');
 

If used within MLE modules, the regular ECMAScript module import syntax can be used:

-
import {encode as base64encode, decode as base64decode} from 'mle-encode-base64';
+
import {encode as base64encode, decode as base64decode} from 'mle-encode-base64';
 

The following example shows how to encode an ASCII string and to decode it again into an ArrayBuffer which can then be converted back into a string using asciiBytesToString:

-
function asciiBytesToString(bytesBuffer) {
let charCodes = new Uint8Array(bytesBuffer);
let result = "";

charCodes.forEach((char) => {
result += String.fromCharCode(char);
});
return result;
}

const testInput = 'hello';
const encoded = base64encode(input);
console.log('encoded: ' + encoded);
const decodedBytes = base64decode(encoded);
console.log('decoded into an ArrayBuffer?: ' + (decodedBytes instanceof ArrayBuffer));
const stringFromBytes = asciiBytesToString(decodedBytes);
console.log('string from decoded: ' + stringFromBytes); +
function asciiBytesToString(bytesBuffer) {
let charCodes = new Uint8Array(bytesBuffer);
let result = "";

charCodes.forEach((char) => {
result += String.fromCharCode(char);
});
return result;
}

const testInput = 'hello';
const encoded = base64encode(input);
console.log('encoded: ' + encoded);
const decodedBytes = base64decode(encoded);
console.log('decoded into an ArrayBuffer?: ' + (decodedBytes instanceof ArrayBuffer));
const stringFromBytes = asciiBytesToString(decodedBytes);
console.log('string from decoded: ' + stringFromBytes);
diff --git a/docs/mle-js-encodings/23ai/assets/highlight.css b/docs/mle-js-encodings/23ai/assets/highlight.css index 57a44b3..5fc52d1 100644 --- a/docs/mle-js-encodings/23ai/assets/highlight.css +++ b/docs/mle-js-encodings/23ai/assets/highlight.css @@ -1,24 +1,24 @@ :root { - --light-hl-0: #0000FF; - --dark-hl-0: #569CD6; + --light-hl-0: #AF00DB; + --dark-hl-0: #C586C0; --light-hl-1: #000000; --dark-hl-1: #D4D4D4; - --light-hl-2: #0070C1; - --dark-hl-2: #4FC1FF; - --light-hl-3: #AF00DB; - --dark-hl-3: #C586C0; - --light-hl-4: #A31515; - --dark-hl-4: #CE9178; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #0070C1; + --dark-hl-4: #4FC1FF; --light-hl-5: #001080; --dark-hl-5: #9CDCFE; --light-hl-6: #795E26; --dark-hl-6: #DCDCAA; - --light-hl-7: #098658; - --dark-hl-7: #B5CEA8; - --light-hl-8: #000000; - --dark-hl-8: #C8C8C8; - --light-hl-9: #008000; - --dark-hl-9: #6A9955; + --light-hl-7: #000000; + --dark-hl-7: #C8C8C8; + --light-hl-8: #008000; + --dark-hl-8: #6A9955; + --light-hl-9: #098658; + --dark-hl-9: #B5CEA8; --light-hl-10: #267F99; --dark-hl-10: #4EC9B0; --light-hl-11: #CD3131; diff --git a/docs/mle-js-encodings/23ai/index.html b/docs/mle-js-encodings/23ai/index.html index 80357f8..d133e5c 100644 --- a/docs/mle-js-encodings/23ai/index.html +++ b/docs/mle-js-encodings/23ai/index.html @@ -27,21 +27,21 @@

Encode and decode text from JavaScript

  • TextEncoder
  • By default, TextDecoder and TextEncoder are available in the global namespace and can be used directly:

    -
    console.log(new TextEncoder().encode('Hello World!'));
    +
    console.log(new TextEncoder().encode('Hello World!'));
     

    Alternatively, if needed, it is possible to explicitly import (and as such rename the classes):

    In a module:

    -
    import { TextEncoder as FooCoder } from 'mle-js-encodings';

    export function exportedFunction() {
    console.log(new FooCoder().encode('Hello World!'));
    } +
    import { TextEncoder as FooCoder } from 'mle-js-encodings';

    export function exportedFunction() {
    console.log(new FooCoder().encode('Hello World!'));
    }

    In a dynamic snippet:

    -
    (async () => {
    const FooCoder = await import('mle-js-encodings');
    console.log(new FooCoder.TextEncoder().encode('Hello World'));
    })(); +
    (async () => {
    const FooCoder = await import('mle-js-encodings');
    console.log(new FooCoder.TextEncoder().encode('Hello World'));
    })();

    Legal Note

    -
    This product includes implementations of a specification https://encoding.spec.whatwg.org/ received by Oracle under the following terms, which include disclaimers of warranties by the third party copyright holders.  

    Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).

    This work is licensed under a Creative Commons Attribution 4.0 International
    License. To the extent portions of it are incorporated into source code,
    such portions in the source code are licensed under the BSD 3-Clause License instead.

    - - - -

    Creative Commons Attribution 4.0 International Public License

    By exercising the Licensed Rights (defined below), You accept and agree
    to be bound by the terms and conditions of this Creative Commons
    Attribution 4.0 International Public License ("Public License"). To the
    extent this Public License may be interpreted as a contract, You are
    granted the Licensed Rights in consideration of Your acceptance of
    these terms and conditions, and the Licensor grants You such rights in
    consideration of benefits the Licensor receives from making the
    Licensed Material available under these terms and conditions.


    Section 1 -- Definitions.

    a. Adapted Material means material subject to Copyright and Similar
    Rights that is derived from or based upon the Licensed Material
    and in which the Licensed Material is translated, altered,
    arranged, transformed, or otherwise modified in a manner requiring
    permission under the Copyright and Similar Rights held by the
    Licensor. For purposes of this Public License, where the Licensed
    Material is a musical work, performance, or sound recording,
    Adapted Material is always produced where the Licensed Material is
    synched in timed relation with a moving image.

    b. Adapter's License means the license You apply to Your Copyright
    and Similar Rights in Your contributions to Adapted Material in
    accordance with the terms and conditions of this Public License.

    c. Copyright and Similar Rights means copyright and/or similar rights
    closely related to copyright including, without limitation,
    performance, broadcast, sound recording, and Sui Generis Database
    Rights, without regard to how the rights are labeled or
    categorized. For purposes of this Public License, the rights
    specified in Section 2(b)(1)-(2) are not Copyright and Similar
    Rights.

    d. Effective Technological Measures means those measures that, in the
    absence of proper authority, may not be circumvented under laws
    fulfilling obligations under Article 11 of the WIPO Copyright
    Treaty adopted on December 20, 1996, and/or similar international
    agreements.

    e. Exceptions and Limitations means fair use, fair dealing, and/or
    any other exception or limitation to Copyright and Similar Rights
    that applies to Your use of the Licensed Material.

    f. Licensed Material means the artistic or literary work, database,
    or other material to which the Licensor applied this Public
    License.

    g. Licensed Rights means the rights granted to You subject to the
    terms and conditions of this Public License, which are limited to
    all Copyright and Similar Rights that apply to Your use of the
    Licensed Material and that the Licensor has authority to license.

    h. Licensor means the individual(s) or entity(ies) granting rights
    under this Public License.

    i. Share means to provide material to the public by any means or
    process that requires permission under the Licensed Rights, such
    as reproduction, public display, public performance, distribution,
    dissemination, communication, or importation, and to make material
    available to the public including in ways that members of the
    public may access the material from a place and at a time
    individually chosen by them.

    j. Sui Generis Database Rights means rights other than copyright
    resulting from Directive 96/9/EC of the European Parliament and of
    the Council of 11 March 1996 on the legal protection of databases,
    as amended and/or succeeded, as well as other essentially
    equivalent rights anywhere in the world.

    k. You means the individual or entity exercising the Licensed Rights
    under this Public License. Your has a corresponding meaning.


    Section 2 -- Scope.

    a. License grant.

    1. Subject to the terms and conditions of this Public License,
    the Licensor hereby grants You a worldwide, royalty-free,
    non-sublicensable, non-exclusive, irrevocable license to
    exercise the Licensed Rights in the Licensed Material to:

    a. reproduce and Share the Licensed Material, in whole or
    in part; and

    b. produce, reproduce, and Share Adapted Material.

    2. Exceptions and Limitations. For the avoidance of doubt, where
    Exceptions and Limitations apply to Your use, this Public
    License does not apply, and You do not need to comply with
    its terms and conditions.

    3. Term. The term of this Public License is specified in Section
    6(a).

    4. Media and formats; technical modifications allowed. The
    Licensor authorizes You to exercise the Licensed Rights in
    all media and formats whether now known or hereafter created,
    and to make technical modifications necessary to do so. The
    Licensor waives and/or agrees not to assert any right or
    authority to forbid You from making technical modifications
    necessary to exercise the Licensed Rights, including
    technical modifications necessary to circumvent Effective
    Technological Measures. For purposes of this Public License,
    simply making modifications authorized by this Section 2(a)
    (4) never produces Adapted Material.

    5. Downstream recipients.

    a. Offer from the Licensor -- Licensed Material. Every
    recipient of the Licensed Material automatically
    receives an offer from the Licensor to exercise the
    Licensed Rights under the terms and conditions of this
    Public License.

    b. No downstream restrictions. You may not offer or impose
    any additional or different terms or conditions on, or
    apply any Effective Technological Measures to, the
    Licensed Material if doing so restricts exercise of the
    Licensed Rights by any recipient of the Licensed
    Material.

    6. No endorsement. Nothing in this Public License constitutes or
    may be construed as permission to assert or imply that You
    are, or that Your use of the Licensed Material is, connected
    with, or sponsored, endorsed, or granted official status by,
    the Licensor or others designated to receive attribution as
    provided in Section 3(a)(1)(A)(i).

    b. Other rights.

    1. Moral rights, such as the right of integrity, are not
    licensed under this Public License, nor are publicity,
    privacy, and/or other similar personality rights; however, to
    the extent possible, the Licensor waives and/or agrees not to
    assert any such rights held by the Licensor to the limited
    extent necessary to allow You to exercise the Licensed
    Rights, but not otherwise.

    2. Patent and trademark rights are not licensed under this
    Public License.

    3. To the extent possible, the Licensor waives any right to
    collect royalties from You for the exercise of the Licensed
    Rights, whether directly or through a collecting society
    under any voluntary or waivable statutory or compulsory
    licensing scheme. In all other cases the Licensor expressly
    reserves any right to collect such royalties.


    Section 3 -- License Conditions.

    Your exercise of the Licensed Rights is expressly made subject to the
    following conditions.

    a. Attribution.

    1. If You Share the Licensed Material (including in modified
    form), You must:

    a. retain the following if it is supplied by the Licensor
    with the Licensed Material:

    i. identification of the creator(s) of the Licensed
    Material and any others designated to receive
    attribution, in any reasonable manner requested by
    the Licensor (including by pseudonym if
    designated);

    ii. a copyright notice;

    iii. a notice that refers to this Public License;

    iv. a notice that refers to the disclaimer of
    warranties;

    v. a URI or hyperlink to the Licensed Material to the
    extent reasonably practicable;

    b. indicate if You modified the Licensed Material and
    retain an indication of any previous modifications; and

    c. indicate the Licensed Material is licensed under this
    Public License, and include the text of, or the URI or
    hyperlink to, this Public License.

    2. You may satisfy the conditions in Section 3(a)(1) in any
    reasonable manner based on the medium, means, and context in
    which You Share the Licensed Material. For example, it may be
    reasonable to satisfy the conditions by providing a URI or
    hyperlink to a resource that includes the required
    information.

    3. If requested by the Licensor, You must remove any of the
    information required by Section 3(a)(1)(A) to the extent
    reasonably practicable.

    4. If You Share Adapted Material You produce, the Adapter's
    License You apply must not prevent recipients of the Adapted
    Material from complying with this Public License.


    Section 4 -- Sui Generis Database Rights.

    Where the Licensed Rights include Sui Generis Database Rights that
    apply to Your use of the Licensed Material:

    a. for the avoidance of doubt, Section 2(a)(1) grants You the right
    to extract, reuse, reproduce, and Share all or a substantial
    portion of the contents of the database;

    b. if You include all or a substantial portion of the database
    contents in a database in which You have Sui Generis Database
    Rights, then the database in which You have Sui Generis Database
    Rights (but not its individual contents) is Adapted Material; and

    c. You must comply with the conditions in Section 3(a) if You Share
    all or a substantial portion of the contents of the database.

    For the avoidance of doubt, this Section 4 supplements and does not
    replace Your obligations under this Public License where the Licensed
    Rights include other Copyright and Similar Rights.


    Section 5 -- Disclaimer of Warranties and Limitation of Liability.

    a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
    EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
    AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
    ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
    IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
    WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
    PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
    ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
    KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
    ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.

    b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
    TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
    NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
    INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
    COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
    USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
    ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
    DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
    IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.

    c. The disclaimer of warranties and limitation of liability provided
    above shall be interpreted in a manner that, to the extent
    possible, most closely approximates an absolute disclaimer and
    waiver of all liability.


    Section 6 -- Term and Termination.

    a. This Public License applies for the term of the Copyright and
    Similar Rights licensed here. However, if You fail to comply with
    this Public License, then Your rights under this Public License
    terminate automatically.

    b. Where Your right to use the Licensed Material has terminated under
    Section 6(a), it reinstates:

    1. automatically as of the date the violation is cured, provided
    it is cured within 30 days of Your discovery of the
    violation; or

    2. upon express reinstatement by the Licensor.

    For the avoidance of doubt, this Section 6(b) does not affect any
    right the Licensor may have to seek remedies for Your violations
    of this Public License.

    c. For the avoidance of doubt, the Licensor may also offer the
    Licensed Material under separate terms or conditions or stop
    distributing the Licensed Material at any time; however, doing so
    will not terminate this Public License.

    d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
    License.


    Section 7 -- Other Terms and Conditions.

    a. The Licensor shall not be bound by any additional or different
    terms or conditions communicated by You unless expressly agreed.

    b. Any arrangements, understandings, or agreements regarding the
    Licensed Material not stated herein are separate from and
    independent of the terms and conditions of this Public License.


    Section 8 -- Interpretation.

    a. For the avoidance of doubt, this Public License does not, and
    shall not be interpreted to, reduce, limit, restrict, or impose
    conditions on any use of the Licensed Material that could lawfully
    be made without permission under this Public License.

    b. To the extent possible, if any provision of this Public License is
    deemed unenforceable, it shall be automatically reformed to the
    minimum extent necessary to make it enforceable. If the provision
    cannot be reformed, it shall be severed from this Public License
    without affecting the enforceability of the remaining terms and
    conditions.

    c. No term or condition of this Public License will be waived and no
    failure to comply consented to unless expressly agreed to by the
    Licensor.

    d. Nothing in this Public License constitutes or may be interpreted
    as a limitation upon, or waiver of, any privileges and immunities
    that apply to the Licensor or You, including from the legal
    processes of any jurisdiction or authority.

    - - - -

    BSD 3-Clause License

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

    3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +
    This product includes implementations of a specification https://encoding.spec.whatwg.org/ received by Oracle under the following terms, which include disclaimers of warranties by the third party copyright holders.  

    Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).

    This work is licensed under a Creative Commons Attribution 4.0 International
    License. To the extent portions of it are incorporated into source code,
    such portions in the source code are licensed under the BSD 3-Clause License instead.

    - - - -

    Creative Commons Attribution 4.0 International Public License

    By exercising the Licensed Rights (defined below), You accept and agree
    to be bound by the terms and conditions of this Creative Commons
    Attribution 4.0 International Public License ("Public License"). To the
    extent this Public License may be interpreted as a contract, You are
    granted the Licensed Rights in consideration of Your acceptance of
    these terms and conditions, and the Licensor grants You such rights in
    consideration of benefits the Licensor receives from making the
    Licensed Material available under these terms and conditions.


    Section 1 -- Definitions.

    a. Adapted Material means material subject to Copyright and Similar
    Rights that is derived from or based upon the Licensed Material
    and in which the Licensed Material is translated, altered,
    arranged, transformed, or otherwise modified in a manner requiring
    permission under the Copyright and Similar Rights held by the
    Licensor. For purposes of this Public License, where the Licensed
    Material is a musical work, performance, or sound recording,
    Adapted Material is always produced where the Licensed Material is
    synched in timed relation with a moving image.

    b. Adapter's License means the license You apply to Your Copyright
    and Similar Rights in Your contributions to Adapted Material in
    accordance with the terms and conditions of this Public License.

    c. Copyright and Similar Rights means copyright and/or similar rights
    closely related to copyright including, without limitation,
    performance, broadcast, sound recording, and Sui Generis Database
    Rights, without regard to how the rights are labeled or
    categorized. For purposes of this Public License, the rights
    specified in Section 2(b)(1)-(2) are not Copyright and Similar
    Rights.

    d. Effective Technological Measures means those measures that, in the
    absence of proper authority, may not be circumvented under laws
    fulfilling obligations under Article 11 of the WIPO Copyright
    Treaty adopted on December 20, 1996, and/or similar international
    agreements.

    e. Exceptions and Limitations means fair use, fair dealing, and/or
    any other exception or limitation to Copyright and Similar Rights
    that applies to Your use of the Licensed Material.

    f. Licensed Material means the artistic or literary work, database,
    or other material to which the Licensor applied this Public
    License.

    g. Licensed Rights means the rights granted to You subject to the
    terms and conditions of this Public License, which are limited to
    all Copyright and Similar Rights that apply to Your use of the
    Licensed Material and that the Licensor has authority to license.

    h. Licensor means the individual(s) or entity(ies) granting rights
    under this Public License.

    i. Share means to provide material to the public by any means or
    process that requires permission under the Licensed Rights, such
    as reproduction, public display, public performance, distribution,
    dissemination, communication, or importation, and to make material
    available to the public including in ways that members of the
    public may access the material from a place and at a time
    individually chosen by them.

    j. Sui Generis Database Rights means rights other than copyright
    resulting from Directive 96/9/EC of the European Parliament and of
    the Council of 11 March 1996 on the legal protection of databases,
    as amended and/or succeeded, as well as other essentially
    equivalent rights anywhere in the world.

    k. You means the individual or entity exercising the Licensed Rights
    under this Public License. Your has a corresponding meaning.


    Section 2 -- Scope.

    a. License grant.

    1. Subject to the terms and conditions of this Public License,
    the Licensor hereby grants You a worldwide, royalty-free,
    non-sublicensable, non-exclusive, irrevocable license to
    exercise the Licensed Rights in the Licensed Material to:

    a. reproduce and Share the Licensed Material, in whole or
    in part; and

    b. produce, reproduce, and Share Adapted Material.

    2. Exceptions and Limitations. For the avoidance of doubt, where
    Exceptions and Limitations apply to Your use, this Public
    License does not apply, and You do not need to comply with
    its terms and conditions.

    3. Term. The term of this Public License is specified in Section
    6(a).

    4. Media and formats; technical modifications allowed. The
    Licensor authorizes You to exercise the Licensed Rights in
    all media and formats whether now known or hereafter created,
    and to make technical modifications necessary to do so. The
    Licensor waives and/or agrees not to assert any right or
    authority to forbid You from making technical modifications
    necessary to exercise the Licensed Rights, including
    technical modifications necessary to circumvent Effective
    Technological Measures. For purposes of this Public License,
    simply making modifications authorized by this Section 2(a)
    (4) never produces Adapted Material.

    5. Downstream recipients.

    a. Offer from the Licensor -- Licensed Material. Every
    recipient of the Licensed Material automatically
    receives an offer from the Licensor to exercise the
    Licensed Rights under the terms and conditions of this
    Public License.

    b. No downstream restrictions. You may not offer or impose
    any additional or different terms or conditions on, or
    apply any Effective Technological Measures to, the
    Licensed Material if doing so restricts exercise of the
    Licensed Rights by any recipient of the Licensed
    Material.

    6. No endorsement. Nothing in this Public License constitutes or
    may be construed as permission to assert or imply that You
    are, or that Your use of the Licensed Material is, connected
    with, or sponsored, endorsed, or granted official status by,
    the Licensor or others designated to receive attribution as
    provided in Section 3(a)(1)(A)(i).

    b. Other rights.

    1. Moral rights, such as the right of integrity, are not
    licensed under this Public License, nor are publicity,
    privacy, and/or other similar personality rights; however, to
    the extent possible, the Licensor waives and/or agrees not to
    assert any such rights held by the Licensor to the limited
    extent necessary to allow You to exercise the Licensed
    Rights, but not otherwise.

    2. Patent and trademark rights are not licensed under this
    Public License.

    3. To the extent possible, the Licensor waives any right to
    collect royalties from You for the exercise of the Licensed
    Rights, whether directly or through a collecting society
    under any voluntary or waivable statutory or compulsory
    licensing scheme. In all other cases the Licensor expressly
    reserves any right to collect such royalties.


    Section 3 -- License Conditions.

    Your exercise of the Licensed Rights is expressly made subject to the
    following conditions.

    a. Attribution.

    1. If You Share the Licensed Material (including in modified
    form), You must:

    a. retain the following if it is supplied by the Licensor
    with the Licensed Material:

    i. identification of the creator(s) of the Licensed
    Material and any others designated to receive
    attribution, in any reasonable manner requested by
    the Licensor (including by pseudonym if
    designated);

    ii. a copyright notice;

    iii. a notice that refers to this Public License;

    iv. a notice that refers to the disclaimer of
    warranties;

    v. a URI or hyperlink to the Licensed Material to the
    extent reasonably practicable;

    b. indicate if You modified the Licensed Material and
    retain an indication of any previous modifications; and

    c. indicate the Licensed Material is licensed under this
    Public License, and include the text of, or the URI or
    hyperlink to, this Public License.

    2. You may satisfy the conditions in Section 3(a)(1) in any
    reasonable manner based on the medium, means, and context in
    which You Share the Licensed Material. For example, it may be
    reasonable to satisfy the conditions by providing a URI or
    hyperlink to a resource that includes the required
    information.

    3. If requested by the Licensor, You must remove any of the
    information required by Section 3(a)(1)(A) to the extent
    reasonably practicable.

    4. If You Share Adapted Material You produce, the Adapter's
    License You apply must not prevent recipients of the Adapted
    Material from complying with this Public License.


    Section 4 -- Sui Generis Database Rights.

    Where the Licensed Rights include Sui Generis Database Rights that
    apply to Your use of the Licensed Material:

    a. for the avoidance of doubt, Section 2(a)(1) grants You the right
    to extract, reuse, reproduce, and Share all or a substantial
    portion of the contents of the database;

    b. if You include all or a substantial portion of the database
    contents in a database in which You have Sui Generis Database
    Rights, then the database in which You have Sui Generis Database
    Rights (but not its individual contents) is Adapted Material; and

    c. You must comply with the conditions in Section 3(a) if You Share
    all or a substantial portion of the contents of the database.

    For the avoidance of doubt, this Section 4 supplements and does not
    replace Your obligations under this Public License where the Licensed
    Rights include other Copyright and Similar Rights.


    Section 5 -- Disclaimer of Warranties and Limitation of Liability.

    a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
    EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
    AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
    ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
    IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
    WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
    PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
    ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
    KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
    ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.

    b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
    TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
    NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
    INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
    COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
    USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
    ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
    DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
    IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.

    c. The disclaimer of warranties and limitation of liability provided
    above shall be interpreted in a manner that, to the extent
    possible, most closely approximates an absolute disclaimer and
    waiver of all liability.


    Section 6 -- Term and Termination.

    a. This Public License applies for the term of the Copyright and
    Similar Rights licensed here. However, if You fail to comply with
    this Public License, then Your rights under this Public License
    terminate automatically.

    b. Where Your right to use the Licensed Material has terminated under
    Section 6(a), it reinstates:

    1. automatically as of the date the violation is cured, provided
    it is cured within 30 days of Your discovery of the
    violation; or

    2. upon express reinstatement by the Licensor.

    For the avoidance of doubt, this Section 6(b) does not affect any
    right the Licensor may have to seek remedies for Your violations
    of this Public License.

    c. For the avoidance of doubt, the Licensor may also offer the
    Licensed Material under separate terms or conditions or stop
    distributing the Licensed Material at any time; however, doing so
    will not terminate this Public License.

    d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
    License.


    Section 7 -- Other Terms and Conditions.

    a. The Licensor shall not be bound by any additional or different
    terms or conditions communicated by You unless expressly agreed.

    b. Any arrangements, understandings, or agreements regarding the
    Licensed Material not stated herein are separate from and
    independent of the terms and conditions of this Public License.


    Section 8 -- Interpretation.

    a. For the avoidance of doubt, this Public License does not, and
    shall not be interpreted to, reduce, limit, restrict, or impose
    conditions on any use of the Licensed Material that could lawfully
    be made without permission under this Public License.

    b. To the extent possible, if any provision of this Public License is
    deemed unenforceable, it shall be automatically reformed to the
    minimum extent necessary to make it enforceable. If the provision
    cannot be reformed, it shall be severed from this Public License
    without affecting the enforceability of the remaining terms and
    conditions.

    c. No term or condition of this Public License will be waived and no
    failure to comply consented to unless expressly agreed to by the
    Licensor.

    d. Nothing in this Public License constitutes or may be interpreted
    as a limitation upon, or waiver of, any privileges and immunities
    that apply to the Licensor or You, including from the legal
    processes of any jurisdiction or authority.

    - - - -

    BSD 3-Clause License

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

    3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    diff --git a/docs/mle-js-fetch/23ai/assets/highlight.css b/docs/mle-js-fetch/23ai/assets/highlight.css index 57a44b3..5fc52d1 100644 --- a/docs/mle-js-fetch/23ai/assets/highlight.css +++ b/docs/mle-js-fetch/23ai/assets/highlight.css @@ -1,24 +1,24 @@ :root { - --light-hl-0: #0000FF; - --dark-hl-0: #569CD6; + --light-hl-0: #AF00DB; + --dark-hl-0: #C586C0; --light-hl-1: #000000; --dark-hl-1: #D4D4D4; - --light-hl-2: #0070C1; - --dark-hl-2: #4FC1FF; - --light-hl-3: #AF00DB; - --dark-hl-3: #C586C0; - --light-hl-4: #A31515; - --dark-hl-4: #CE9178; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #0070C1; + --dark-hl-4: #4FC1FF; --light-hl-5: #001080; --dark-hl-5: #9CDCFE; --light-hl-6: #795E26; --dark-hl-6: #DCDCAA; - --light-hl-7: #098658; - --dark-hl-7: #B5CEA8; - --light-hl-8: #000000; - --dark-hl-8: #C8C8C8; - --light-hl-9: #008000; - --dark-hl-9: #6A9955; + --light-hl-7: #000000; + --dark-hl-7: #C8C8C8; + --light-hl-8: #008000; + --dark-hl-8: #6A9955; + --light-hl-9: #098658; + --dark-hl-9: #B5CEA8; --light-hl-10: #267F99; --dark-hl-10: #4EC9B0; --light-hl-11: #CD3131; diff --git a/docs/mle-js-fetch/23ai/index.html b/docs/mle-js-fetch/23ai/index.html index f4f32c8..d77e89a 100644 --- a/docs/mle-js-fetch/23ai/index.html +++ b/docs/mle-js-fetch/23ai/index.html @@ -29,13 +29,13 @@

    Fetch resources across the network from JavaScript

    In order to make the Fetch API available, it needs to be imported first. If executed as a snippet in DBMS_MLE, a dynamic import needs to be used and wrapped within an async function:

    -
    await import('mle-js-fetch');
    +
    await import('mle-js-fetch');
     

    If used within MLE modules, the regular ECMAScript module import syntax can be used:

    -
    import 'mle-js-fetch';
    +
    import 'mle-js-fetch';
     

    Once imported, fetch, Headers, Request and Response are available in the global namespace and can be used as in the following example:

    -
    (async () => {
    const fetchUrl = "<url-to-be-fetched>";
    console.log(await fetch(fetchUrl).then(response => response.text()));
    })(); +
    (async () => {
    const fetchUrl = "<url-to-be-fetched>";
    console.log(await fetch(fetchUrl).then(response => response.text()));
    })();

    It is important to be aware that the fetch implementation relies on the same security mechanisms as @@ -46,7 +46,7 @@

    Fetch resources across the network from JavaScript

    Legal Note

    -
    This product includes implementations of a specification https://fetch.spec.whatwg.org/ received by Oracle under the following terms, which include disclaimers of warranties by the third party copyright holders.  

    Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).

    This work is licensed under a Creative Commons Attribution 4.0 International
    License. To the extent portions of it are incorporated into source code,
    such portions in the source code are licensed under the BSD 3-Clause License instead.

    - - - -

    Creative Commons Attribution 4.0 International Public License

    By exercising the Licensed Rights (defined below), You accept and agree
    to be bound by the terms and conditions of this Creative Commons
    Attribution 4.0 International Public License ("Public License"). To the
    extent this Public License may be interpreted as a contract, You are
    granted the Licensed Rights in consideration of Your acceptance of
    these terms and conditions, and the Licensor grants You such rights in
    consideration of benefits the Licensor receives from making the
    Licensed Material available under these terms and conditions.


    Section 1 -- Definitions.

    a. Adapted Material means material subject to Copyright and Similar
    Rights that is derived from or based upon the Licensed Material
    and in which the Licensed Material is translated, altered,
    arranged, transformed, or otherwise modified in a manner requiring
    permission under the Copyright and Similar Rights held by the
    Licensor. For purposes of this Public License, where the Licensed
    Material is a musical work, performance, or sound recording,
    Adapted Material is always produced where the Licensed Material is
    synched in timed relation with a moving image.

    b. Adapter's License means the license You apply to Your Copyright
    and Similar Rights in Your contributions to Adapted Material in
    accordance with the terms and conditions of this Public License.

    c. Copyright and Similar Rights means copyright and/or similar rights
    closely related to copyright including, without limitation,
    performance, broadcast, sound recording, and Sui Generis Database
    Rights, without regard to how the rights are labeled or
    categorized. For purposes of this Public License, the rights
    specified in Section 2(b)(1)-(2) are not Copyright and Similar
    Rights.

    d. Effective Technological Measures means those measures that, in the
    absence of proper authority, may not be circumvented under laws
    fulfilling obligations under Article 11 of the WIPO Copyright
    Treaty adopted on December 20, 1996, and/or similar international
    agreements.

    e. Exceptions and Limitations means fair use, fair dealing, and/or
    any other exception or limitation to Copyright and Similar Rights
    that applies to Your use of the Licensed Material.

    f. Licensed Material means the artistic or literary work, database,
    or other material to which the Licensor applied this Public
    License.

    g. Licensed Rights means the rights granted to You subject to the
    terms and conditions of this Public License, which are limited to
    all Copyright and Similar Rights that apply to Your use of the
    Licensed Material and that the Licensor has authority to license.

    h. Licensor means the individual(s) or entity(ies) granting rights
    under this Public License.

    i. Share means to provide material to the public by any means or
    process that requires permission under the Licensed Rights, such
    as reproduction, public display, public performance, distribution,
    dissemination, communication, or importation, and to make material
    available to the public including in ways that members of the
    public may access the material from a place and at a time
    individually chosen by them.

    j. Sui Generis Database Rights means rights other than copyright
    resulting from Directive 96/9/EC of the European Parliament and of
    the Council of 11 March 1996 on the legal protection of databases,
    as amended and/or succeeded, as well as other essentially
    equivalent rights anywhere in the world.

    k. You means the individual or entity exercising the Licensed Rights
    under this Public License. Your has a corresponding meaning.


    Section 2 -- Scope.

    a. License grant.

    1. Subject to the terms and conditions of this Public License,
    the Licensor hereby grants You a worldwide, royalty-free,
    non-sublicensable, non-exclusive, irrevocable license to
    exercise the Licensed Rights in the Licensed Material to:

    a. reproduce and Share the Licensed Material, in whole or
    in part; and

    b. produce, reproduce, and Share Adapted Material.

    2. Exceptions and Limitations. For the avoidance of doubt, where
    Exceptions and Limitations apply to Your use, this Public
    License does not apply, and You do not need to comply with
    its terms and conditions.

    3. Term. The term of this Public License is specified in Section
    6(a).

    4. Media and formats; technical modifications allowed. The
    Licensor authorizes You to exercise the Licensed Rights in
    all media and formats whether now known or hereafter created,
    and to make technical modifications necessary to do so. The
    Licensor waives and/or agrees not to assert any right or
    authority to forbid You from making technical modifications
    necessary to exercise the Licensed Rights, including
    technical modifications necessary to circumvent Effective
    Technological Measures. For purposes of this Public License,
    simply making modifications authorized by this Section 2(a)
    (4) never produces Adapted Material.

    5. Downstream recipients.

    a. Offer from the Licensor -- Licensed Material. Every
    recipient of the Licensed Material automatically
    receives an offer from the Licensor to exercise the
    Licensed Rights under the terms and conditions of this
    Public License.

    b. No downstream restrictions. You may not offer or impose
    any additional or different terms or conditions on, or
    apply any Effective Technological Measures to, the
    Licensed Material if doing so restricts exercise of the
    Licensed Rights by any recipient of the Licensed
    Material.

    6. No endorsement. Nothing in this Public License constitutes or
    may be construed as permission to assert or imply that You
    are, or that Your use of the Licensed Material is, connected
    with, or sponsored, endorsed, or granted official status by,
    the Licensor or others designated to receive attribution as
    provided in Section 3(a)(1)(A)(i).

    b. Other rights.

    1. Moral rights, such as the right of integrity, are not
    licensed under this Public License, nor are publicity,
    privacy, and/or other similar personality rights; however, to
    the extent possible, the Licensor waives and/or agrees not to
    assert any such rights held by the Licensor to the limited
    extent necessary to allow You to exercise the Licensed
    Rights, but not otherwise.

    2. Patent and trademark rights are not licensed under this
    Public License.

    3. To the extent possible, the Licensor waives any right to
    collect royalties from You for the exercise of the Licensed
    Rights, whether directly or through a collecting society
    under any voluntary or waivable statutory or compulsory
    licensing scheme. In all other cases the Licensor expressly
    reserves any right to collect such royalties.


    Section 3 -- License Conditions.

    Your exercise of the Licensed Rights is expressly made subject to the
    following conditions.

    a. Attribution.

    1. If You Share the Licensed Material (including in modified
    form), You must:

    a. retain the following if it is supplied by the Licensor
    with the Licensed Material:

    i. identification of the creator(s) of the Licensed
    Material and any others designated to receive
    attribution, in any reasonable manner requested by
    the Licensor (including by pseudonym if
    designated);

    ii. a copyright notice;

    iii. a notice that refers to this Public License;

    iv. a notice that refers to the disclaimer of
    warranties;

    v. a URI or hyperlink to the Licensed Material to the
    extent reasonably practicable;

    b. indicate if You modified the Licensed Material and
    retain an indication of any previous modifications; and

    c. indicate the Licensed Material is licensed under this
    Public License, and include the text of, or the URI or
    hyperlink to, this Public License.

    2. You may satisfy the conditions in Section 3(a)(1) in any
    reasonable manner based on the medium, means, and context in
    which You Share the Licensed Material. For example, it may be
    reasonable to satisfy the conditions by providing a URI or
    hyperlink to a resource that includes the required
    information.

    3. If requested by the Licensor, You must remove any of the
    information required by Section 3(a)(1)(A) to the extent
    reasonably practicable.

    4. If You Share Adapted Material You produce, the Adapter's
    License You apply must not prevent recipients of the Adapted
    Material from complying with this Public License.


    Section 4 -- Sui Generis Database Rights.

    Where the Licensed Rights include Sui Generis Database Rights that
    apply to Your use of the Licensed Material:

    a. for the avoidance of doubt, Section 2(a)(1) grants You the right
    to extract, reuse, reproduce, and Share all or a substantial
    portion of the contents of the database;

    b. if You include all or a substantial portion of the database
    contents in a database in which You have Sui Generis Database
    Rights, then the database in which You have Sui Generis Database
    Rights (but not its individual contents) is Adapted Material; and

    c. You must comply with the conditions in Section 3(a) if You Share
    all or a substantial portion of the contents of the database.

    For the avoidance of doubt, this Section 4 supplements and does not
    replace Your obligations under this Public License where the Licensed
    Rights include other Copyright and Similar Rights.


    Section 5 -- Disclaimer of Warranties and Limitation of Liability.

    a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
    EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
    AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
    ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
    IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
    WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
    PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
    ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
    KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
    ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.

    b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
    TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
    NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
    INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
    COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
    USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
    ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
    DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
    IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.

    c. The disclaimer of warranties and limitation of liability provided
    above shall be interpreted in a manner that, to the extent
    possible, most closely approximates an absolute disclaimer and
    waiver of all liability.


    Section 6 -- Term and Termination.

    a. This Public License applies for the term of the Copyright and
    Similar Rights licensed here. However, if You fail to comply with
    this Public License, then Your rights under this Public License
    terminate automatically.

    b. Where Your right to use the Licensed Material has terminated under
    Section 6(a), it reinstates:

    1. automatically as of the date the violation is cured, provided
    it is cured within 30 days of Your discovery of the
    violation; or

    2. upon express reinstatement by the Licensor.

    For the avoidance of doubt, this Section 6(b) does not affect any
    right the Licensor may have to seek remedies for Your violations
    of this Public License.

    c. For the avoidance of doubt, the Licensor may also offer the
    Licensed Material under separate terms or conditions or stop
    distributing the Licensed Material at any time; however, doing so
    will not terminate this Public License.

    d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
    License.


    Section 7 -- Other Terms and Conditions.

    a. The Licensor shall not be bound by any additional or different
    terms or conditions communicated by You unless expressly agreed.

    b. Any arrangements, understandings, or agreements regarding the
    Licensed Material not stated herein are separate from and
    independent of the terms and conditions of this Public License.


    Section 8 -- Interpretation.

    a. For the avoidance of doubt, this Public License does not, and
    shall not be interpreted to, reduce, limit, restrict, or impose
    conditions on any use of the Licensed Material that could lawfully
    be made without permission under this Public License.

    b. To the extent possible, if any provision of this Public License is
    deemed unenforceable, it shall be automatically reformed to the
    minimum extent necessary to make it enforceable. If the provision
    cannot be reformed, it shall be severed from this Public License
    without affecting the enforceability of the remaining terms and
    conditions.

    c. No term or condition of this Public License will be waived and no
    failure to comply consented to unless expressly agreed to by the
    Licensor.

    d. Nothing in this Public License constitutes or may be interpreted
    as a limitation upon, or waiver of, any privileges and immunities
    that apply to the Licensor or You, including from the legal
    processes of any jurisdiction or authority.

    - - - -

    BSD 3-Clause License

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

    3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +
    This product includes implementations of a specification https://fetch.spec.whatwg.org/ received by Oracle under the following terms, which include disclaimers of warranties by the third party copyright holders.  

    Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).

    This work is licensed under a Creative Commons Attribution 4.0 International
    License. To the extent portions of it are incorporated into source code,
    such portions in the source code are licensed under the BSD 3-Clause License instead.

    - - - -

    Creative Commons Attribution 4.0 International Public License

    By exercising the Licensed Rights (defined below), You accept and agree
    to be bound by the terms and conditions of this Creative Commons
    Attribution 4.0 International Public License ("Public License"). To the
    extent this Public License may be interpreted as a contract, You are
    granted the Licensed Rights in consideration of Your acceptance of
    these terms and conditions, and the Licensor grants You such rights in
    consideration of benefits the Licensor receives from making the
    Licensed Material available under these terms and conditions.


    Section 1 -- Definitions.

    a. Adapted Material means material subject to Copyright and Similar
    Rights that is derived from or based upon the Licensed Material
    and in which the Licensed Material is translated, altered,
    arranged, transformed, or otherwise modified in a manner requiring
    permission under the Copyright and Similar Rights held by the
    Licensor. For purposes of this Public License, where the Licensed
    Material is a musical work, performance, or sound recording,
    Adapted Material is always produced where the Licensed Material is
    synched in timed relation with a moving image.

    b. Adapter's License means the license You apply to Your Copyright
    and Similar Rights in Your contributions to Adapted Material in
    accordance with the terms and conditions of this Public License.

    c. Copyright and Similar Rights means copyright and/or similar rights
    closely related to copyright including, without limitation,
    performance, broadcast, sound recording, and Sui Generis Database
    Rights, without regard to how the rights are labeled or
    categorized. For purposes of this Public License, the rights
    specified in Section 2(b)(1)-(2) are not Copyright and Similar
    Rights.

    d. Effective Technological Measures means those measures that, in the
    absence of proper authority, may not be circumvented under laws
    fulfilling obligations under Article 11 of the WIPO Copyright
    Treaty adopted on December 20, 1996, and/or similar international
    agreements.

    e. Exceptions and Limitations means fair use, fair dealing, and/or
    any other exception or limitation to Copyright and Similar Rights
    that applies to Your use of the Licensed Material.

    f. Licensed Material means the artistic or literary work, database,
    or other material to which the Licensor applied this Public
    License.

    g. Licensed Rights means the rights granted to You subject to the
    terms and conditions of this Public License, which are limited to
    all Copyright and Similar Rights that apply to Your use of the
    Licensed Material and that the Licensor has authority to license.

    h. Licensor means the individual(s) or entity(ies) granting rights
    under this Public License.

    i. Share means to provide material to the public by any means or
    process that requires permission under the Licensed Rights, such
    as reproduction, public display, public performance, distribution,
    dissemination, communication, or importation, and to make material
    available to the public including in ways that members of the
    public may access the material from a place and at a time
    individually chosen by them.

    j. Sui Generis Database Rights means rights other than copyright
    resulting from Directive 96/9/EC of the European Parliament and of
    the Council of 11 March 1996 on the legal protection of databases,
    as amended and/or succeeded, as well as other essentially
    equivalent rights anywhere in the world.

    k. You means the individual or entity exercising the Licensed Rights
    under this Public License. Your has a corresponding meaning.


    Section 2 -- Scope.

    a. License grant.

    1. Subject to the terms and conditions of this Public License,
    the Licensor hereby grants You a worldwide, royalty-free,
    non-sublicensable, non-exclusive, irrevocable license to
    exercise the Licensed Rights in the Licensed Material to:

    a. reproduce and Share the Licensed Material, in whole or
    in part; and

    b. produce, reproduce, and Share Adapted Material.

    2. Exceptions and Limitations. For the avoidance of doubt, where
    Exceptions and Limitations apply to Your use, this Public
    License does not apply, and You do not need to comply with
    its terms and conditions.

    3. Term. The term of this Public License is specified in Section
    6(a).

    4. Media and formats; technical modifications allowed. The
    Licensor authorizes You to exercise the Licensed Rights in
    all media and formats whether now known or hereafter created,
    and to make technical modifications necessary to do so. The
    Licensor waives and/or agrees not to assert any right or
    authority to forbid You from making technical modifications
    necessary to exercise the Licensed Rights, including
    technical modifications necessary to circumvent Effective
    Technological Measures. For purposes of this Public License,
    simply making modifications authorized by this Section 2(a)
    (4) never produces Adapted Material.

    5. Downstream recipients.

    a. Offer from the Licensor -- Licensed Material. Every
    recipient of the Licensed Material automatically
    receives an offer from the Licensor to exercise the
    Licensed Rights under the terms and conditions of this
    Public License.

    b. No downstream restrictions. You may not offer or impose
    any additional or different terms or conditions on, or
    apply any Effective Technological Measures to, the
    Licensed Material if doing so restricts exercise of the
    Licensed Rights by any recipient of the Licensed
    Material.

    6. No endorsement. Nothing in this Public License constitutes or
    may be construed as permission to assert or imply that You
    are, or that Your use of the Licensed Material is, connected
    with, or sponsored, endorsed, or granted official status by,
    the Licensor or others designated to receive attribution as
    provided in Section 3(a)(1)(A)(i).

    b. Other rights.

    1. Moral rights, such as the right of integrity, are not
    licensed under this Public License, nor are publicity,
    privacy, and/or other similar personality rights; however, to
    the extent possible, the Licensor waives and/or agrees not to
    assert any such rights held by the Licensor to the limited
    extent necessary to allow You to exercise the Licensed
    Rights, but not otherwise.

    2. Patent and trademark rights are not licensed under this
    Public License.

    3. To the extent possible, the Licensor waives any right to
    collect royalties from You for the exercise of the Licensed
    Rights, whether directly or through a collecting society
    under any voluntary or waivable statutory or compulsory
    licensing scheme. In all other cases the Licensor expressly
    reserves any right to collect such royalties.


    Section 3 -- License Conditions.

    Your exercise of the Licensed Rights is expressly made subject to the
    following conditions.

    a. Attribution.

    1. If You Share the Licensed Material (including in modified
    form), You must:

    a. retain the following if it is supplied by the Licensor
    with the Licensed Material:

    i. identification of the creator(s) of the Licensed
    Material and any others designated to receive
    attribution, in any reasonable manner requested by
    the Licensor (including by pseudonym if
    designated);

    ii. a copyright notice;

    iii. a notice that refers to this Public License;

    iv. a notice that refers to the disclaimer of
    warranties;

    v. a URI or hyperlink to the Licensed Material to the
    extent reasonably practicable;

    b. indicate if You modified the Licensed Material and
    retain an indication of any previous modifications; and

    c. indicate the Licensed Material is licensed under this
    Public License, and include the text of, or the URI or
    hyperlink to, this Public License.

    2. You may satisfy the conditions in Section 3(a)(1) in any
    reasonable manner based on the medium, means, and context in
    which You Share the Licensed Material. For example, it may be
    reasonable to satisfy the conditions by providing a URI or
    hyperlink to a resource that includes the required
    information.

    3. If requested by the Licensor, You must remove any of the
    information required by Section 3(a)(1)(A) to the extent
    reasonably practicable.

    4. If You Share Adapted Material You produce, the Adapter's
    License You apply must not prevent recipients of the Adapted
    Material from complying with this Public License.


    Section 4 -- Sui Generis Database Rights.

    Where the Licensed Rights include Sui Generis Database Rights that
    apply to Your use of the Licensed Material:

    a. for the avoidance of doubt, Section 2(a)(1) grants You the right
    to extract, reuse, reproduce, and Share all or a substantial
    portion of the contents of the database;

    b. if You include all or a substantial portion of the database
    contents in a database in which You have Sui Generis Database
    Rights, then the database in which You have Sui Generis Database
    Rights (but not its individual contents) is Adapted Material; and

    c. You must comply with the conditions in Section 3(a) if You Share
    all or a substantial portion of the contents of the database.

    For the avoidance of doubt, this Section 4 supplements and does not
    replace Your obligations under this Public License where the Licensed
    Rights include other Copyright and Similar Rights.


    Section 5 -- Disclaimer of Warranties and Limitation of Liability.

    a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
    EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
    AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
    ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
    IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
    WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
    PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
    ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
    KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
    ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.

    b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
    TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
    NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
    INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
    COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
    USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
    ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
    DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
    IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.

    c. The disclaimer of warranties and limitation of liability provided
    above shall be interpreted in a manner that, to the extent
    possible, most closely approximates an absolute disclaimer and
    waiver of all liability.


    Section 6 -- Term and Termination.

    a. This Public License applies for the term of the Copyright and
    Similar Rights licensed here. However, if You fail to comply with
    this Public License, then Your rights under this Public License
    terminate automatically.

    b. Where Your right to use the Licensed Material has terminated under
    Section 6(a), it reinstates:

    1. automatically as of the date the violation is cured, provided
    it is cured within 30 days of Your discovery of the
    violation; or

    2. upon express reinstatement by the Licensor.

    For the avoidance of doubt, this Section 6(b) does not affect any
    right the Licensor may have to seek remedies for Your violations
    of this Public License.

    c. For the avoidance of doubt, the Licensor may also offer the
    Licensed Material under separate terms or conditions or stop
    distributing the Licensed Material at any time; however, doing so
    will not terminate this Public License.

    d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
    License.


    Section 7 -- Other Terms and Conditions.

    a. The Licensor shall not be bound by any additional or different
    terms or conditions communicated by You unless expressly agreed.

    b. Any arrangements, understandings, or agreements regarding the
    Licensed Material not stated herein are separate from and
    independent of the terms and conditions of this Public License.


    Section 8 -- Interpretation.

    a. For the avoidance of doubt, this Public License does not, and
    shall not be interpreted to, reduce, limit, restrict, or impose
    conditions on any use of the Licensed Material that could lawfully
    be made without permission under this Public License.

    b. To the extent possible, if any provision of this Public License is
    deemed unenforceable, it shall be automatically reformed to the
    minimum extent necessary to make it enforceable. If the provision
    cannot be reformed, it shall be severed from this Public License
    without affecting the enforceability of the remaining terms and
    conditions.

    c. No term or condition of this Public License will be waived and no
    failure to comply consented to unless expressly agreed to by the
    Licensor.

    d. Nothing in this Public License constitutes or may be interpreted
    as a limitation upon, or waiver of, any privileges and immunities
    that apply to the Licensor or You, including from the legal
    processes of any jurisdiction or authority.

    - - - -

    BSD 3-Clause License

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

    3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    diff --git a/docs/mle-js-oracledb/23ai/assets/highlight.css b/docs/mle-js-oracledb/23ai/assets/highlight.css index 57a44b3..5fc52d1 100644 --- a/docs/mle-js-oracledb/23ai/assets/highlight.css +++ b/docs/mle-js-oracledb/23ai/assets/highlight.css @@ -1,24 +1,24 @@ :root { - --light-hl-0: #0000FF; - --dark-hl-0: #569CD6; + --light-hl-0: #AF00DB; + --dark-hl-0: #C586C0; --light-hl-1: #000000; --dark-hl-1: #D4D4D4; - --light-hl-2: #0070C1; - --dark-hl-2: #4FC1FF; - --light-hl-3: #AF00DB; - --dark-hl-3: #C586C0; - --light-hl-4: #A31515; - --dark-hl-4: #CE9178; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #0070C1; + --dark-hl-4: #4FC1FF; --light-hl-5: #001080; --dark-hl-5: #9CDCFE; --light-hl-6: #795E26; --dark-hl-6: #DCDCAA; - --light-hl-7: #098658; - --dark-hl-7: #B5CEA8; - --light-hl-8: #000000; - --dark-hl-8: #C8C8C8; - --light-hl-9: #008000; - --dark-hl-9: #6A9955; + --light-hl-7: #000000; + --dark-hl-7: #C8C8C8; + --light-hl-8: #008000; + --dark-hl-8: #6A9955; + --light-hl-9: #098658; + --dark-hl-9: #B5CEA8; --light-hl-10: #267F99; --dark-hl-10: #4EC9B0; --light-hl-11: #CD3131; diff --git a/docs/mle-js-oracledb/23ai/assets/search.js b/docs/mle-js-oracledb/23ai/assets/search.js index 57ff2e5..4cf1133 100644 --- a/docs/mle-js-oracledb/23ai/assets/search.js +++ b/docs/mle-js-oracledb/23ai/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"index-esm\",\"url\":\"modules/index_esm.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"oracledb\",\"url\":\"variables/index_esm.oracledb-1.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"index-esm\"},{\"kind\":8388608,\"name\":\"default\",\"url\":\"modules/index_esm.html#default\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index-esm\"},{\"kind\":2,\"name\":\"mle-js-oracledb-common\",\"url\":\"modules/mle_js_oracledb_common.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"OracleDb\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"mle-js-oracledb-common\"},{\"kind\":1024,\"name\":\"OUT_FORMAT_ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OUT_FORMAT_ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"OUT_FORMAT_OBJECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OUT_FORMAT_OBJECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"OBJECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OBJECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DEFAULT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DEFAULT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STRING\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STRING\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"NUMBER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#NUMBER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_NUMBER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_NUMBER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_DATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_BLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_BLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_CLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_CLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_INTERVAL_DS\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_INTERVAL_DS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_INTERVAL_YM\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_INTERVAL_YM\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_TIMESTAMP\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_TIMESTAMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_TIMESTAMP_TZ\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_TIMESTAMP_TZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"UINT8ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#UINT8ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_VARCHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_VARCHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NUMBER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NUMBER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_LONG\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_LONG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_DATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_RAW\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_RAW\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_LONG_RAW\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_LONG_RAW\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_CHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_CHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BINARY_FLOAT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BINARY_FLOAT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BINARY_DOUBLE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BINARY_DOUBLE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BINARY_INTEGER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BINARY_INTEGER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_ROWID\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_ROWID\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_UROWID\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_UROWID\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BOOLEAN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BOOLEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_CLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_CLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_TIMESTAMP\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_TIMESTAMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_TIMESTAMP_TZ\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_TIMESTAMP_TZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_TIMESTAMP_LTZ\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_TIMESTAMP_LTZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NVARCHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NVARCHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NCHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NCHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NCLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NCLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_JSON\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_JSON\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_VECTOR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_VECTOR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_INTERVAL_YM\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_INTERVAL_YM\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_INTERVAL_DS\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_INTERVAL_DS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"BIND_IN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#BIND_IN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"BIND_INOUT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#BIND_INOUT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"BIND_OUT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#BIND_OUT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_UNKNOWN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_UNKNOWN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_SELECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_SELECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_UPDATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_UPDATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_DELETE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_DELETE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_INSERT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_CREATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_CREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_DROP\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_DROP\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_ALTER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_ALTER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_BEGIN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_BEGIN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_DECLARE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_DECLARE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_CALL\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_CALL\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_EXPLAIN_PLAN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_EXPLAIN_PLAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_MERGE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_ROLLBACK\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_ROLLBACK\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_COMMIT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_COMMIT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SODA_COLL_MAP_MODE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SODA_COLL_MAP_MODE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"parameters\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaCollection\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaCollection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaDatabase\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaDatabase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaDocument\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaDocumentCursor\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaDocumentCursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaOperation\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaOperation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"OracleDb\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OracleDb\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"Connection\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#Connection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ResultSet\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ResultSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"outFormat\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#outFormat\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"extendedMetaData\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#extendedMetaData\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"fetchArraySize\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#fetchArraySize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"fetchAsPlsqlWrapper\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#fetchAsPlsqlWrapper\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"fetchAsString\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#fetchAsString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"maxRows\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#maxRows\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":2048,\"name\":\"defaultConnection\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#defaultConnection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":2,\"name\":\"api\",\"url\":\"modules/api.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"IError\",\"url\":\"interfaces/api.IError.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"errorNum\",\"url\":\"interfaces/api.IError.html#errorNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IError\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"interfaces/api.IError.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IError\"},{\"kind\":256,\"name\":\"IFetchInfoColumnSpec\",\"url\":\"interfaces/api.IFetchInfoColumnSpec.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IFetchInfoColumnSpec.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IFetchInfoColumnSpec\"},{\"kind\":256,\"name\":\"IFetchInfo\",\"url\":\"interfaces/api.IFetchInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"IExecuteOptions\",\"url\":\"interfaces/api.IExecuteOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"extendedMetaData\",\"url\":\"interfaces/api.IExecuteOptions.html#extendedMetaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"fetchArraySize\",\"url\":\"interfaces/api.IExecuteOptions.html#fetchArraySize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"fetchInfo\",\"url\":\"interfaces/api.IExecuteOptions.html#fetchInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"maxRows\",\"url\":\"interfaces/api.IExecuteOptions.html#maxRows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"outFormat\",\"url\":\"interfaces/api.IExecuteOptions.html#outFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"resultSet\",\"url\":\"interfaces/api.IExecuteOptions.html#resultSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"keepInStmtCache\",\"url\":\"interfaces/api.IExecuteOptions.html#keepInStmtCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":256,\"name\":\"IBindDef\",\"url\":\"interfaces/api.IBindDef.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"interfaces/api.IBindDef.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindDef\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/api.IBindDef.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindDef\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IBindDef.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindDef\"},{\"kind\":256,\"name\":\"IObjectBindDefs\",\"url\":\"interfaces/api.IObjectBindDefs.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"ArrayBindDefs\",\"url\":\"types/api.ArrayBindDefs.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"ExecuteManyBindDefs\",\"url\":\"types/api.ExecuteManyBindDefs.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"IExecuteManyOptions\",\"url\":\"interfaces/api.IExecuteManyOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"bindDefs\",\"url\":\"interfaces/api.IExecuteManyOptions.html#bindDefs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyOptions\"},{\"kind\":1024,\"name\":\"dmlRowCounts\",\"url\":\"interfaces/api.IExecuteManyOptions.html#dmlRowCounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyOptions\"},{\"kind\":1024,\"name\":\"keepInStmtCache\",\"url\":\"interfaces/api.IExecuteManyOptions.html#keepInStmtCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyOptions\"},{\"kind\":256,\"name\":\"IMetaData\",\"url\":\"interfaces/api.IMetaData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/api.IMetaData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"fetchType\",\"url\":\"interfaces/api.IMetaData.html#fetchType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"dbType\",\"url\":\"interfaces/api.IMetaData.html#dbType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"byteSize\",\"url\":\"interfaces/api.IMetaData.html#byteSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"precision\",\"url\":\"interfaces/api.IMetaData.html#precision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/api.IMetaData.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"nullable\",\"url\":\"interfaces/api.IMetaData.html#nullable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"dbTypeName\",\"url\":\"interfaces/api.IMetaData.html#dbTypeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"vectorDimensions\",\"url\":\"interfaces/api.IMetaData.html#vectorDimensions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"vectorFormat\",\"url\":\"interfaces/api.IMetaData.html#vectorFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":128,\"name\":\"IResultSet\",\"url\":\"classes/api.IResultSet.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"classes/api.IResultSet.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/api.IResultSet.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"getRow\",\"url\":\"classes/api.IResultSet.html#getRow\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"getRows\",\"url\":\"classes/api.IResultSet.html#getRows\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"iterator\",\"url\":\"classes/api.IResultSet.html#iterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/api.IResultSet.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":256,\"name\":\"IExecuteReturn\",\"url\":\"interfaces/api.IExecuteReturn.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"interfaces/api.IExecuteReturn.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"outBinds\",\"url\":\"interfaces/api.IExecuteReturn.html#outBinds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"resultSet\",\"url\":\"interfaces/api.IExecuteReturn.html#resultSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"rows\",\"url\":\"interfaces/api.IExecuteReturn.html#rows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"rowsAffected\",\"url\":\"interfaces/api.IExecuteReturn.html#rowsAffected\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":256,\"name\":\"IExecuteManyReturn\",\"url\":\"interfaces/api.IExecuteManyReturn.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"outBinds\",\"url\":\"interfaces/api.IExecuteManyReturn.html#outBinds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyReturn\"},{\"kind\":1024,\"name\":\"rowsAffected\",\"url\":\"interfaces/api.IExecuteManyReturn.html#rowsAffected\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyReturn\"},{\"kind\":256,\"name\":\"IBindObjectValue\",\"url\":\"interfaces/api.IBindObjectValue.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"maxArraySize\",\"url\":\"interfaces/api.IBindObjectValue.html#maxArraySize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"val\",\"url\":\"interfaces/api.IBindObjectValue.html#val\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"interfaces/api.IBindObjectValue.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/api.IBindObjectValue.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IBindObjectValue.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":4194304,\"name\":\"BindValue\",\"url\":\"types/api.BindValue.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"INamedBinds\",\"url\":\"interfaces/api.INamedBinds.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"PosBinds\",\"url\":\"types/api.PosBinds.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"BindParameters\",\"url\":\"types/api.BindParameters.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"IStatementInfo\",\"url\":\"interfaces/api.IStatementInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"bindNames\",\"url\":\"interfaces/api.IStatementInfo.html#bindNames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IStatementInfo\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"interfaces/api.IStatementInfo.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IStatementInfo\"},{\"kind\":1024,\"name\":\"statementType\",\"url\":\"interfaces/api.IStatementInfo.html#statementType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IStatementInfo\"},{\"kind\":128,\"name\":\"IConnection\",\"url\":\"classes/api.IConnection.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"oracleServerVersion\",\"url\":\"classes/api.IConnection.html#oracleServerVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":1024,\"name\":\"oracleServerVersionString\",\"url\":\"classes/api.IConnection.html#oracleServerVersionString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":1024,\"name\":\"stmtCacheSize\",\"url\":\"classes/api.IConnection.html#stmtCacheSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"commit\",\"url\":\"classes/api.IConnection.html#commit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/api.IConnection.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"executeMany\",\"url\":\"classes/api.IConnection.html#executeMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"getStatementInfo\",\"url\":\"classes/api.IConnection.html#getStatementInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"rollback\",\"url\":\"classes/api.IConnection.html#rollback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"getSodaDatabase\",\"url\":\"classes/api.IConnection.html#getSodaDatabase\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"getDbObjectClass\",\"url\":\"classes/api.IConnection.html#getDbObjectClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":256,\"name\":\"IDbObjectAttributes\",\"url\":\"interfaces/api.IDbObjectAttributes.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IDbObjectAttributes.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IDbObjectAttributes\"},{\"kind\":1024,\"name\":\"typeName\",\"url\":\"interfaces/api.IDbObjectAttributes.html#typeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IDbObjectAttributes\"},{\"kind\":1024,\"name\":\"typeClass\",\"url\":\"interfaces/api.IDbObjectAttributes.html#typeClass\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IDbObjectAttributes\"},{\"kind\":128,\"name\":\"IDbObjectClass\",\"url\":\"classes/api.IDbObjectClass.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"classes/api.IDbObjectClass.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"elementType\",\"url\":\"classes/api.IDbObjectClass.html#elementType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"elementTypeClass\",\"url\":\"classes/api.IDbObjectClass.html#elementTypeClass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"elementTypeName\",\"url\":\"classes/api.IDbObjectClass.html#elementTypeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"fqn\",\"url\":\"classes/api.IDbObjectClass.html#fqn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"isCollection\",\"url\":\"classes/api.IDbObjectClass.html#isCollection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/api.IDbObjectClass.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"schema\",\"url\":\"classes/api.IDbObjectClass.html#schema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"packageName\",\"url\":\"classes/api.IDbObjectClass.html#packageName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/api.IDbObjectClass.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"append\",\"url\":\"classes/api.IDbObjectClass.html#append\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"deleteElement\",\"url\":\"classes/api.IDbObjectClass.html#deleteElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getElement\",\"url\":\"classes/api.IDbObjectClass.html#getElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getFirstIndex\",\"url\":\"classes/api.IDbObjectClass.html#getFirstIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/api.IDbObjectClass.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getLastIndex\",\"url\":\"classes/api.IDbObjectClass.html#getLastIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getNextIndex\",\"url\":\"classes/api.IDbObjectClass.html#getNextIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getPrevIndex\",\"url\":\"classes/api.IDbObjectClass.html#getPrevIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"hasElement\",\"url\":\"classes/api.IDbObjectClass.html#hasElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"setElement\",\"url\":\"classes/api.IDbObjectClass.html#setElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getValues\",\"url\":\"classes/api.IDbObjectClass.html#getValues\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"trim\",\"url\":\"classes/api.IDbObjectClass.html#trim\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":4194304,\"name\":\"OutFormatType\",\"url\":\"types/api.OutFormatType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ARRAY\",\"url\":\"variables/api.ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"OUT_FORMAT_ARRAY\",\"url\":\"variables/api.OUT_FORMAT_ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"OBJECT\",\"url\":\"variables/api.OBJECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"OUT_FORMAT_OBJECT\",\"url\":\"variables/api.OUT_FORMAT_OBJECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"JsType\",\"url\":\"types/api.JsType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DEFAULT\",\"url\":\"variables/api.DEFAULT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STRING\",\"url\":\"variables/api.STRING.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"NUMBER\",\"url\":\"variables/api.NUMBER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DATE\",\"url\":\"variables/api.DATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_NUMBER\",\"url\":\"variables/api.ORACLE_NUMBER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_DATE\",\"url\":\"variables/api.ORACLE_DATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_BLOB\",\"url\":\"variables/api.ORACLE_BLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_CLOB\",\"url\":\"variables/api.ORACLE_CLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_INTERVAL_DS\",\"url\":\"variables/api.ORACLE_INTERVAL_DS.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_INTERVAL_YM\",\"url\":\"variables/api.ORACLE_INTERVAL_YM.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_NCLOB\",\"url\":\"variables/api.ORACLE_NCLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"UINT8ARRAY\",\"url\":\"variables/api.UINT8ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_TIMESTAMP\",\"url\":\"variables/api.ORACLE_TIMESTAMP.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_TIMESTAMP_TZ\",\"url\":\"variables/api.ORACLE_TIMESTAMP_TZ.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"INT8ARRAY\",\"url\":\"variables/api.INT8ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"FLOAT32ARRAY\",\"url\":\"variables/api.FLOAT32ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"FLOAT64ARRAY\",\"url\":\"variables/api.FLOAT64ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"DbType\",\"url\":\"types/api.DbType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_VARCHAR\",\"url\":\"variables/api.DB_TYPE_VARCHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NUMBER\",\"url\":\"variables/api.DB_TYPE_NUMBER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_LONG\",\"url\":\"variables/api.DB_TYPE_LONG.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_DATE\",\"url\":\"variables/api.DB_TYPE_DATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_RAW\",\"url\":\"variables/api.DB_TYPE_RAW.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_LONG_RAW\",\"url\":\"variables/api.DB_TYPE_LONG_RAW.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_CHAR\",\"url\":\"variables/api.DB_TYPE_CHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BINARY_FLOAT\",\"url\":\"variables/api.DB_TYPE_BINARY_FLOAT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BINARY_DOUBLE\",\"url\":\"variables/api.DB_TYPE_BINARY_DOUBLE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BINARY_INTEGER\",\"url\":\"variables/api.DB_TYPE_BINARY_INTEGER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_ROWID\",\"url\":\"variables/api.DB_TYPE_ROWID.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_CLOB\",\"url\":\"variables/api.DB_TYPE_CLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BLOB\",\"url\":\"variables/api.DB_TYPE_BLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_TIMESTAMP\",\"url\":\"variables/api.DB_TYPE_TIMESTAMP.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_TIMESTAMP_TZ\",\"url\":\"variables/api.DB_TYPE_TIMESTAMP_TZ.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_INTERVAL_YM\",\"url\":\"variables/api.DB_TYPE_INTERVAL_YM.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_INTERVAL_DS\",\"url\":\"variables/api.DB_TYPE_INTERVAL_DS.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_UROWID\",\"url\":\"variables/api.DB_TYPE_UROWID.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BOOLEAN\",\"url\":\"variables/api.DB_TYPE_BOOLEAN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_TIMESTAMP_LTZ\",\"url\":\"variables/api.DB_TYPE_TIMESTAMP_LTZ.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NVARCHAR\",\"url\":\"variables/api.DB_TYPE_NVARCHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NCHAR\",\"url\":\"variables/api.DB_TYPE_NCHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NCLOB\",\"url\":\"variables/api.DB_TYPE_NCLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_JSON\",\"url\":\"variables/api.DB_TYPE_JSON.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_OBJECT\",\"url\":\"variables/api.DB_TYPE_OBJECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_VECTOR\",\"url\":\"variables/api.DB_TYPE_VECTOR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"BIND_IN\",\"url\":\"variables/api.BIND_IN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"BIND_INOUT\",\"url\":\"variables/api.BIND_INOUT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"BIND_OUT\",\"url\":\"variables/api.BIND_OUT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_UNKNOWN\",\"url\":\"variables/api.STMT_TYPE_UNKNOWN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_SELECT\",\"url\":\"variables/api.STMT_TYPE_SELECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_UPDATE\",\"url\":\"variables/api.STMT_TYPE_UPDATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_DELETE\",\"url\":\"variables/api.STMT_TYPE_DELETE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_INSERT\",\"url\":\"variables/api.STMT_TYPE_INSERT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_CREATE\",\"url\":\"variables/api.STMT_TYPE_CREATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_DROP\",\"url\":\"variables/api.STMT_TYPE_DROP.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_ALTER\",\"url\":\"variables/api.STMT_TYPE_ALTER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_BEGIN\",\"url\":\"variables/api.STMT_TYPE_BEGIN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_DECLARE\",\"url\":\"variables/api.STMT_TYPE_DECLARE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_CALL\",\"url\":\"variables/api.STMT_TYPE_CALL.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_EXPLAIN_PLAN\",\"url\":\"variables/api.STMT_TYPE_EXPLAIN_PLAN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_MERGE\",\"url\":\"variables/api.STMT_TYPE_MERGE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_ROLLBACK\",\"url\":\"variables/api.STMT_TYPE_ROLLBACK.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_COMMIT\",\"url\":\"variables/api.STMT_TYPE_COMMIT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"SODA_COLL_MAP_MODE\",\"url\":\"variables/api.SODA_COLL_MAP_MODE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":128,\"name\":\"Parameters\",\"url\":\"classes/api.Parameters.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":262144,\"name\":\"maxRows\",\"url\":\"classes/api.Parameters.html#maxRows\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"outFormat\",\"url\":\"classes/api.Parameters.html#outFormat\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchArraySize\",\"url\":\"classes/api.Parameters.html#fetchArraySize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"extendedMetaData\",\"url\":\"classes/api.Parameters.html#extendedMetaData\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchAsString\",\"url\":\"classes/api.Parameters.html#fetchAsString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchAsUint8Array\",\"url\":\"classes/api.Parameters.html#fetchAsUint8Array\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchAsPlsqlWrapper\",\"url\":\"classes/api.Parameters.html#fetchAsPlsqlWrapper\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":2,\"name\":\"soda-api\",\"url\":\"modules/soda_api.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"ICreateCollectionOptions\",\"url\":\"interfaces/soda_api.ICreateCollectionOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"interfaces/soda_api.ICreateCollectionOptions.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateCollectionOptions\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/soda_api.ICreateCollectionOptions.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateCollectionOptions\"},{\"kind\":256,\"name\":\"ICreateDocumentOptions\",\"url\":\"interfaces/soda_api.ICreateDocumentOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/soda_api.ICreateDocumentOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateDocumentOptions\"},{\"kind\":1024,\"name\":\"mediaType\",\"url\":\"interfaces/soda_api.ICreateDocumentOptions.html#mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateDocumentOptions\"},{\"kind\":256,\"name\":\"IGetCollectionNameOptions\",\"url\":\"interfaces/soda_api.IGetCollectionNameOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/soda_api.IGetCollectionNameOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IGetCollectionNameOptions\"},{\"kind\":1024,\"name\":\"startsWith\",\"url\":\"interfaces/soda_api.IGetCollectionNameOptions.html#startsWith\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IGetCollectionNameOptions\"},{\"kind\":256,\"name\":\"IDropIndexOptions\",\"url\":\"interfaces/soda_api.IDropIndexOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/soda_api.IDropIndexOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IDropIndexOptions\"},{\"kind\":256,\"name\":\"IDropResult\",\"url\":\"interfaces/soda_api.IDropResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"dropped\",\"url\":\"interfaces/soda_api.IDropResult.html#dropped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IDropResult\"},{\"kind\":256,\"name\":\"IDropIndexResult\",\"url\":\"interfaces/soda_api.IDropIndexResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"dropped\",\"url\":\"interfaces/soda_api.IDropIndexResult.html#dropped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IDropIndexResult\"},{\"kind\":256,\"name\":\"ICountResult\",\"url\":\"interfaces/soda_api.ICountResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/soda_api.ICountResult.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICountResult\"},{\"kind\":256,\"name\":\"IRemoveResult\",\"url\":\"interfaces/soda_api.IRemoveResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/soda_api.IRemoveResult.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IRemoveResult\"},{\"kind\":256,\"name\":\"IReplaceResult\",\"url\":\"interfaces/soda_api.IReplaceResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"replaced\",\"url\":\"interfaces/soda_api.IReplaceResult.html#replaced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IReplaceResult\"},{\"kind\":128,\"name\":\"ISodaDatabase\",\"url\":\"classes/soda_api.ISodaDatabase.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":2048,\"name\":\"createCollection\",\"url\":\"classes/soda_api.ISodaDatabase.html#createCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":2048,\"name\":\"createDocument\",\"url\":\"classes/soda_api.ISodaDatabase.html#createDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":2048,\"name\":\"getCollectionNames\",\"url\":\"classes/soda_api.ISodaDatabase.html#getCollectionNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":2048,\"name\":\"openCollection\",\"url\":\"classes/soda_api.ISodaDatabase.html#openCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":128,\"name\":\"ISodaCollection\",\"url\":\"classes/soda_api.ISodaCollection.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":262144,\"name\":\"name\",\"url\":\"classes/soda_api.ISodaCollection.html#name\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":262144,\"name\":\"metaData\",\"url\":\"classes/soda_api.ISodaCollection.html#metaData\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"createIndex\",\"url\":\"classes/soda_api.ISodaCollection.html#createIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"drop\",\"url\":\"classes/soda_api.ISodaCollection.html#drop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"dropIndex\",\"url\":\"classes/soda_api.ISodaCollection.html#dropIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"find\",\"url\":\"classes/soda_api.ISodaCollection.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"getDataGuide\",\"url\":\"classes/soda_api.ISodaCollection.html#getDataGuide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertMany\",\"url\":\"classes/soda_api.ISodaCollection.html#insertMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertManyAndGet\",\"url\":\"classes/soda_api.ISodaCollection.html#insertManyAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertOne\",\"url\":\"classes/soda_api.ISodaCollection.html#insertOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertOneAndGet\",\"url\":\"classes/soda_api.ISodaCollection.html#insertOneAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/soda_api.ISodaCollection.html#save\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"saveAndGet\",\"url\":\"classes/soda_api.ISodaCollection.html#saveAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"truncate\",\"url\":\"classes/soda_api.ISodaCollection.html#truncate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":128,\"name\":\"ISodaOperation\",\"url\":\"classes/soda_api.ISodaOperation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":2048,\"name\":\"fetchArraySize\",\"url\":\"classes/soda_api.ISodaOperation.html#fetchArraySize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/soda_api.ISodaOperation.html#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"key\",\"url\":\"classes/soda_api.ISodaOperation.html#key\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"classes/soda_api.ISodaOperation.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/soda_api.ISodaOperation.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/soda_api.ISodaOperation.html#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"version\",\"url\":\"classes/soda_api.ISodaOperation.html#version\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"count\",\"url\":\"classes/soda_api.ISodaOperation.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"getCursor\",\"url\":\"classes/soda_api.ISodaOperation.html#getCursor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"getDocuments\",\"url\":\"classes/soda_api.ISodaOperation.html#getDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"getOne\",\"url\":\"classes/soda_api.ISodaOperation.html#getOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/soda_api.ISodaOperation.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"replaceOne\",\"url\":\"classes/soda_api.ISodaOperation.html#replaceOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"replaceOneAndGet\",\"url\":\"classes/soda_api.ISodaOperation.html#replaceOneAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":128,\"name\":\"ISodaDocumentCursor\",\"url\":\"classes/soda_api.ISodaDocumentCursor.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/soda_api.ISodaDocumentCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocumentCursor\"},{\"kind\":2048,\"name\":\"getNext\",\"url\":\"classes/soda_api.ISodaDocumentCursor.html#getNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocumentCursor\"},{\"kind\":128,\"name\":\"ISodaDocument\",\"url\":\"classes/soda_api.ISodaDocument.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"createdOn\",\"url\":\"classes/soda_api.ISodaDocument.html#createdOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/soda_api.ISodaDocument.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"lastModified\",\"url\":\"classes/soda_api.ISodaDocument.html#lastModified\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"mediaType\",\"url\":\"classes/soda_api.ISodaDocument.html#mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/soda_api.ISodaDocument.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/soda_api.ISodaDocument.html#getContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":2048,\"name\":\"getContentAsString\",\"url\":\"classes/soda_api.ISodaDocument.html#getContentAsString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":8388608,\"name\":\"OracleDb\",\"url\":\"modules/index_esm.html#OracleDb\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index-esm\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,38.695,1,38.695]],[\"comment/0\",[]],[\"name/1\",[2,41.314]],[\"comment/1\",[]],[\"name/2\",[3,45.861]],[\"comment/2\",[]],[\"name/3\",[2,18.639,4,24.537,5,24.537,6,24.537]],[\"comment/3\",[]],[\"name/4\",[2,41.314]],[\"comment/4\",[]],[\"name/5\",[7,49.247]],[\"comment/5\",[]],[\"name/6\",[8,49.247]],[\"comment/6\",[]],[\"name/7\",[9,49.247]],[\"comment/7\",[]],[\"name/8\",[10,49.247]],[\"comment/8\",[]],[\"name/9\",[3,45.861]],[\"comment/9\",[]],[\"name/10\",[11,49.247]],[\"comment/10\",[]],[\"name/11\",[12,49.247]],[\"comment/11\",[]],[\"name/12\",[13,49.247]],[\"comment/12\",[]],[\"name/13\",[14,49.247]],[\"comment/13\",[]],[\"name/14\",[15,49.247]],[\"comment/14\",[]],[\"name/15\",[16,49.247]],[\"comment/15\",[]],[\"name/16\",[17,49.247]],[\"comment/16\",[]],[\"name/17\",[18,49.247]],[\"comment/17\",[]],[\"name/18\",[19,49.247]],[\"comment/18\",[]],[\"name/19\",[20,49.247]],[\"comment/19\",[]],[\"name/20\",[21,49.247]],[\"comment/20\",[]],[\"name/21\",[22,49.247]],[\"comment/21\",[]],[\"name/22\",[23,49.247]],[\"comment/22\",[]],[\"name/23\",[24,49.247]],[\"comment/23\",[]],[\"name/24\",[25,49.247]],[\"comment/24\",[]],[\"name/25\",[26,49.247]],[\"comment/25\",[]],[\"name/26\",[27,49.247]],[\"comment/26\",[]],[\"name/27\",[28,49.247]],[\"comment/27\",[]],[\"name/28\",[29,49.247]],[\"comment/28\",[]],[\"name/29\",[30,49.247]],[\"comment/29\",[]],[\"name/30\",[31,49.247]],[\"comment/30\",[]],[\"name/31\",[32,49.247]],[\"comment/31\",[]],[\"name/32\",[33,49.247]],[\"comment/32\",[]],[\"name/33\",[34,49.247]],[\"comment/33\",[]],[\"name/34\",[35,49.247]],[\"comment/34\",[]],[\"name/35\",[36,49.247]],[\"comment/35\",[]],[\"name/36\",[37,49.247]],[\"comment/36\",[]],[\"name/37\",[38,49.247]],[\"comment/37\",[]],[\"name/38\",[39,49.247]],[\"comment/38\",[]],[\"name/39\",[40,49.247]],[\"comment/39\",[]],[\"name/40\",[41,49.247]],[\"comment/40\",[]],[\"name/41\",[42,49.247]],[\"comment/41\",[]],[\"name/42\",[43,49.247]],[\"comment/42\",[]],[\"name/43\",[44,49.247]],[\"comment/43\",[]],[\"name/44\",[45,49.247]],[\"comment/44\",[]],[\"name/45\",[46,49.247]],[\"comment/45\",[]],[\"name/46\",[47,49.247]],[\"comment/46\",[]],[\"name/47\",[48,49.247]],[\"comment/47\",[]],[\"name/48\",[49,49.247]],[\"comment/48\",[]],[\"name/49\",[50,49.247]],[\"comment/49\",[]],[\"name/50\",[51,49.247]],[\"comment/50\",[]],[\"name/51\",[52,49.247]],[\"comment/51\",[]],[\"name/52\",[53,49.247]],[\"comment/52\",[]],[\"name/53\",[54,49.247]],[\"comment/53\",[]],[\"name/54\",[55,49.247]],[\"comment/54\",[]],[\"name/55\",[56,49.247]],[\"comment/55\",[]],[\"name/56\",[57,49.247]],[\"comment/56\",[]],[\"name/57\",[58,49.247]],[\"comment/57\",[]],[\"name/58\",[59,49.247]],[\"comment/58\",[]],[\"name/59\",[60,49.247]],[\"comment/59\",[]],[\"name/60\",[61,49.247]],[\"comment/60\",[]],[\"name/61\",[62,49.247]],[\"comment/61\",[]],[\"name/62\",[63,49.247]],[\"comment/62\",[]],[\"name/63\",[64,49.247]],[\"comment/63\",[]],[\"name/64\",[65,49.247]],[\"comment/64\",[]],[\"name/65\",[66,49.247]],[\"comment/65\",[]],[\"name/66\",[67,49.247]],[\"comment/66\",[]],[\"name/67\",[68,54.386]],[\"comment/67\",[]],[\"name/68\",[69,54.386]],[\"comment/68\",[]],[\"name/69\",[70,54.386]],[\"comment/69\",[]],[\"name/70\",[71,54.386]],[\"comment/70\",[]],[\"name/71\",[72,54.386]],[\"comment/71\",[]],[\"name/72\",[2,41.314]],[\"comment/72\",[]],[\"name/73\",[73,54.386]],[\"comment/73\",[]],[\"name/74\",[74,45.861]],[\"comment/74\",[]],[\"name/75\",[75,45.861]],[\"comment/75\",[]],[\"name/76\",[76,45.861]],[\"comment/76\",[]],[\"name/77\",[77,43.333]],[\"comment/77\",[]],[\"name/78\",[78,49.247]],[\"comment/78\",[]],[\"name/79\",[79,49.247]],[\"comment/79\",[]],[\"name/80\",[80,45.861]],[\"comment/80\",[]],[\"name/81\",[81,54.386]],[\"comment/81\",[]],[\"name/82\",[82,49.247]],[\"comment/82\",[]],[\"name/83\",[83,54.386]],[\"comment/83\",[]],[\"name/84\",[84,54.386]],[\"comment/84\",[]],[\"name/85\",[85,54.386]],[\"comment/85\",[]],[\"name/86\",[86,54.386]],[\"comment/86\",[]],[\"name/87\",[87,43.333]],[\"comment/87\",[]],[\"name/88\",[88,54.386]],[\"comment/88\",[]],[\"name/89\",[89,54.386]],[\"comment/89\",[]],[\"name/90\",[76,45.861]],[\"comment/90\",[]],[\"name/91\",[77,43.333]],[\"comment/91\",[]],[\"name/92\",[90,54.386]],[\"comment/92\",[]],[\"name/93\",[80,45.861]],[\"comment/93\",[]],[\"name/94\",[75,45.861]],[\"comment/94\",[]],[\"name/95\",[74,45.861]],[\"comment/95\",[]],[\"name/96\",[91,49.247]],[\"comment/96\",[]],[\"name/97\",[92,54.386]],[\"comment/97\",[]],[\"name/98\",[93,49.247]],[\"comment/98\",[]],[\"name/99\",[94,49.247]],[\"comment/99\",[]],[\"name/100\",[87,43.333]],[\"comment/100\",[]],[\"name/101\",[95,54.386]],[\"comment/101\",[]],[\"name/102\",[96,54.386]],[\"comment/102\",[]],[\"name/103\",[97,54.386]],[\"comment/103\",[]],[\"name/104\",[98,54.386]],[\"comment/104\",[]],[\"name/105\",[99,54.386]],[\"comment/105\",[]],[\"name/106\",[100,54.386]],[\"comment/106\",[]],[\"name/107\",[91,49.247]],[\"comment/107\",[]],[\"name/108\",[101,54.386]],[\"comment/108\",[]],[\"name/109\",[102,45.861]],[\"comment/109\",[]],[\"name/110\",[103,54.386]],[\"comment/110\",[]],[\"name/111\",[104,49.247]],[\"comment/111\",[]],[\"name/112\",[105,54.386]],[\"comment/112\",[]],[\"name/113\",[106,54.386]],[\"comment/113\",[]],[\"name/114\",[107,54.386]],[\"comment/114\",[]],[\"name/115\",[108,54.386]],[\"comment/115\",[]],[\"name/116\",[109,54.386]],[\"comment/116\",[]],[\"name/117\",[110,54.386]],[\"comment/117\",[]],[\"name/118\",[111,54.386]],[\"comment/118\",[]],[\"name/119\",[112,54.386]],[\"comment/119\",[]],[\"name/120\",[113,41.314]],[\"comment/120\",[]],[\"name/121\",[114,49.247]],[\"comment/121\",[]],[\"name/122\",[115,54.386]],[\"comment/122\",[]],[\"name/123\",[116,54.386]],[\"comment/123\",[]],[\"name/124\",[117,49.247]],[\"comment/124\",[]],[\"name/125\",[117,49.247]],[\"comment/125\",[]],[\"name/126\",[118,54.386]],[\"comment/126\",[]],[\"name/127\",[113,41.314]],[\"comment/127\",[]],[\"name/128\",[119,49.247]],[\"comment/128\",[]],[\"name/129\",[74,45.861]],[\"comment/129\",[]],[\"name/130\",[120,54.386]],[\"comment/130\",[]],[\"name/131\",[121,49.247]],[\"comment/131\",[]],[\"name/132\",[122,54.386]],[\"comment/132\",[]],[\"name/133\",[119,49.247]],[\"comment/133\",[]],[\"name/134\",[121,49.247]],[\"comment/134\",[]],[\"name/135\",[123,54.386]],[\"comment/135\",[]],[\"name/136\",[124,54.386]],[\"comment/136\",[]],[\"name/137\",[125,54.386]],[\"comment/137\",[]],[\"name/138\",[93,49.247]],[\"comment/138\",[]],[\"name/139\",[94,49.247]],[\"comment/139\",[]],[\"name/140\",[87,43.333]],[\"comment/140\",[]],[\"name/141\",[126,54.386]],[\"comment/141\",[]],[\"name/142\",[127,54.386]],[\"comment/142\",[]],[\"name/143\",[128,54.386]],[\"comment/143\",[]],[\"name/144\",[129,54.386]],[\"comment/144\",[]],[\"name/145\",[130,54.386]],[\"comment/145\",[]],[\"name/146\",[131,54.386]],[\"comment/146\",[]],[\"name/147\",[113,41.314]],[\"comment/147\",[]],[\"name/148\",[132,54.386]],[\"comment/148\",[]],[\"name/149\",[133,54.386]],[\"comment/149\",[]],[\"name/150\",[134,54.386]],[\"comment/150\",[]],[\"name/151\",[135,54.386]],[\"comment/151\",[]],[\"name/152\",[136,54.386]],[\"comment/152\",[]],[\"name/153\",[137,54.386]],[\"comment/153\",[]],[\"name/154\",[138,54.386]],[\"comment/154\",[]],[\"name/155\",[139,54.386]],[\"comment/155\",[]],[\"name/156\",[140,54.386]],[\"comment/156\",[]],[\"name/157\",[141,54.386]],[\"comment/157\",[]],[\"name/158\",[142,54.386]],[\"comment/158\",[]],[\"name/159\",[143,54.386]],[\"comment/159\",[]],[\"name/160\",[144,54.386]],[\"comment/160\",[]],[\"name/161\",[87,43.333]],[\"comment/161\",[]],[\"name/162\",[145,54.386]],[\"comment/162\",[]],[\"name/163\",[146,54.386]],[\"comment/163\",[]],[\"name/164\",[147,54.386]],[\"comment/164\",[]],[\"name/165\",[148,54.386]],[\"comment/165\",[]],[\"name/166\",[149,54.386]],[\"comment/166\",[]],[\"name/167\",[150,54.386]],[\"comment/167\",[]],[\"name/168\",[151,54.386]],[\"comment/168\",[]],[\"name/169\",[152,54.386]],[\"comment/169\",[]],[\"name/170\",[153,54.386]],[\"comment/170\",[]],[\"name/171\",[102,45.861]],[\"comment/171\",[]],[\"name/172\",[154,54.386]],[\"comment/172\",[]],[\"name/173\",[155,54.386]],[\"comment/173\",[]],[\"name/174\",[156,54.386]],[\"comment/174\",[]],[\"name/175\",[157,54.386]],[\"comment/175\",[]],[\"name/176\",[158,54.386]],[\"comment/176\",[]],[\"name/177\",[159,54.386]],[\"comment/177\",[]],[\"name/178\",[160,54.386]],[\"comment/178\",[]],[\"name/179\",[161,54.386]],[\"comment/179\",[]],[\"name/180\",[162,54.386]],[\"comment/180\",[]],[\"name/181\",[163,54.386]],[\"comment/181\",[]],[\"name/182\",[164,54.386]],[\"comment/182\",[]],[\"name/183\",[165,54.386]],[\"comment/183\",[]],[\"name/184\",[166,54.386]],[\"comment/184\",[]],[\"name/185\",[167,54.386]],[\"comment/185\",[]],[\"name/186\",[168,54.386]],[\"comment/186\",[]],[\"name/187\",[169,54.386]],[\"comment/187\",[]],[\"name/188\",[8,49.247]],[\"comment/188\",[]],[\"name/189\",[7,49.247]],[\"comment/189\",[]],[\"name/190\",[10,49.247]],[\"comment/190\",[]],[\"name/191\",[9,49.247]],[\"comment/191\",[]],[\"name/192\",[170,54.386]],[\"comment/192\",[]],[\"name/193\",[3,45.861]],[\"comment/193\",[]],[\"name/194\",[11,49.247]],[\"comment/194\",[]],[\"name/195\",[12,49.247]],[\"comment/195\",[]],[\"name/196\",[13,49.247]],[\"comment/196\",[]],[\"name/197\",[14,49.247]],[\"comment/197\",[]],[\"name/198\",[15,49.247]],[\"comment/198\",[]],[\"name/199\",[16,49.247]],[\"comment/199\",[]],[\"name/200\",[17,49.247]],[\"comment/200\",[]],[\"name/201\",[18,49.247]],[\"comment/201\",[]],[\"name/202\",[19,49.247]],[\"comment/202\",[]],[\"name/203\",[171,54.386]],[\"comment/203\",[]],[\"name/204\",[22,49.247]],[\"comment/204\",[]],[\"name/205\",[20,49.247]],[\"comment/205\",[]],[\"name/206\",[21,49.247]],[\"comment/206\",[]],[\"name/207\",[172,54.386]],[\"comment/207\",[]],[\"name/208\",[173,54.386]],[\"comment/208\",[]],[\"name/209\",[174,54.386]],[\"comment/209\",[]],[\"name/210\",[104,49.247]],[\"comment/210\",[]],[\"name/211\",[23,49.247]],[\"comment/211\",[]],[\"name/212\",[24,49.247]],[\"comment/212\",[]],[\"name/213\",[25,49.247]],[\"comment/213\",[]],[\"name/214\",[26,49.247]],[\"comment/214\",[]],[\"name/215\",[27,49.247]],[\"comment/215\",[]],[\"name/216\",[28,49.247]],[\"comment/216\",[]],[\"name/217\",[29,49.247]],[\"comment/217\",[]],[\"name/218\",[30,49.247]],[\"comment/218\",[]],[\"name/219\",[31,49.247]],[\"comment/219\",[]],[\"name/220\",[32,49.247]],[\"comment/220\",[]],[\"name/221\",[33,49.247]],[\"comment/221\",[]],[\"name/222\",[36,49.247]],[\"comment/222\",[]],[\"name/223\",[37,49.247]],[\"comment/223\",[]],[\"name/224\",[38,49.247]],[\"comment/224\",[]],[\"name/225\",[39,49.247]],[\"comment/225\",[]],[\"name/226\",[46,49.247]],[\"comment/226\",[]],[\"name/227\",[47,49.247]],[\"comment/227\",[]],[\"name/228\",[34,49.247]],[\"comment/228\",[]],[\"name/229\",[35,49.247]],[\"comment/229\",[]],[\"name/230\",[40,49.247]],[\"comment/230\",[]],[\"name/231\",[41,49.247]],[\"comment/231\",[]],[\"name/232\",[42,49.247]],[\"comment/232\",[]],[\"name/233\",[43,49.247]],[\"comment/233\",[]],[\"name/234\",[44,49.247]],[\"comment/234\",[]],[\"name/235\",[175,54.386]],[\"comment/235\",[]],[\"name/236\",[45,49.247]],[\"comment/236\",[]],[\"name/237\",[48,49.247]],[\"comment/237\",[]],[\"name/238\",[49,49.247]],[\"comment/238\",[]],[\"name/239\",[50,49.247]],[\"comment/239\",[]],[\"name/240\",[51,49.247]],[\"comment/240\",[]],[\"name/241\",[52,49.247]],[\"comment/241\",[]],[\"name/242\",[53,49.247]],[\"comment/242\",[]],[\"name/243\",[54,49.247]],[\"comment/243\",[]],[\"name/244\",[55,49.247]],[\"comment/244\",[]],[\"name/245\",[56,49.247]],[\"comment/245\",[]],[\"name/246\",[57,49.247]],[\"comment/246\",[]],[\"name/247\",[58,49.247]],[\"comment/247\",[]],[\"name/248\",[59,49.247]],[\"comment/248\",[]],[\"name/249\",[60,49.247]],[\"comment/249\",[]],[\"name/250\",[61,49.247]],[\"comment/250\",[]],[\"name/251\",[62,49.247]],[\"comment/251\",[]],[\"name/252\",[63,49.247]],[\"comment/252\",[]],[\"name/253\",[64,49.247]],[\"comment/253\",[]],[\"name/254\",[65,49.247]],[\"comment/254\",[]],[\"name/255\",[66,49.247]],[\"comment/255\",[]],[\"name/256\",[67,49.247]],[\"comment/256\",[]],[\"name/257\",[80,45.861]],[\"comment/257\",[]],[\"name/258\",[75,45.861]],[\"comment/258\",[]],[\"name/259\",[77,43.333]],[\"comment/259\",[]],[\"name/260\",[76,45.861]],[\"comment/260\",[]],[\"name/261\",[79,49.247]],[\"comment/261\",[]],[\"name/262\",[176,54.386]],[\"comment/262\",[]],[\"name/263\",[78,49.247]],[\"comment/263\",[]],[\"name/264\",[82,35.039,177,38.695]],[\"comment/264\",[]],[\"name/265\",[178,54.386]],[\"comment/265\",[]],[\"name/266\",[113,41.314]],[\"comment/266\",[]],[\"name/267\",[179,54.386]],[\"comment/267\",[]],[\"name/268\",[180,54.386]],[\"comment/268\",[]],[\"name/269\",[181,45.861]],[\"comment/269\",[]],[\"name/270\",[182,49.247]],[\"comment/270\",[]],[\"name/271\",[183,54.386]],[\"comment/271\",[]],[\"name/272\",[184,49.247]],[\"comment/272\",[]],[\"name/273\",[185,54.386]],[\"comment/273\",[]],[\"name/274\",[186,54.386]],[\"comment/274\",[]],[\"name/275\",[187,54.386]],[\"comment/275\",[]],[\"name/276\",[188,54.386]],[\"comment/276\",[]],[\"name/277\",[189,49.247]],[\"comment/277\",[]],[\"name/278\",[190,54.386]],[\"comment/278\",[]],[\"name/279\",[189,49.247]],[\"comment/279\",[]],[\"name/280\",[191,54.386]],[\"comment/280\",[]],[\"name/281\",[192,45.861]],[\"comment/281\",[]],[\"name/282\",[193,54.386]],[\"comment/282\",[]],[\"name/283\",[192,45.861]],[\"comment/283\",[]],[\"name/284\",[194,54.386]],[\"comment/284\",[]],[\"name/285\",[195,54.386]],[\"comment/285\",[]],[\"name/286\",[196,54.386]],[\"comment/286\",[]],[\"name/287\",[197,54.386]],[\"comment/287\",[]],[\"name/288\",[198,54.386]],[\"comment/288\",[]],[\"name/289\",[199,54.386]],[\"comment/289\",[]],[\"name/290\",[200,54.386]],[\"comment/290\",[]],[\"name/291\",[201,54.386]],[\"comment/291\",[]],[\"name/292\",[102,45.861]],[\"comment/292\",[]],[\"name/293\",[113,41.314]],[\"comment/293\",[]],[\"name/294\",[202,54.386]],[\"comment/294\",[]],[\"name/295\",[203,54.386]],[\"comment/295\",[]],[\"name/296\",[204,54.386]],[\"comment/296\",[]],[\"name/297\",[205,54.386]],[\"comment/297\",[]],[\"name/298\",[206,54.386]],[\"comment/298\",[]],[\"name/299\",[207,54.386]],[\"comment/299\",[]],[\"name/300\",[208,54.386]],[\"comment/300\",[]],[\"name/301\",[209,54.386]],[\"comment/301\",[]],[\"name/302\",[210,54.386]],[\"comment/302\",[]],[\"name/303\",[211,54.386]],[\"comment/303\",[]],[\"name/304\",[212,54.386]],[\"comment/304\",[]],[\"name/305\",[213,54.386]],[\"comment/305\",[]],[\"name/306\",[214,54.386]],[\"comment/306\",[]],[\"name/307\",[77,43.333]],[\"comment/307\",[]],[\"name/308\",[215,54.386]],[\"comment/308\",[]],[\"name/309\",[181,45.861]],[\"comment/309\",[]],[\"name/310\",[216,54.386]],[\"comment/310\",[]],[\"name/311\",[184,49.247]],[\"comment/311\",[]],[\"name/312\",[217,54.386]],[\"comment/312\",[]],[\"name/313\",[218,49.247]],[\"comment/313\",[]],[\"name/314\",[192,45.861]],[\"comment/314\",[]],[\"name/315\",[219,54.386]],[\"comment/315\",[]],[\"name/316\",[220,54.386]],[\"comment/316\",[]],[\"name/317\",[221,54.386]],[\"comment/317\",[]],[\"name/318\",[222,54.386]],[\"comment/318\",[]],[\"name/319\",[223,54.386]],[\"comment/319\",[]],[\"name/320\",[224,54.386]],[\"comment/320\",[]],[\"name/321\",[225,54.386]],[\"comment/321\",[]],[\"name/322\",[114,49.247]],[\"comment/322\",[]],[\"name/323\",[226,54.386]],[\"comment/323\",[]],[\"name/324\",[227,54.386]],[\"comment/324\",[]],[\"name/325\",[228,54.386]],[\"comment/325\",[]],[\"name/326\",[181,45.861]],[\"comment/326\",[]],[\"name/327\",[229,54.386]],[\"comment/327\",[]],[\"name/328\",[182,49.247]],[\"comment/328\",[]],[\"name/329\",[218,49.247]],[\"comment/329\",[]],[\"name/330\",[230,54.386]],[\"comment/330\",[]],[\"name/331\",[231,54.386]],[\"comment/331\",[]],[\"name/332\",[2,41.314]],[\"comment/332\",[]]],\"invertedIndex\":[[\"api\",{\"_index\":82,\"name\":{\"82\":{},\"264\":{}},\"comment\":{}}],[\"append\",{\"_index\":157,\"name\":{\"175\":{}},\"comment\":{}}],[\"array\",{\"_index\":8,\"name\":{\"6\":{},\"188\":{}},\"comment\":{}}],[\"arraybinddefs\",{\"_index\":96,\"name\":{\"102\":{}},\"comment\":{}}],[\"attributes\",{\"_index\":148,\"name\":{\"165\":{}},\"comment\":{}}],[\"bind_in\",{\"_index\":48,\"name\":{\"47\":{},\"237\":{}},\"comment\":{}}],[\"bind_inout\",{\"_index\":49,\"name\":{\"48\":{},\"238\":{}},\"comment\":{}}],[\"bind_out\",{\"_index\":50,\"name\":{\"49\":{},\"239\":{}},\"comment\":{}}],[\"binddefs\",{\"_index\":99,\"name\":{\"105\":{}},\"comment\":{}}],[\"bindnames\",{\"_index\":131,\"name\":{\"146\":{}},\"comment\":{}}],[\"bindparameters\",{\"_index\":129,\"name\":{\"144\":{}},\"comment\":{}}],[\"bindvalue\",{\"_index\":126,\"name\":{\"141\":{}},\"comment\":{}}],[\"bytesize\",{\"_index\":105,\"name\":{\"112\":{}},\"comment\":{}}],[\"close\",{\"_index\":114,\"name\":{\"121\":{},\"322\":{}},\"comment\":{}}],[\"commit\",{\"_index\":137,\"name\":{\"153\":{}},\"comment\":{}}],[\"common\",{\"_index\":6,\"name\":{\"3\":{}},\"comment\":{}}],[\"connection\",{\"_index\":73,\"name\":{\"73\":{}},\"comment\":{}}],[\"count\",{\"_index\":192,\"name\":{\"281\":{},\"283\":{},\"314\":{}},\"comment\":{}}],[\"createcollection\",{\"_index\":197,\"name\":{\"287\":{}},\"comment\":{}}],[\"createdocument\",{\"_index\":198,\"name\":{\"288\":{}},\"comment\":{}}],[\"createdon\",{\"_index\":228,\"name\":{\"325\":{}},\"comment\":{}}],[\"createindex\",{\"_index\":202,\"name\":{\"294\":{}},\"comment\":{}}],[\"date\",{\"_index\":13,\"name\":{\"12\":{},\"196\":{}},\"comment\":{}}],[\"db_type_binary_double\",{\"_index\":31,\"name\":{\"30\":{},\"219\":{}},\"comment\":{}}],[\"db_type_binary_float\",{\"_index\":30,\"name\":{\"29\":{},\"218\":{}},\"comment\":{}}],[\"db_type_binary_integer\",{\"_index\":32,\"name\":{\"31\":{},\"220\":{}},\"comment\":{}}],[\"db_type_blob\",{\"_index\":37,\"name\":{\"36\":{},\"223\":{}},\"comment\":{}}],[\"db_type_boolean\",{\"_index\":35,\"name\":{\"34\":{},\"229\":{}},\"comment\":{}}],[\"db_type_char\",{\"_index\":29,\"name\":{\"28\":{},\"217\":{}},\"comment\":{}}],[\"db_type_clob\",{\"_index\":36,\"name\":{\"35\":{},\"222\":{}},\"comment\":{}}],[\"db_type_date\",{\"_index\":26,\"name\":{\"25\":{},\"214\":{}},\"comment\":{}}],[\"db_type_interval_ds\",{\"_index\":47,\"name\":{\"46\":{},\"227\":{}},\"comment\":{}}],[\"db_type_interval_ym\",{\"_index\":46,\"name\":{\"45\":{},\"226\":{}},\"comment\":{}}],[\"db_type_json\",{\"_index\":44,\"name\":{\"43\":{},\"234\":{}},\"comment\":{}}],[\"db_type_long\",{\"_index\":25,\"name\":{\"24\":{},\"213\":{}},\"comment\":{}}],[\"db_type_long_raw\",{\"_index\":28,\"name\":{\"27\":{},\"216\":{}},\"comment\":{}}],[\"db_type_nchar\",{\"_index\":42,\"name\":{\"41\":{},\"232\":{}},\"comment\":{}}],[\"db_type_nclob\",{\"_index\":43,\"name\":{\"42\":{},\"233\":{}},\"comment\":{}}],[\"db_type_number\",{\"_index\":24,\"name\":{\"23\":{},\"212\":{}},\"comment\":{}}],[\"db_type_nvarchar\",{\"_index\":41,\"name\":{\"40\":{},\"231\":{}},\"comment\":{}}],[\"db_type_object\",{\"_index\":175,\"name\":{\"235\":{}},\"comment\":{}}],[\"db_type_raw\",{\"_index\":27,\"name\":{\"26\":{},\"215\":{}},\"comment\":{}}],[\"db_type_rowid\",{\"_index\":33,\"name\":{\"32\":{},\"221\":{}},\"comment\":{}}],[\"db_type_timestamp\",{\"_index\":38,\"name\":{\"37\":{},\"224\":{}},\"comment\":{}}],[\"db_type_timestamp_ltz\",{\"_index\":40,\"name\":{\"39\":{},\"230\":{}},\"comment\":{}}],[\"db_type_timestamp_tz\",{\"_index\":39,\"name\":{\"38\":{},\"225\":{}},\"comment\":{}}],[\"db_type_urowid\",{\"_index\":34,\"name\":{\"33\":{},\"228\":{}},\"comment\":{}}],[\"db_type_varchar\",{\"_index\":23,\"name\":{\"22\":{},\"211\":{}},\"comment\":{}}],[\"db_type_vector\",{\"_index\":45,\"name\":{\"44\":{},\"236\":{}},\"comment\":{}}],[\"dbtype\",{\"_index\":104,\"name\":{\"111\":{},\"210\":{}},\"comment\":{}}],[\"dbtypename\",{\"_index\":109,\"name\":{\"116\":{}},\"comment\":{}}],[\"default\",{\"_index\":3,\"name\":{\"2\":{},\"9\":{},\"193\":{}},\"comment\":{}}],[\"defaultconnection\",{\"_index\":81,\"name\":{\"81\":{}},\"comment\":{}}],[\"deleteelement\",{\"_index\":158,\"name\":{\"176\":{}},\"comment\":{}}],[\"dir\",{\"_index\":93,\"name\":{\"98\":{},\"138\":{}},\"comment\":{}}],[\"dmlrowcounts\",{\"_index\":100,\"name\":{\"106\":{}},\"comment\":{}}],[\"drop\",{\"_index\":203,\"name\":{\"295\":{}},\"comment\":{}}],[\"dropindex\",{\"_index\":204,\"name\":{\"296\":{}},\"comment\":{}}],[\"dropped\",{\"_index\":189,\"name\":{\"277\":{},\"279\":{}},\"comment\":{}}],[\"elementtype\",{\"_index\":149,\"name\":{\"166\":{}},\"comment\":{}}],[\"elementtypeclass\",{\"_index\":150,\"name\":{\"167\":{}},\"comment\":{}}],[\"elementtypename\",{\"_index\":151,\"name\":{\"168\":{}},\"comment\":{}}],[\"errornum\",{\"_index\":84,\"name\":{\"84\":{}},\"comment\":{}}],[\"esm\",{\"_index\":1,\"name\":{\"0\":{}},\"comment\":{}}],[\"execute\",{\"_index\":138,\"name\":{\"154\":{}},\"comment\":{}}],[\"executemany\",{\"_index\":139,\"name\":{\"155\":{}},\"comment\":{}}],[\"executemanybinddefs\",{\"_index\":97,\"name\":{\"103\":{}},\"comment\":{}}],[\"extendedmetadata\",{\"_index\":76,\"name\":{\"76\":{},\"90\":{},\"260\":{}},\"comment\":{}}],[\"fetcharraysize\",{\"_index\":77,\"name\":{\"77\":{},\"91\":{},\"259\":{},\"307\":{}},\"comment\":{}}],[\"fetchasplsqlwrapper\",{\"_index\":78,\"name\":{\"78\":{},\"263\":{}},\"comment\":{}}],[\"fetchasstring\",{\"_index\":79,\"name\":{\"79\":{},\"261\":{}},\"comment\":{}}],[\"fetchasuint8array\",{\"_index\":176,\"name\":{\"262\":{}},\"comment\":{}}],[\"fetchinfo\",{\"_index\":90,\"name\":{\"92\":{}},\"comment\":{}}],[\"fetchtype\",{\"_index\":103,\"name\":{\"110\":{}},\"comment\":{}}],[\"filter\",{\"_index\":215,\"name\":{\"308\":{}},\"comment\":{}}],[\"find\",{\"_index\":205,\"name\":{\"297\":{}},\"comment\":{}}],[\"float32array\",{\"_index\":173,\"name\":{\"208\":{}},\"comment\":{}}],[\"float64array\",{\"_index\":174,\"name\":{\"209\":{}},\"comment\":{}}],[\"force\",{\"_index\":187,\"name\":{\"275\":{}},\"comment\":{}}],[\"fqn\",{\"_index\":152,\"name\":{\"169\":{}},\"comment\":{}}],[\"getcollectionnames\",{\"_index\":199,\"name\":{\"289\":{}},\"comment\":{}}],[\"getcontent\",{\"_index\":230,\"name\":{\"330\":{}},\"comment\":{}}],[\"getcontentasstring\",{\"_index\":231,\"name\":{\"331\":{}},\"comment\":{}}],[\"getcursor\",{\"_index\":219,\"name\":{\"315\":{}},\"comment\":{}}],[\"getdataguide\",{\"_index\":206,\"name\":{\"298\":{}},\"comment\":{}}],[\"getdbobjectclass\",{\"_index\":143,\"name\":{\"159\":{}},\"comment\":{}}],[\"getdocuments\",{\"_index\":220,\"name\":{\"316\":{}},\"comment\":{}}],[\"getelement\",{\"_index\":159,\"name\":{\"177\":{}},\"comment\":{}}],[\"getfirstindex\",{\"_index\":160,\"name\":{\"178\":{}},\"comment\":{}}],[\"getkeys\",{\"_index\":161,\"name\":{\"179\":{}},\"comment\":{}}],[\"getlastindex\",{\"_index\":162,\"name\":{\"180\":{}},\"comment\":{}}],[\"getnext\",{\"_index\":226,\"name\":{\"323\":{}},\"comment\":{}}],[\"getnextindex\",{\"_index\":163,\"name\":{\"181\":{}},\"comment\":{}}],[\"getone\",{\"_index\":221,\"name\":{\"317\":{}},\"comment\":{}}],[\"getprevindex\",{\"_index\":164,\"name\":{\"182\":{}},\"comment\":{}}],[\"getrow\",{\"_index\":115,\"name\":{\"122\":{}},\"comment\":{}}],[\"getrows\",{\"_index\":116,\"name\":{\"123\":{}},\"comment\":{}}],[\"getsodadatabase\",{\"_index\":142,\"name\":{\"158\":{}},\"comment\":{}}],[\"getstatementinfo\",{\"_index\":140,\"name\":{\"156\":{}},\"comment\":{}}],[\"getvalues\",{\"_index\":167,\"name\":{\"185\":{}},\"comment\":{}}],[\"haselement\",{\"_index\":165,\"name\":{\"183\":{}},\"comment\":{}}],[\"ibinddef\",{\"_index\":92,\"name\":{\"97\":{}},\"comment\":{}}],[\"ibindobjectvalue\",{\"_index\":123,\"name\":{\"135\":{}},\"comment\":{}}],[\"iconnection\",{\"_index\":133,\"name\":{\"149\":{}},\"comment\":{}}],[\"icountresult\",{\"_index\":191,\"name\":{\"280\":{}},\"comment\":{}}],[\"icreatecollectionoptions\",{\"_index\":178,\"name\":{\"265\":{}},\"comment\":{}}],[\"icreatedocumentoptions\",{\"_index\":180,\"name\":{\"268\":{}},\"comment\":{}}],[\"idbobjectattributes\",{\"_index\":144,\"name\":{\"160\":{}},\"comment\":{}}],[\"idbobjectclass\",{\"_index\":147,\"name\":{\"164\":{}},\"comment\":{}}],[\"idropindexoptions\",{\"_index\":186,\"name\":{\"274\":{}},\"comment\":{}}],[\"idropindexresult\",{\"_index\":190,\"name\":{\"278\":{}},\"comment\":{}}],[\"idropresult\",{\"_index\":188,\"name\":{\"276\":{}},\"comment\":{}}],[\"ierror\",{\"_index\":83,\"name\":{\"83\":{}},\"comment\":{}}],[\"iexecutemanyoptions\",{\"_index\":98,\"name\":{\"104\":{}},\"comment\":{}}],[\"iexecutemanyreturn\",{\"_index\":122,\"name\":{\"132\":{}},\"comment\":{}}],[\"iexecuteoptions\",{\"_index\":89,\"name\":{\"89\":{}},\"comment\":{}}],[\"iexecutereturn\",{\"_index\":118,\"name\":{\"126\":{}},\"comment\":{}}],[\"ifetchinfo\",{\"_index\":88,\"name\":{\"88\":{}},\"comment\":{}}],[\"ifetchinfocolumnspec\",{\"_index\":86,\"name\":{\"86\":{}},\"comment\":{}}],[\"igetcollectionnameoptions\",{\"_index\":183,\"name\":{\"271\":{}},\"comment\":{}}],[\"imetadata\",{\"_index\":101,\"name\":{\"108\":{}},\"comment\":{}}],[\"inamedbinds\",{\"_index\":127,\"name\":{\"142\":{}},\"comment\":{}}],[\"index\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"insertmany\",{\"_index\":207,\"name\":{\"299\":{}},\"comment\":{}}],[\"insertmanyandget\",{\"_index\":208,\"name\":{\"300\":{}},\"comment\":{}}],[\"insertone\",{\"_index\":209,\"name\":{\"301\":{}},\"comment\":{}}],[\"insertoneandget\",{\"_index\":210,\"name\":{\"302\":{}},\"comment\":{}}],[\"int8array\",{\"_index\":172,\"name\":{\"207\":{}},\"comment\":{}}],[\"iobjectbinddefs\",{\"_index\":95,\"name\":{\"101\":{}},\"comment\":{}}],[\"iremoveresult\",{\"_index\":193,\"name\":{\"282\":{}},\"comment\":{}}],[\"ireplaceresult\",{\"_index\":194,\"name\":{\"284\":{}},\"comment\":{}}],[\"iresultset\",{\"_index\":112,\"name\":{\"119\":{}},\"comment\":{}}],[\"iscollection\",{\"_index\":153,\"name\":{\"170\":{}},\"comment\":{}}],[\"isodacollection\",{\"_index\":201,\"name\":{\"291\":{}},\"comment\":{}}],[\"isodadatabase\",{\"_index\":196,\"name\":{\"286\":{}},\"comment\":{}}],[\"isodadocument\",{\"_index\":227,\"name\":{\"324\":{}},\"comment\":{}}],[\"isodadocumentcursor\",{\"_index\":225,\"name\":{\"321\":{}},\"comment\":{}}],[\"isodaoperation\",{\"_index\":214,\"name\":{\"306\":{}},\"comment\":{}}],[\"istatementinfo\",{\"_index\":130,\"name\":{\"145\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":117,\"name\":{\"124\":{},\"125\":{}},\"comment\":{}}],[\"js\",{\"_index\":5,\"name\":{\"3\":{}},\"comment\":{}}],[\"jstype\",{\"_index\":170,\"name\":{\"192\":{}},\"comment\":{}}],[\"keepinstmtcache\",{\"_index\":91,\"name\":{\"96\":{},\"107\":{}},\"comment\":{}}],[\"key\",{\"_index\":181,\"name\":{\"269\":{},\"309\":{},\"326\":{}},\"comment\":{}}],[\"keys\",{\"_index\":216,\"name\":{\"310\":{}},\"comment\":{}}],[\"lastmodified\",{\"_index\":229,\"name\":{\"327\":{}},\"comment\":{}}],[\"length\",{\"_index\":156,\"name\":{\"174\":{}},\"comment\":{}}],[\"limit\",{\"_index\":184,\"name\":{\"272\":{},\"311\":{}},\"comment\":{}}],[\"maxarraysize\",{\"_index\":124,\"name\":{\"136\":{}},\"comment\":{}}],[\"maxrows\",{\"_index\":80,\"name\":{\"80\":{},\"93\":{},\"257\":{}},\"comment\":{}}],[\"maxsize\",{\"_index\":94,\"name\":{\"99\":{},\"139\":{}},\"comment\":{}}],[\"mediatype\",{\"_index\":182,\"name\":{\"270\":{},\"328\":{}},\"comment\":{}}],[\"metadata\",{\"_index\":113,\"name\":{\"120\":{},\"127\":{},\"147\":{},\"266\":{},\"293\":{}},\"comment\":{}}],[\"mle\",{\"_index\":4,\"name\":{\"3\":{}},\"comment\":{}}],[\"mode\",{\"_index\":179,\"name\":{\"267\":{}},\"comment\":{}}],[\"name\",{\"_index\":102,\"name\":{\"109\":{},\"171\":{},\"292\":{}},\"comment\":{}}],[\"nullable\",{\"_index\":108,\"name\":{\"115\":{}},\"comment\":{}}],[\"number\",{\"_index\":12,\"name\":{\"11\":{},\"195\":{}},\"comment\":{}}],[\"object\",{\"_index\":10,\"name\":{\"8\":{},\"190\":{}},\"comment\":{}}],[\"offset\",{\"_index\":85,\"name\":{\"85\":{}},\"comment\":{}}],[\"opencollection\",{\"_index\":200,\"name\":{\"290\":{}},\"comment\":{}}],[\"oracle_blob\",{\"_index\":16,\"name\":{\"15\":{},\"199\":{}},\"comment\":{}}],[\"oracle_clob\",{\"_index\":17,\"name\":{\"16\":{},\"200\":{}},\"comment\":{}}],[\"oracle_date\",{\"_index\":15,\"name\":{\"14\":{},\"198\":{}},\"comment\":{}}],[\"oracle_interval_ds\",{\"_index\":18,\"name\":{\"17\":{},\"201\":{}},\"comment\":{}}],[\"oracle_interval_ym\",{\"_index\":19,\"name\":{\"18\":{},\"202\":{}},\"comment\":{}}],[\"oracle_nclob\",{\"_index\":171,\"name\":{\"203\":{}},\"comment\":{}}],[\"oracle_number\",{\"_index\":14,\"name\":{\"13\":{},\"197\":{}},\"comment\":{}}],[\"oracle_timestamp\",{\"_index\":20,\"name\":{\"19\":{},\"205\":{}},\"comment\":{}}],[\"oracle_timestamp_tz\",{\"_index\":21,\"name\":{\"20\":{},\"206\":{}},\"comment\":{}}],[\"oracledb\",{\"_index\":2,\"name\":{\"1\":{},\"3\":{},\"4\":{},\"72\":{},\"332\":{}},\"comment\":{}}],[\"oracleserverversion\",{\"_index\":134,\"name\":{\"150\":{}},\"comment\":{}}],[\"oracleserverversionstring\",{\"_index\":135,\"name\":{\"151\":{}},\"comment\":{}}],[\"out_format_array\",{\"_index\":7,\"name\":{\"5\":{},\"189\":{}},\"comment\":{}}],[\"out_format_object\",{\"_index\":9,\"name\":{\"7\":{},\"191\":{}},\"comment\":{}}],[\"outbinds\",{\"_index\":119,\"name\":{\"128\":{},\"133\":{}},\"comment\":{}}],[\"outformat\",{\"_index\":75,\"name\":{\"75\":{},\"94\":{},\"258\":{}},\"comment\":{}}],[\"outformattype\",{\"_index\":169,\"name\":{\"187\":{}},\"comment\":{}}],[\"packagename\",{\"_index\":155,\"name\":{\"173\":{}},\"comment\":{}}],[\"parameters\",{\"_index\":67,\"name\":{\"66\":{},\"256\":{}},\"comment\":{}}],[\"posbinds\",{\"_index\":128,\"name\":{\"143\":{}},\"comment\":{}}],[\"precision\",{\"_index\":106,\"name\":{\"113\":{}},\"comment\":{}}],[\"remove\",{\"_index\":222,\"name\":{\"318\":{}},\"comment\":{}}],[\"replaced\",{\"_index\":195,\"name\":{\"285\":{}},\"comment\":{}}],[\"replaceone\",{\"_index\":223,\"name\":{\"319\":{}},\"comment\":{}}],[\"replaceoneandget\",{\"_index\":224,\"name\":{\"320\":{}},\"comment\":{}}],[\"resultset\",{\"_index\":74,\"name\":{\"74\":{},\"95\":{},\"129\":{}},\"comment\":{}}],[\"rollback\",{\"_index\":141,\"name\":{\"157\":{}},\"comment\":{}}],[\"rows\",{\"_index\":120,\"name\":{\"130\":{}},\"comment\":{}}],[\"rowsaffected\",{\"_index\":121,\"name\":{\"131\":{},\"134\":{}},\"comment\":{}}],[\"save\",{\"_index\":211,\"name\":{\"303\":{}},\"comment\":{}}],[\"saveandget\",{\"_index\":212,\"name\":{\"304\":{}},\"comment\":{}}],[\"scale\",{\"_index\":107,\"name\":{\"114\":{}},\"comment\":{}}],[\"schema\",{\"_index\":154,\"name\":{\"172\":{}},\"comment\":{}}],[\"setelement\",{\"_index\":166,\"name\":{\"184\":{}},\"comment\":{}}],[\"skip\",{\"_index\":217,\"name\":{\"312\":{}},\"comment\":{}}],[\"soda\",{\"_index\":177,\"name\":{\"264\":{}},\"comment\":{}}],[\"soda_coll_map_mode\",{\"_index\":66,\"name\":{\"65\":{},\"255\":{}},\"comment\":{}}],[\"sodacollection\",{\"_index\":68,\"name\":{\"67\":{}},\"comment\":{}}],[\"sodadatabase\",{\"_index\":69,\"name\":{\"68\":{}},\"comment\":{}}],[\"sodadocument\",{\"_index\":70,\"name\":{\"69\":{}},\"comment\":{}}],[\"sodadocumentcursor\",{\"_index\":71,\"name\":{\"70\":{}},\"comment\":{}}],[\"sodaoperation\",{\"_index\":72,\"name\":{\"71\":{}},\"comment\":{}}],[\"startswith\",{\"_index\":185,\"name\":{\"273\":{}},\"comment\":{}}],[\"statementtype\",{\"_index\":132,\"name\":{\"148\":{}},\"comment\":{}}],[\"stmt_type_alter\",{\"_index\":58,\"name\":{\"57\":{},\"247\":{}},\"comment\":{}}],[\"stmt_type_begin\",{\"_index\":59,\"name\":{\"58\":{},\"248\":{}},\"comment\":{}}],[\"stmt_type_call\",{\"_index\":61,\"name\":{\"60\":{},\"250\":{}},\"comment\":{}}],[\"stmt_type_commit\",{\"_index\":65,\"name\":{\"64\":{},\"254\":{}},\"comment\":{}}],[\"stmt_type_create\",{\"_index\":56,\"name\":{\"55\":{},\"245\":{}},\"comment\":{}}],[\"stmt_type_declare\",{\"_index\":60,\"name\":{\"59\":{},\"249\":{}},\"comment\":{}}],[\"stmt_type_delete\",{\"_index\":54,\"name\":{\"53\":{},\"243\":{}},\"comment\":{}}],[\"stmt_type_drop\",{\"_index\":57,\"name\":{\"56\":{},\"246\":{}},\"comment\":{}}],[\"stmt_type_explain_plan\",{\"_index\":62,\"name\":{\"61\":{},\"251\":{}},\"comment\":{}}],[\"stmt_type_insert\",{\"_index\":55,\"name\":{\"54\":{},\"244\":{}},\"comment\":{}}],[\"stmt_type_merge\",{\"_index\":63,\"name\":{\"62\":{},\"252\":{}},\"comment\":{}}],[\"stmt_type_rollback\",{\"_index\":64,\"name\":{\"63\":{},\"253\":{}},\"comment\":{}}],[\"stmt_type_select\",{\"_index\":52,\"name\":{\"51\":{},\"241\":{}},\"comment\":{}}],[\"stmt_type_unknown\",{\"_index\":51,\"name\":{\"50\":{},\"240\":{}},\"comment\":{}}],[\"stmt_type_update\",{\"_index\":53,\"name\":{\"52\":{},\"242\":{}},\"comment\":{}}],[\"stmtcachesize\",{\"_index\":136,\"name\":{\"152\":{}},\"comment\":{}}],[\"string\",{\"_index\":11,\"name\":{\"10\":{},\"194\":{}},\"comment\":{}}],[\"trim\",{\"_index\":168,\"name\":{\"186\":{}},\"comment\":{}}],[\"truncate\",{\"_index\":213,\"name\":{\"305\":{}},\"comment\":{}}],[\"type\",{\"_index\":87,\"name\":{\"87\":{},\"100\":{},\"140\":{},\"161\":{}},\"comment\":{}}],[\"typeclass\",{\"_index\":146,\"name\":{\"163\":{}},\"comment\":{}}],[\"typename\",{\"_index\":145,\"name\":{\"162\":{}},\"comment\":{}}],[\"uint8array\",{\"_index\":22,\"name\":{\"21\":{},\"204\":{}},\"comment\":{}}],[\"val\",{\"_index\":125,\"name\":{\"137\":{}},\"comment\":{}}],[\"vectordimensions\",{\"_index\":110,\"name\":{\"117\":{}},\"comment\":{}}],[\"vectorformat\",{\"_index\":111,\"name\":{\"118\":{}},\"comment\":{}}],[\"version\",{\"_index\":218,\"name\":{\"313\":{},\"329\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"index-esm\",\"url\":\"modules/index_esm.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"oracledb\",\"url\":\"variables/index_esm.oracledb-1.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"index-esm\"},{\"kind\":8388608,\"name\":\"default\",\"url\":\"modules/index_esm.html#default\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index-esm\"},{\"kind\":2,\"name\":\"mle-js-oracledb-common\",\"url\":\"modules/mle_js_oracledb_common.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"OracleDb\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"mle-js-oracledb-common\"},{\"kind\":1024,\"name\":\"OUT_FORMAT_ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OUT_FORMAT_ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"OUT_FORMAT_OBJECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OUT_FORMAT_OBJECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"OBJECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OBJECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DEFAULT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DEFAULT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STRING\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STRING\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"NUMBER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#NUMBER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_NUMBER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_NUMBER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_DATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_BLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_BLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_CLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_CLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_INTERVAL_DS\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_INTERVAL_DS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_INTERVAL_YM\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_INTERVAL_YM\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_TIMESTAMP\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_TIMESTAMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ORACLE_TIMESTAMP_TZ\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ORACLE_TIMESTAMP_TZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"UINT8ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#UINT8ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"INT8ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#INT8ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"FLOAT32ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#FLOAT32ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"FLOAT64ARRAY\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#FLOAT64ARRAY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_VARCHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_VARCHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NUMBER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NUMBER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_LONG\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_LONG\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_DATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_DATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_RAW\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_RAW\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_LONG_RAW\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_LONG_RAW\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_CHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_CHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BINARY_FLOAT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BINARY_FLOAT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BINARY_DOUBLE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BINARY_DOUBLE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BINARY_INTEGER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BINARY_INTEGER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_ROWID\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_ROWID\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_UROWID\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_UROWID\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BOOLEAN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BOOLEAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_CLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_CLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_BLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_BLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_TIMESTAMP\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_TIMESTAMP\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_TIMESTAMP_TZ\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_TIMESTAMP_TZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_TIMESTAMP_LTZ\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_TIMESTAMP_LTZ\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NVARCHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NVARCHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NCHAR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NCHAR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_NCLOB\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_NCLOB\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_JSON\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_JSON\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_OBJECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_OBJECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_VECTOR\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_VECTOR\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_INTERVAL_YM\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_INTERVAL_YM\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"DB_TYPE_INTERVAL_DS\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#DB_TYPE_INTERVAL_DS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"BIND_IN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#BIND_IN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"BIND_INOUT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#BIND_INOUT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"BIND_OUT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#BIND_OUT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_UNKNOWN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_UNKNOWN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_SELECT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_SELECT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_UPDATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_UPDATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_DELETE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_DELETE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_INSERT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_INSERT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_CREATE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_CREATE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_DROP\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_DROP\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_ALTER\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_ALTER\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_BEGIN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_BEGIN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_DECLARE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_DECLARE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_CALL\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_CALL\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_EXPLAIN_PLAN\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_EXPLAIN_PLAN\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_MERGE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_MERGE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_ROLLBACK\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_ROLLBACK\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"STMT_TYPE_COMMIT\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#STMT_TYPE_COMMIT\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SODA_COLL_MAP_MODE\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SODA_COLL_MAP_MODE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"parameters\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaCollection\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaCollection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaDatabase\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaDatabase\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaDocument\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaDocumentCursor\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaDocumentCursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"SodaOperation\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#SodaOperation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"OracleDb\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#OracleDb\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"Connection\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#Connection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":1024,\"name\":\"ResultSet\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#ResultSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"outFormat\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#outFormat\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"extendedMetaData\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#extendedMetaData\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"fetchArraySize\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#fetchArraySize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"fetchAsPlsqlWrapper\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#fetchAsPlsqlWrapper\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"fetchAsString\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#fetchAsString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":262144,\"name\":\"maxRows\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#maxRows\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":2048,\"name\":\"defaultConnection\",\"url\":\"classes/mle_js_oracledb_common.OracleDb.html#defaultConnection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"mle-js-oracledb-common.OracleDb\"},{\"kind\":2,\"name\":\"api\",\"url\":\"modules/api.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"IError\",\"url\":\"interfaces/api.IError.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"errorNum\",\"url\":\"interfaces/api.IError.html#errorNum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IError\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"interfaces/api.IError.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IError\"},{\"kind\":256,\"name\":\"IFetchInfoColumnSpec\",\"url\":\"interfaces/api.IFetchInfoColumnSpec.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IFetchInfoColumnSpec.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IFetchInfoColumnSpec\"},{\"kind\":256,\"name\":\"IFetchInfo\",\"url\":\"interfaces/api.IFetchInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"IExecuteOptions\",\"url\":\"interfaces/api.IExecuteOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"extendedMetaData\",\"url\":\"interfaces/api.IExecuteOptions.html#extendedMetaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"fetchArraySize\",\"url\":\"interfaces/api.IExecuteOptions.html#fetchArraySize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"fetchInfo\",\"url\":\"interfaces/api.IExecuteOptions.html#fetchInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"maxRows\",\"url\":\"interfaces/api.IExecuteOptions.html#maxRows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"outFormat\",\"url\":\"interfaces/api.IExecuteOptions.html#outFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"resultSet\",\"url\":\"interfaces/api.IExecuteOptions.html#resultSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":1024,\"name\":\"keepInStmtCache\",\"url\":\"interfaces/api.IExecuteOptions.html#keepInStmtCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteOptions\"},{\"kind\":256,\"name\":\"IBindDef\",\"url\":\"interfaces/api.IBindDef.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"interfaces/api.IBindDef.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindDef\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/api.IBindDef.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindDef\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IBindDef.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindDef\"},{\"kind\":256,\"name\":\"IObjectBindDefs\",\"url\":\"interfaces/api.IObjectBindDefs.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"ArrayBindDefs\",\"url\":\"types/api.ArrayBindDefs.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"ExecuteManyBindDefs\",\"url\":\"types/api.ExecuteManyBindDefs.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"IExecuteManyOptions\",\"url\":\"interfaces/api.IExecuteManyOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"bindDefs\",\"url\":\"interfaces/api.IExecuteManyOptions.html#bindDefs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyOptions\"},{\"kind\":1024,\"name\":\"dmlRowCounts\",\"url\":\"interfaces/api.IExecuteManyOptions.html#dmlRowCounts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyOptions\"},{\"kind\":1024,\"name\":\"keepInStmtCache\",\"url\":\"interfaces/api.IExecuteManyOptions.html#keepInStmtCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyOptions\"},{\"kind\":256,\"name\":\"IMetaData\",\"url\":\"interfaces/api.IMetaData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/api.IMetaData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"fetchType\",\"url\":\"interfaces/api.IMetaData.html#fetchType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"dbType\",\"url\":\"interfaces/api.IMetaData.html#dbType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"byteSize\",\"url\":\"interfaces/api.IMetaData.html#byteSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"precision\",\"url\":\"interfaces/api.IMetaData.html#precision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/api.IMetaData.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"nullable\",\"url\":\"interfaces/api.IMetaData.html#nullable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"dbTypeName\",\"url\":\"interfaces/api.IMetaData.html#dbTypeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"vectorDimensions\",\"url\":\"interfaces/api.IMetaData.html#vectorDimensions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":1024,\"name\":\"vectorFormat\",\"url\":\"interfaces/api.IMetaData.html#vectorFormat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IMetaData\"},{\"kind\":128,\"name\":\"IResultSet\",\"url\":\"classes/api.IResultSet.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"classes/api.IResultSet.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/api.IResultSet.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"getRow\",\"url\":\"classes/api.IResultSet.html#getRow\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"getRows\",\"url\":\"classes/api.IResultSet.html#getRows\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"iterator\",\"url\":\"classes/api.IResultSet.html#iterator\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/api.IResultSet.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IResultSet\"},{\"kind\":256,\"name\":\"IExecuteReturn\",\"url\":\"interfaces/api.IExecuteReturn.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"interfaces/api.IExecuteReturn.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"outBinds\",\"url\":\"interfaces/api.IExecuteReturn.html#outBinds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"resultSet\",\"url\":\"interfaces/api.IExecuteReturn.html#resultSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"rows\",\"url\":\"interfaces/api.IExecuteReturn.html#rows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":1024,\"name\":\"rowsAffected\",\"url\":\"interfaces/api.IExecuteReturn.html#rowsAffected\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteReturn\"},{\"kind\":256,\"name\":\"IExecuteManyReturn\",\"url\":\"interfaces/api.IExecuteManyReturn.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"outBinds\",\"url\":\"interfaces/api.IExecuteManyReturn.html#outBinds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyReturn\"},{\"kind\":1024,\"name\":\"rowsAffected\",\"url\":\"interfaces/api.IExecuteManyReturn.html#rowsAffected\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteManyReturn\"},{\"kind\":256,\"name\":\"IBindObjectValue\",\"url\":\"interfaces/api.IBindObjectValue.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"maxArraySize\",\"url\":\"interfaces/api.IBindObjectValue.html#maxArraySize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"val\",\"url\":\"interfaces/api.IBindObjectValue.html#val\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"dir\",\"url\":\"interfaces/api.IBindObjectValue.html#dir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/api.IBindObjectValue.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IBindObjectValue.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"api.IBindObjectValue\"},{\"kind\":4194304,\"name\":\"BindValue\",\"url\":\"types/api.BindValue.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"INamedBinds\",\"url\":\"interfaces/api.INamedBinds.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"PosBinds\",\"url\":\"types/api.PosBinds.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"BindParameters\",\"url\":\"types/api.BindParameters.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"IStatementInfo\",\"url\":\"interfaces/api.IStatementInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"bindNames\",\"url\":\"interfaces/api.IStatementInfo.html#bindNames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IStatementInfo\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"interfaces/api.IStatementInfo.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IStatementInfo\"},{\"kind\":1024,\"name\":\"statementType\",\"url\":\"interfaces/api.IStatementInfo.html#statementType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IStatementInfo\"},{\"kind\":128,\"name\":\"IConnection\",\"url\":\"classes/api.IConnection.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"oracleServerVersion\",\"url\":\"classes/api.IConnection.html#oracleServerVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":1024,\"name\":\"oracleServerVersionString\",\"url\":\"classes/api.IConnection.html#oracleServerVersionString\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":1024,\"name\":\"stmtCacheSize\",\"url\":\"classes/api.IConnection.html#stmtCacheSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"commit\",\"url\":\"classes/api.IConnection.html#commit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/api.IConnection.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"executeMany\",\"url\":\"classes/api.IConnection.html#executeMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"getStatementInfo\",\"url\":\"classes/api.IConnection.html#getStatementInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"rollback\",\"url\":\"classes/api.IConnection.html#rollback\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"getSodaDatabase\",\"url\":\"classes/api.IConnection.html#getSodaDatabase\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":2048,\"name\":\"getDbObjectClass\",\"url\":\"classes/api.IConnection.html#getDbObjectClass\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IConnection\"},{\"kind\":256,\"name\":\"IExecuteArgs\",\"url\":\"interfaces/api.IExecuteArgs.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"statement\",\"url\":\"interfaces/api.IExecuteArgs.html#statement\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteArgs\"},{\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/api.IExecuteArgs.html#values\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IExecuteArgs\"},{\"kind\":256,\"name\":\"IDbObjectAttributes\",\"url\":\"interfaces/api.IDbObjectAttributes.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/api.IDbObjectAttributes.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IDbObjectAttributes\"},{\"kind\":1024,\"name\":\"typeName\",\"url\":\"interfaces/api.IDbObjectAttributes.html#typeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IDbObjectAttributes\"},{\"kind\":1024,\"name\":\"typeClass\",\"url\":\"interfaces/api.IDbObjectAttributes.html#typeClass\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"api.IDbObjectAttributes\"},{\"kind\":128,\"name\":\"IDbObjectClass\",\"url\":\"classes/api.IDbObjectClass.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"attributes\",\"url\":\"classes/api.IDbObjectClass.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"elementType\",\"url\":\"classes/api.IDbObjectClass.html#elementType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"elementTypeClass\",\"url\":\"classes/api.IDbObjectClass.html#elementTypeClass\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"elementTypeName\",\"url\":\"classes/api.IDbObjectClass.html#elementTypeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"fqn\",\"url\":\"classes/api.IDbObjectClass.html#fqn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"isCollection\",\"url\":\"classes/api.IDbObjectClass.html#isCollection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/api.IDbObjectClass.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"schema\",\"url\":\"classes/api.IDbObjectClass.html#schema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"packageName\",\"url\":\"classes/api.IDbObjectClass.html#packageName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/api.IDbObjectClass.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"append\",\"url\":\"classes/api.IDbObjectClass.html#append\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"deleteElement\",\"url\":\"classes/api.IDbObjectClass.html#deleteElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getElement\",\"url\":\"classes/api.IDbObjectClass.html#getElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getFirstIndex\",\"url\":\"classes/api.IDbObjectClass.html#getFirstIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getKeys\",\"url\":\"classes/api.IDbObjectClass.html#getKeys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getLastIndex\",\"url\":\"classes/api.IDbObjectClass.html#getLastIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getNextIndex\",\"url\":\"classes/api.IDbObjectClass.html#getNextIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getPrevIndex\",\"url\":\"classes/api.IDbObjectClass.html#getPrevIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"hasElement\",\"url\":\"classes/api.IDbObjectClass.html#hasElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"setElement\",\"url\":\"classes/api.IDbObjectClass.html#setElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"getValues\",\"url\":\"classes/api.IDbObjectClass.html#getValues\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":2048,\"name\":\"trim\",\"url\":\"classes/api.IDbObjectClass.html#trim\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"api.IDbObjectClass\"},{\"kind\":4194304,\"name\":\"OutFormatType\",\"url\":\"types/api.OutFormatType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ARRAY\",\"url\":\"variables/api.ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"OUT_FORMAT_ARRAY\",\"url\":\"variables/api.OUT_FORMAT_ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"OBJECT\",\"url\":\"variables/api.OBJECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"OUT_FORMAT_OBJECT\",\"url\":\"variables/api.OUT_FORMAT_OBJECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"JsType\",\"url\":\"types/api.JsType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DEFAULT\",\"url\":\"variables/api.DEFAULT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STRING\",\"url\":\"variables/api.STRING.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"NUMBER\",\"url\":\"variables/api.NUMBER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DATE\",\"url\":\"variables/api.DATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_NUMBER\",\"url\":\"variables/api.ORACLE_NUMBER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_DATE\",\"url\":\"variables/api.ORACLE_DATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_BLOB\",\"url\":\"variables/api.ORACLE_BLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_CLOB\",\"url\":\"variables/api.ORACLE_CLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_INTERVAL_DS\",\"url\":\"variables/api.ORACLE_INTERVAL_DS.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_INTERVAL_YM\",\"url\":\"variables/api.ORACLE_INTERVAL_YM.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_NCLOB\",\"url\":\"variables/api.ORACLE_NCLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"UINT8ARRAY\",\"url\":\"variables/api.UINT8ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_TIMESTAMP\",\"url\":\"variables/api.ORACLE_TIMESTAMP.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"ORACLE_TIMESTAMP_TZ\",\"url\":\"variables/api.ORACLE_TIMESTAMP_TZ.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"INT8ARRAY\",\"url\":\"variables/api.INT8ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"FLOAT32ARRAY\",\"url\":\"variables/api.FLOAT32ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"FLOAT64ARRAY\",\"url\":\"variables/api.FLOAT64ARRAY.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":4194304,\"name\":\"DbType\",\"url\":\"types/api.DbType.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_VARCHAR\",\"url\":\"variables/api.DB_TYPE_VARCHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NUMBER\",\"url\":\"variables/api.DB_TYPE_NUMBER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_LONG\",\"url\":\"variables/api.DB_TYPE_LONG.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_DATE\",\"url\":\"variables/api.DB_TYPE_DATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_RAW\",\"url\":\"variables/api.DB_TYPE_RAW.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_LONG_RAW\",\"url\":\"variables/api.DB_TYPE_LONG_RAW.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_CHAR\",\"url\":\"variables/api.DB_TYPE_CHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BINARY_FLOAT\",\"url\":\"variables/api.DB_TYPE_BINARY_FLOAT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BINARY_DOUBLE\",\"url\":\"variables/api.DB_TYPE_BINARY_DOUBLE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BINARY_INTEGER\",\"url\":\"variables/api.DB_TYPE_BINARY_INTEGER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_ROWID\",\"url\":\"variables/api.DB_TYPE_ROWID.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_CLOB\",\"url\":\"variables/api.DB_TYPE_CLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BLOB\",\"url\":\"variables/api.DB_TYPE_BLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_TIMESTAMP\",\"url\":\"variables/api.DB_TYPE_TIMESTAMP.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_TIMESTAMP_TZ\",\"url\":\"variables/api.DB_TYPE_TIMESTAMP_TZ.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_INTERVAL_YM\",\"url\":\"variables/api.DB_TYPE_INTERVAL_YM.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_INTERVAL_DS\",\"url\":\"variables/api.DB_TYPE_INTERVAL_DS.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_UROWID\",\"url\":\"variables/api.DB_TYPE_UROWID.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_BOOLEAN\",\"url\":\"variables/api.DB_TYPE_BOOLEAN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_TIMESTAMP_LTZ\",\"url\":\"variables/api.DB_TYPE_TIMESTAMP_LTZ.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NVARCHAR\",\"url\":\"variables/api.DB_TYPE_NVARCHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NCHAR\",\"url\":\"variables/api.DB_TYPE_NCHAR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_NCLOB\",\"url\":\"variables/api.DB_TYPE_NCLOB.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_JSON\",\"url\":\"variables/api.DB_TYPE_JSON.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_OBJECT\",\"url\":\"variables/api.DB_TYPE_OBJECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"DB_TYPE_VECTOR\",\"url\":\"variables/api.DB_TYPE_VECTOR.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"BIND_IN\",\"url\":\"variables/api.BIND_IN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"BIND_INOUT\",\"url\":\"variables/api.BIND_INOUT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"BIND_OUT\",\"url\":\"variables/api.BIND_OUT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_UNKNOWN\",\"url\":\"variables/api.STMT_TYPE_UNKNOWN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_SELECT\",\"url\":\"variables/api.STMT_TYPE_SELECT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_UPDATE\",\"url\":\"variables/api.STMT_TYPE_UPDATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_DELETE\",\"url\":\"variables/api.STMT_TYPE_DELETE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_INSERT\",\"url\":\"variables/api.STMT_TYPE_INSERT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_CREATE\",\"url\":\"variables/api.STMT_TYPE_CREATE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_DROP\",\"url\":\"variables/api.STMT_TYPE_DROP.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_ALTER\",\"url\":\"variables/api.STMT_TYPE_ALTER.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_BEGIN\",\"url\":\"variables/api.STMT_TYPE_BEGIN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_DECLARE\",\"url\":\"variables/api.STMT_TYPE_DECLARE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_CALL\",\"url\":\"variables/api.STMT_TYPE_CALL.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_EXPLAIN_PLAN\",\"url\":\"variables/api.STMT_TYPE_EXPLAIN_PLAN.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_MERGE\",\"url\":\"variables/api.STMT_TYPE_MERGE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_ROLLBACK\",\"url\":\"variables/api.STMT_TYPE_ROLLBACK.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"STMT_TYPE_COMMIT\",\"url\":\"variables/api.STMT_TYPE_COMMIT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":32,\"name\":\"SODA_COLL_MAP_MODE\",\"url\":\"variables/api.SODA_COLL_MAP_MODE.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":128,\"name\":\"Parameters\",\"url\":\"classes/api.Parameters.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"api\"},{\"kind\":262144,\"name\":\"maxRows\",\"url\":\"classes/api.Parameters.html#maxRows\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"outFormat\",\"url\":\"classes/api.Parameters.html#outFormat\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchArraySize\",\"url\":\"classes/api.Parameters.html#fetchArraySize\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"extendedMetaData\",\"url\":\"classes/api.Parameters.html#extendedMetaData\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchAsString\",\"url\":\"classes/api.Parameters.html#fetchAsString\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchAsUint8Array\",\"url\":\"classes/api.Parameters.html#fetchAsUint8Array\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":262144,\"name\":\"fetchAsPlsqlWrapper\",\"url\":\"classes/api.Parameters.html#fetchAsPlsqlWrapper\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"api.Parameters\"},{\"kind\":2,\"name\":\"soda-api\",\"url\":\"modules/soda_api.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"ICreateCollectionOptions\",\"url\":\"interfaces/soda_api.ICreateCollectionOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"metaData\",\"url\":\"interfaces/soda_api.ICreateCollectionOptions.html#metaData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateCollectionOptions\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/soda_api.ICreateCollectionOptions.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateCollectionOptions\"},{\"kind\":256,\"name\":\"ICreateDocumentOptions\",\"url\":\"interfaces/soda_api.ICreateDocumentOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/soda_api.ICreateDocumentOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateDocumentOptions\"},{\"kind\":1024,\"name\":\"mediaType\",\"url\":\"interfaces/soda_api.ICreateDocumentOptions.html#mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICreateDocumentOptions\"},{\"kind\":256,\"name\":\"IGetCollectionNameOptions\",\"url\":\"interfaces/soda_api.IGetCollectionNameOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/soda_api.IGetCollectionNameOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IGetCollectionNameOptions\"},{\"kind\":1024,\"name\":\"startsWith\",\"url\":\"interfaces/soda_api.IGetCollectionNameOptions.html#startsWith\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IGetCollectionNameOptions\"},{\"kind\":256,\"name\":\"IDropIndexOptions\",\"url\":\"interfaces/soda_api.IDropIndexOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/soda_api.IDropIndexOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IDropIndexOptions\"},{\"kind\":256,\"name\":\"IDropResult\",\"url\":\"interfaces/soda_api.IDropResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"dropped\",\"url\":\"interfaces/soda_api.IDropResult.html#dropped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IDropResult\"},{\"kind\":256,\"name\":\"IDropIndexResult\",\"url\":\"interfaces/soda_api.IDropIndexResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"dropped\",\"url\":\"interfaces/soda_api.IDropIndexResult.html#dropped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IDropIndexResult\"},{\"kind\":256,\"name\":\"ICountResult\",\"url\":\"interfaces/soda_api.ICountResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/soda_api.ICountResult.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.ICountResult\"},{\"kind\":256,\"name\":\"IRemoveResult\",\"url\":\"interfaces/soda_api.IRemoveResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/soda_api.IRemoveResult.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IRemoveResult\"},{\"kind\":256,\"name\":\"IReplaceResult\",\"url\":\"interfaces/soda_api.IReplaceResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"replaced\",\"url\":\"interfaces/soda_api.IReplaceResult.html#replaced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"soda-api.IReplaceResult\"},{\"kind\":128,\"name\":\"ISodaDatabase\",\"url\":\"classes/soda_api.ISodaDatabase.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":2048,\"name\":\"createCollection\",\"url\":\"classes/soda_api.ISodaDatabase.html#createCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":2048,\"name\":\"createDocument\",\"url\":\"classes/soda_api.ISodaDatabase.html#createDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":2048,\"name\":\"getCollectionNames\",\"url\":\"classes/soda_api.ISodaDatabase.html#getCollectionNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":2048,\"name\":\"openCollection\",\"url\":\"classes/soda_api.ISodaDatabase.html#openCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDatabase\"},{\"kind\":128,\"name\":\"ISodaCollection\",\"url\":\"classes/soda_api.ISodaCollection.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":262144,\"name\":\"name\",\"url\":\"classes/soda_api.ISodaCollection.html#name\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":262144,\"name\":\"metaData\",\"url\":\"classes/soda_api.ISodaCollection.html#metaData\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"createIndex\",\"url\":\"classes/soda_api.ISodaCollection.html#createIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"drop\",\"url\":\"classes/soda_api.ISodaCollection.html#drop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"dropIndex\",\"url\":\"classes/soda_api.ISodaCollection.html#dropIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"find\",\"url\":\"classes/soda_api.ISodaCollection.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"getDataGuide\",\"url\":\"classes/soda_api.ISodaCollection.html#getDataGuide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertMany\",\"url\":\"classes/soda_api.ISodaCollection.html#insertMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertManyAndGet\",\"url\":\"classes/soda_api.ISodaCollection.html#insertManyAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertOne\",\"url\":\"classes/soda_api.ISodaCollection.html#insertOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"insertOneAndGet\",\"url\":\"classes/soda_api.ISodaCollection.html#insertOneAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/soda_api.ISodaCollection.html#save\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"saveAndGet\",\"url\":\"classes/soda_api.ISodaCollection.html#saveAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":2048,\"name\":\"truncate\",\"url\":\"classes/soda_api.ISodaCollection.html#truncate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaCollection\"},{\"kind\":128,\"name\":\"ISodaOperation\",\"url\":\"classes/soda_api.ISodaOperation.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":2048,\"name\":\"fetchArraySize\",\"url\":\"classes/soda_api.ISodaOperation.html#fetchArraySize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/soda_api.ISodaOperation.html#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"key\",\"url\":\"classes/soda_api.ISodaOperation.html#key\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"classes/soda_api.ISodaOperation.html#keys\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/soda_api.ISodaOperation.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/soda_api.ISodaOperation.html#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"version\",\"url\":\"classes/soda_api.ISodaOperation.html#version\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"count\",\"url\":\"classes/soda_api.ISodaOperation.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"getCursor\",\"url\":\"classes/soda_api.ISodaOperation.html#getCursor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"getDocuments\",\"url\":\"classes/soda_api.ISodaOperation.html#getDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"getOne\",\"url\":\"classes/soda_api.ISodaOperation.html#getOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/soda_api.ISodaOperation.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"replaceOne\",\"url\":\"classes/soda_api.ISodaOperation.html#replaceOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":2048,\"name\":\"replaceOneAndGet\",\"url\":\"classes/soda_api.ISodaOperation.html#replaceOneAndGet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaOperation\"},{\"kind\":128,\"name\":\"ISodaDocumentCursor\",\"url\":\"classes/soda_api.ISodaDocumentCursor.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/soda_api.ISodaDocumentCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocumentCursor\"},{\"kind\":2048,\"name\":\"getNext\",\"url\":\"classes/soda_api.ISodaDocumentCursor.html#getNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocumentCursor\"},{\"kind\":128,\"name\":\"ISodaDocument\",\"url\":\"classes/soda_api.ISodaDocument.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"soda-api\"},{\"kind\":1024,\"name\":\"createdOn\",\"url\":\"classes/soda_api.ISodaDocument.html#createdOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/soda_api.ISodaDocument.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"lastModified\",\"url\":\"classes/soda_api.ISodaDocument.html#lastModified\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"mediaType\",\"url\":\"classes/soda_api.ISodaDocument.html#mediaType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/soda_api.ISodaDocument.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":2048,\"name\":\"getContent\",\"url\":\"classes/soda_api.ISodaDocument.html#getContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":2048,\"name\":\"getContentAsString\",\"url\":\"classes/soda_api.ISodaDocument.html#getContentAsString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"soda-api.ISodaDocument\"},{\"kind\":8388608,\"name\":\"OracleDb\",\"url\":\"modules/index_esm.html#OracleDb\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index-esm\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,38.837,1,38.837]],[\"comment/0\",[]],[\"name/1\",[2,41.517]],[\"comment/1\",[]],[\"name/2\",[3,46.064]],[\"comment/2\",[]],[\"name/3\",[2,18.729,4,24.626,5,24.626,6,24.626]],[\"comment/3\",[]],[\"name/4\",[2,41.517]],[\"comment/4\",[]],[\"name/5\",[7,49.449]],[\"comment/5\",[]],[\"name/6\",[8,49.449]],[\"comment/6\",[]],[\"name/7\",[9,49.449]],[\"comment/7\",[]],[\"name/8\",[10,49.449]],[\"comment/8\",[]],[\"name/9\",[3,46.064]],[\"comment/9\",[]],[\"name/10\",[11,49.449]],[\"comment/10\",[]],[\"name/11\",[12,49.449]],[\"comment/11\",[]],[\"name/12\",[13,49.449]],[\"comment/12\",[]],[\"name/13\",[14,49.449]],[\"comment/13\",[]],[\"name/14\",[15,49.449]],[\"comment/14\",[]],[\"name/15\",[16,49.449]],[\"comment/15\",[]],[\"name/16\",[17,49.449]],[\"comment/16\",[]],[\"name/17\",[18,49.449]],[\"comment/17\",[]],[\"name/18\",[19,49.449]],[\"comment/18\",[]],[\"name/19\",[20,49.449]],[\"comment/19\",[]],[\"name/20\",[21,49.449]],[\"comment/20\",[]],[\"name/21\",[22,49.449]],[\"comment/21\",[]],[\"name/22\",[23,49.449]],[\"comment/22\",[]],[\"name/23\",[24,49.449]],[\"comment/23\",[]],[\"name/24\",[25,49.449]],[\"comment/24\",[]],[\"name/25\",[26,49.449]],[\"comment/25\",[]],[\"name/26\",[27,49.449]],[\"comment/26\",[]],[\"name/27\",[28,49.449]],[\"comment/27\",[]],[\"name/28\",[29,49.449]],[\"comment/28\",[]],[\"name/29\",[30,49.449]],[\"comment/29\",[]],[\"name/30\",[31,49.449]],[\"comment/30\",[]],[\"name/31\",[32,49.449]],[\"comment/31\",[]],[\"name/32\",[33,49.449]],[\"comment/32\",[]],[\"name/33\",[34,49.449]],[\"comment/33\",[]],[\"name/34\",[35,49.449]],[\"comment/34\",[]],[\"name/35\",[36,49.449]],[\"comment/35\",[]],[\"name/36\",[37,49.449]],[\"comment/36\",[]],[\"name/37\",[38,49.449]],[\"comment/37\",[]],[\"name/38\",[39,49.449]],[\"comment/38\",[]],[\"name/39\",[40,49.449]],[\"comment/39\",[]],[\"name/40\",[41,49.449]],[\"comment/40\",[]],[\"name/41\",[42,49.449]],[\"comment/41\",[]],[\"name/42\",[43,49.449]],[\"comment/42\",[]],[\"name/43\",[44,49.449]],[\"comment/43\",[]],[\"name/44\",[45,49.449]],[\"comment/44\",[]],[\"name/45\",[46,49.449]],[\"comment/45\",[]],[\"name/46\",[47,49.449]],[\"comment/46\",[]],[\"name/47\",[48,49.449]],[\"comment/47\",[]],[\"name/48\",[49,49.449]],[\"comment/48\",[]],[\"name/49\",[50,49.449]],[\"comment/49\",[]],[\"name/50\",[51,49.449]],[\"comment/50\",[]],[\"name/51\",[52,49.449]],[\"comment/51\",[]],[\"name/52\",[53,49.449]],[\"comment/52\",[]],[\"name/53\",[54,49.449]],[\"comment/53\",[]],[\"name/54\",[55,49.449]],[\"comment/54\",[]],[\"name/55\",[56,49.449]],[\"comment/55\",[]],[\"name/56\",[57,49.449]],[\"comment/56\",[]],[\"name/57\",[58,49.449]],[\"comment/57\",[]],[\"name/58\",[59,49.449]],[\"comment/58\",[]],[\"name/59\",[60,49.449]],[\"comment/59\",[]],[\"name/60\",[61,49.449]],[\"comment/60\",[]],[\"name/61\",[62,49.449]],[\"comment/61\",[]],[\"name/62\",[63,49.449]],[\"comment/62\",[]],[\"name/63\",[64,49.449]],[\"comment/63\",[]],[\"name/64\",[65,49.449]],[\"comment/64\",[]],[\"name/65\",[66,49.449]],[\"comment/65\",[]],[\"name/66\",[67,49.449]],[\"comment/66\",[]],[\"name/67\",[68,49.449]],[\"comment/67\",[]],[\"name/68\",[69,49.449]],[\"comment/68\",[]],[\"name/69\",[70,49.449]],[\"comment/69\",[]],[\"name/70\",[71,49.449]],[\"comment/70\",[]],[\"name/71\",[72,54.588]],[\"comment/71\",[]],[\"name/72\",[73,54.588]],[\"comment/72\",[]],[\"name/73\",[74,54.588]],[\"comment/73\",[]],[\"name/74\",[75,54.588]],[\"comment/74\",[]],[\"name/75\",[76,54.588]],[\"comment/75\",[]],[\"name/76\",[2,41.517]],[\"comment/76\",[]],[\"name/77\",[77,54.588]],[\"comment/77\",[]],[\"name/78\",[78,46.064]],[\"comment/78\",[]],[\"name/79\",[79,46.064]],[\"comment/79\",[]],[\"name/80\",[80,46.064]],[\"comment/80\",[]],[\"name/81\",[81,43.536]],[\"comment/81\",[]],[\"name/82\",[82,49.449]],[\"comment/82\",[]],[\"name/83\",[83,49.449]],[\"comment/83\",[]],[\"name/84\",[84,46.064]],[\"comment/84\",[]],[\"name/85\",[85,54.588]],[\"comment/85\",[]],[\"name/86\",[86,49.449]],[\"comment/86\",[]],[\"name/87\",[87,54.588]],[\"comment/87\",[]],[\"name/88\",[88,54.588]],[\"comment/88\",[]],[\"name/89\",[89,54.588]],[\"comment/89\",[]],[\"name/90\",[90,54.588]],[\"comment/90\",[]],[\"name/91\",[91,43.536]],[\"comment/91\",[]],[\"name/92\",[92,54.588]],[\"comment/92\",[]],[\"name/93\",[93,54.588]],[\"comment/93\",[]],[\"name/94\",[80,46.064]],[\"comment/94\",[]],[\"name/95\",[81,43.536]],[\"comment/95\",[]],[\"name/96\",[94,54.588]],[\"comment/96\",[]],[\"name/97\",[84,46.064]],[\"comment/97\",[]],[\"name/98\",[79,46.064]],[\"comment/98\",[]],[\"name/99\",[78,46.064]],[\"comment/99\",[]],[\"name/100\",[95,49.449]],[\"comment/100\",[]],[\"name/101\",[96,54.588]],[\"comment/101\",[]],[\"name/102\",[97,49.449]],[\"comment/102\",[]],[\"name/103\",[98,49.449]],[\"comment/103\",[]],[\"name/104\",[91,43.536]],[\"comment/104\",[]],[\"name/105\",[99,54.588]],[\"comment/105\",[]],[\"name/106\",[100,54.588]],[\"comment/106\",[]],[\"name/107\",[101,54.588]],[\"comment/107\",[]],[\"name/108\",[102,54.588]],[\"comment/108\",[]],[\"name/109\",[103,54.588]],[\"comment/109\",[]],[\"name/110\",[104,54.588]],[\"comment/110\",[]],[\"name/111\",[95,49.449]],[\"comment/111\",[]],[\"name/112\",[105,54.588]],[\"comment/112\",[]],[\"name/113\",[106,46.064]],[\"comment/113\",[]],[\"name/114\",[107,54.588]],[\"comment/114\",[]],[\"name/115\",[108,49.449]],[\"comment/115\",[]],[\"name/116\",[109,54.588]],[\"comment/116\",[]],[\"name/117\",[110,54.588]],[\"comment/117\",[]],[\"name/118\",[111,54.588]],[\"comment/118\",[]],[\"name/119\",[112,54.588]],[\"comment/119\",[]],[\"name/120\",[113,54.588]],[\"comment/120\",[]],[\"name/121\",[114,54.588]],[\"comment/121\",[]],[\"name/122\",[115,54.588]],[\"comment/122\",[]],[\"name/123\",[116,54.588]],[\"comment/123\",[]],[\"name/124\",[117,41.517]],[\"comment/124\",[]],[\"name/125\",[118,49.449]],[\"comment/125\",[]],[\"name/126\",[119,54.588]],[\"comment/126\",[]],[\"name/127\",[120,54.588]],[\"comment/127\",[]],[\"name/128\",[121,49.449]],[\"comment/128\",[]],[\"name/129\",[121,49.449]],[\"comment/129\",[]],[\"name/130\",[122,54.588]],[\"comment/130\",[]],[\"name/131\",[117,41.517]],[\"comment/131\",[]],[\"name/132\",[123,49.449]],[\"comment/132\",[]],[\"name/133\",[78,46.064]],[\"comment/133\",[]],[\"name/134\",[124,54.588]],[\"comment/134\",[]],[\"name/135\",[125,49.449]],[\"comment/135\",[]],[\"name/136\",[126,54.588]],[\"comment/136\",[]],[\"name/137\",[123,49.449]],[\"comment/137\",[]],[\"name/138\",[125,49.449]],[\"comment/138\",[]],[\"name/139\",[127,54.588]],[\"comment/139\",[]],[\"name/140\",[128,54.588]],[\"comment/140\",[]],[\"name/141\",[129,54.588]],[\"comment/141\",[]],[\"name/142\",[97,49.449]],[\"comment/142\",[]],[\"name/143\",[98,49.449]],[\"comment/143\",[]],[\"name/144\",[91,43.536]],[\"comment/144\",[]],[\"name/145\",[130,54.588]],[\"comment/145\",[]],[\"name/146\",[131,54.588]],[\"comment/146\",[]],[\"name/147\",[132,54.588]],[\"comment/147\",[]],[\"name/148\",[133,54.588]],[\"comment/148\",[]],[\"name/149\",[134,54.588]],[\"comment/149\",[]],[\"name/150\",[135,54.588]],[\"comment/150\",[]],[\"name/151\",[117,41.517]],[\"comment/151\",[]],[\"name/152\",[136,54.588]],[\"comment/152\",[]],[\"name/153\",[137,54.588]],[\"comment/153\",[]],[\"name/154\",[138,54.588]],[\"comment/154\",[]],[\"name/155\",[139,54.588]],[\"comment/155\",[]],[\"name/156\",[140,54.588]],[\"comment/156\",[]],[\"name/157\",[141,54.588]],[\"comment/157\",[]],[\"name/158\",[142,54.588]],[\"comment/158\",[]],[\"name/159\",[143,54.588]],[\"comment/159\",[]],[\"name/160\",[144,54.588]],[\"comment/160\",[]],[\"name/161\",[145,54.588]],[\"comment/161\",[]],[\"name/162\",[146,54.588]],[\"comment/162\",[]],[\"name/163\",[147,54.588]],[\"comment/163\",[]],[\"name/164\",[148,54.588]],[\"comment/164\",[]],[\"name/165\",[149,54.588]],[\"comment/165\",[]],[\"name/166\",[150,54.588]],[\"comment/166\",[]],[\"name/167\",[151,54.588]],[\"comment/167\",[]],[\"name/168\",[91,43.536]],[\"comment/168\",[]],[\"name/169\",[152,54.588]],[\"comment/169\",[]],[\"name/170\",[153,54.588]],[\"comment/170\",[]],[\"name/171\",[154,54.588]],[\"comment/171\",[]],[\"name/172\",[155,54.588]],[\"comment/172\",[]],[\"name/173\",[156,54.588]],[\"comment/173\",[]],[\"name/174\",[157,54.588]],[\"comment/174\",[]],[\"name/175\",[158,54.588]],[\"comment/175\",[]],[\"name/176\",[159,54.588]],[\"comment/176\",[]],[\"name/177\",[160,54.588]],[\"comment/177\",[]],[\"name/178\",[106,46.064]],[\"comment/178\",[]],[\"name/179\",[161,54.588]],[\"comment/179\",[]],[\"name/180\",[162,54.588]],[\"comment/180\",[]],[\"name/181\",[163,54.588]],[\"comment/181\",[]],[\"name/182\",[164,54.588]],[\"comment/182\",[]],[\"name/183\",[165,54.588]],[\"comment/183\",[]],[\"name/184\",[166,54.588]],[\"comment/184\",[]],[\"name/185\",[167,54.588]],[\"comment/185\",[]],[\"name/186\",[168,54.588]],[\"comment/186\",[]],[\"name/187\",[169,54.588]],[\"comment/187\",[]],[\"name/188\",[170,54.588]],[\"comment/188\",[]],[\"name/189\",[171,54.588]],[\"comment/189\",[]],[\"name/190\",[172,54.588]],[\"comment/190\",[]],[\"name/191\",[173,54.588]],[\"comment/191\",[]],[\"name/192\",[174,54.588]],[\"comment/192\",[]],[\"name/193\",[175,54.588]],[\"comment/193\",[]],[\"name/194\",[176,54.588]],[\"comment/194\",[]],[\"name/195\",[8,49.449]],[\"comment/195\",[]],[\"name/196\",[7,49.449]],[\"comment/196\",[]],[\"name/197\",[10,49.449]],[\"comment/197\",[]],[\"name/198\",[9,49.449]],[\"comment/198\",[]],[\"name/199\",[177,54.588]],[\"comment/199\",[]],[\"name/200\",[3,46.064]],[\"comment/200\",[]],[\"name/201\",[11,49.449]],[\"comment/201\",[]],[\"name/202\",[12,49.449]],[\"comment/202\",[]],[\"name/203\",[13,49.449]],[\"comment/203\",[]],[\"name/204\",[14,49.449]],[\"comment/204\",[]],[\"name/205\",[15,49.449]],[\"comment/205\",[]],[\"name/206\",[16,49.449]],[\"comment/206\",[]],[\"name/207\",[17,49.449]],[\"comment/207\",[]],[\"name/208\",[18,49.449]],[\"comment/208\",[]],[\"name/209\",[19,49.449]],[\"comment/209\",[]],[\"name/210\",[178,54.588]],[\"comment/210\",[]],[\"name/211\",[22,49.449]],[\"comment/211\",[]],[\"name/212\",[20,49.449]],[\"comment/212\",[]],[\"name/213\",[21,49.449]],[\"comment/213\",[]],[\"name/214\",[23,49.449]],[\"comment/214\",[]],[\"name/215\",[24,49.449]],[\"comment/215\",[]],[\"name/216\",[25,49.449]],[\"comment/216\",[]],[\"name/217\",[108,49.449]],[\"comment/217\",[]],[\"name/218\",[26,49.449]],[\"comment/218\",[]],[\"name/219\",[27,49.449]],[\"comment/219\",[]],[\"name/220\",[28,49.449]],[\"comment/220\",[]],[\"name/221\",[29,49.449]],[\"comment/221\",[]],[\"name/222\",[30,49.449]],[\"comment/222\",[]],[\"name/223\",[31,49.449]],[\"comment/223\",[]],[\"name/224\",[32,49.449]],[\"comment/224\",[]],[\"name/225\",[33,49.449]],[\"comment/225\",[]],[\"name/226\",[34,49.449]],[\"comment/226\",[]],[\"name/227\",[35,49.449]],[\"comment/227\",[]],[\"name/228\",[36,49.449]],[\"comment/228\",[]],[\"name/229\",[39,49.449]],[\"comment/229\",[]],[\"name/230\",[40,49.449]],[\"comment/230\",[]],[\"name/231\",[41,49.449]],[\"comment/231\",[]],[\"name/232\",[42,49.449]],[\"comment/232\",[]],[\"name/233\",[50,49.449]],[\"comment/233\",[]],[\"name/234\",[51,49.449]],[\"comment/234\",[]],[\"name/235\",[37,49.449]],[\"comment/235\",[]],[\"name/236\",[38,49.449]],[\"comment/236\",[]],[\"name/237\",[43,49.449]],[\"comment/237\",[]],[\"name/238\",[44,49.449]],[\"comment/238\",[]],[\"name/239\",[45,49.449]],[\"comment/239\",[]],[\"name/240\",[46,49.449]],[\"comment/240\",[]],[\"name/241\",[47,49.449]],[\"comment/241\",[]],[\"name/242\",[48,49.449]],[\"comment/242\",[]],[\"name/243\",[49,49.449]],[\"comment/243\",[]],[\"name/244\",[52,49.449]],[\"comment/244\",[]],[\"name/245\",[53,49.449]],[\"comment/245\",[]],[\"name/246\",[54,49.449]],[\"comment/246\",[]],[\"name/247\",[55,49.449]],[\"comment/247\",[]],[\"name/248\",[56,49.449]],[\"comment/248\",[]],[\"name/249\",[57,49.449]],[\"comment/249\",[]],[\"name/250\",[58,49.449]],[\"comment/250\",[]],[\"name/251\",[59,49.449]],[\"comment/251\",[]],[\"name/252\",[60,49.449]],[\"comment/252\",[]],[\"name/253\",[61,49.449]],[\"comment/253\",[]],[\"name/254\",[62,49.449]],[\"comment/254\",[]],[\"name/255\",[63,49.449]],[\"comment/255\",[]],[\"name/256\",[64,49.449]],[\"comment/256\",[]],[\"name/257\",[65,49.449]],[\"comment/257\",[]],[\"name/258\",[66,49.449]],[\"comment/258\",[]],[\"name/259\",[67,49.449]],[\"comment/259\",[]],[\"name/260\",[68,49.449]],[\"comment/260\",[]],[\"name/261\",[69,49.449]],[\"comment/261\",[]],[\"name/262\",[70,49.449]],[\"comment/262\",[]],[\"name/263\",[71,49.449]],[\"comment/263\",[]],[\"name/264\",[84,46.064]],[\"comment/264\",[]],[\"name/265\",[79,46.064]],[\"comment/265\",[]],[\"name/266\",[81,43.536]],[\"comment/266\",[]],[\"name/267\",[80,46.064]],[\"comment/267\",[]],[\"name/268\",[83,49.449]],[\"comment/268\",[]],[\"name/269\",[179,54.588]],[\"comment/269\",[]],[\"name/270\",[82,49.449]],[\"comment/270\",[]],[\"name/271\",[86,35.181,180,38.837]],[\"comment/271\",[]],[\"name/272\",[181,54.588]],[\"comment/272\",[]],[\"name/273\",[117,41.517]],[\"comment/273\",[]],[\"name/274\",[182,54.588]],[\"comment/274\",[]],[\"name/275\",[183,54.588]],[\"comment/275\",[]],[\"name/276\",[184,46.064]],[\"comment/276\",[]],[\"name/277\",[185,49.449]],[\"comment/277\",[]],[\"name/278\",[186,54.588]],[\"comment/278\",[]],[\"name/279\",[187,49.449]],[\"comment/279\",[]],[\"name/280\",[188,54.588]],[\"comment/280\",[]],[\"name/281\",[189,54.588]],[\"comment/281\",[]],[\"name/282\",[190,54.588]],[\"comment/282\",[]],[\"name/283\",[191,54.588]],[\"comment/283\",[]],[\"name/284\",[192,49.449]],[\"comment/284\",[]],[\"name/285\",[193,54.588]],[\"comment/285\",[]],[\"name/286\",[192,49.449]],[\"comment/286\",[]],[\"name/287\",[194,54.588]],[\"comment/287\",[]],[\"name/288\",[195,46.064]],[\"comment/288\",[]],[\"name/289\",[196,54.588]],[\"comment/289\",[]],[\"name/290\",[195,46.064]],[\"comment/290\",[]],[\"name/291\",[197,54.588]],[\"comment/291\",[]],[\"name/292\",[198,54.588]],[\"comment/292\",[]],[\"name/293\",[199,54.588]],[\"comment/293\",[]],[\"name/294\",[200,54.588]],[\"comment/294\",[]],[\"name/295\",[201,54.588]],[\"comment/295\",[]],[\"name/296\",[202,54.588]],[\"comment/296\",[]],[\"name/297\",[203,54.588]],[\"comment/297\",[]],[\"name/298\",[204,54.588]],[\"comment/298\",[]],[\"name/299\",[106,46.064]],[\"comment/299\",[]],[\"name/300\",[117,41.517]],[\"comment/300\",[]],[\"name/301\",[205,54.588]],[\"comment/301\",[]],[\"name/302\",[206,54.588]],[\"comment/302\",[]],[\"name/303\",[207,54.588]],[\"comment/303\",[]],[\"name/304\",[208,54.588]],[\"comment/304\",[]],[\"name/305\",[209,54.588]],[\"comment/305\",[]],[\"name/306\",[210,54.588]],[\"comment/306\",[]],[\"name/307\",[211,54.588]],[\"comment/307\",[]],[\"name/308\",[212,54.588]],[\"comment/308\",[]],[\"name/309\",[213,54.588]],[\"comment/309\",[]],[\"name/310\",[214,54.588]],[\"comment/310\",[]],[\"name/311\",[215,54.588]],[\"comment/311\",[]],[\"name/312\",[216,54.588]],[\"comment/312\",[]],[\"name/313\",[217,54.588]],[\"comment/313\",[]],[\"name/314\",[81,43.536]],[\"comment/314\",[]],[\"name/315\",[218,54.588]],[\"comment/315\",[]],[\"name/316\",[184,46.064]],[\"comment/316\",[]],[\"name/317\",[219,54.588]],[\"comment/317\",[]],[\"name/318\",[187,49.449]],[\"comment/318\",[]],[\"name/319\",[220,54.588]],[\"comment/319\",[]],[\"name/320\",[221,49.449]],[\"comment/320\",[]],[\"name/321\",[195,46.064]],[\"comment/321\",[]],[\"name/322\",[222,54.588]],[\"comment/322\",[]],[\"name/323\",[223,54.588]],[\"comment/323\",[]],[\"name/324\",[224,54.588]],[\"comment/324\",[]],[\"name/325\",[225,54.588]],[\"comment/325\",[]],[\"name/326\",[226,54.588]],[\"comment/326\",[]],[\"name/327\",[227,54.588]],[\"comment/327\",[]],[\"name/328\",[228,54.588]],[\"comment/328\",[]],[\"name/329\",[118,49.449]],[\"comment/329\",[]],[\"name/330\",[229,54.588]],[\"comment/330\",[]],[\"name/331\",[230,54.588]],[\"comment/331\",[]],[\"name/332\",[231,54.588]],[\"comment/332\",[]],[\"name/333\",[184,46.064]],[\"comment/333\",[]],[\"name/334\",[232,54.588]],[\"comment/334\",[]],[\"name/335\",[185,49.449]],[\"comment/335\",[]],[\"name/336\",[221,49.449]],[\"comment/336\",[]],[\"name/337\",[233,54.588]],[\"comment/337\",[]],[\"name/338\",[234,54.588]],[\"comment/338\",[]],[\"name/339\",[2,41.517]],[\"comment/339\",[]]],\"invertedIndex\":[[\"api\",{\"_index\":86,\"name\":{\"86\":{},\"271\":{}},\"comment\":{}}],[\"append\",{\"_index\":164,\"name\":{\"182\":{}},\"comment\":{}}],[\"array\",{\"_index\":8,\"name\":{\"6\":{},\"195\":{}},\"comment\":{}}],[\"arraybinddefs\",{\"_index\":100,\"name\":{\"106\":{}},\"comment\":{}}],[\"attributes\",{\"_index\":155,\"name\":{\"172\":{}},\"comment\":{}}],[\"bind_in\",{\"_index\":52,\"name\":{\"51\":{},\"244\":{}},\"comment\":{}}],[\"bind_inout\",{\"_index\":53,\"name\":{\"52\":{},\"245\":{}},\"comment\":{}}],[\"bind_out\",{\"_index\":54,\"name\":{\"53\":{},\"246\":{}},\"comment\":{}}],[\"binddefs\",{\"_index\":103,\"name\":{\"109\":{}},\"comment\":{}}],[\"bindnames\",{\"_index\":135,\"name\":{\"150\":{}},\"comment\":{}}],[\"bindparameters\",{\"_index\":133,\"name\":{\"148\":{}},\"comment\":{}}],[\"bindvalue\",{\"_index\":130,\"name\":{\"145\":{}},\"comment\":{}}],[\"bytesize\",{\"_index\":109,\"name\":{\"116\":{}},\"comment\":{}}],[\"close\",{\"_index\":118,\"name\":{\"125\":{},\"329\":{}},\"comment\":{}}],[\"commit\",{\"_index\":141,\"name\":{\"157\":{}},\"comment\":{}}],[\"common\",{\"_index\":6,\"name\":{\"3\":{}},\"comment\":{}}],[\"connection\",{\"_index\":77,\"name\":{\"77\":{}},\"comment\":{}}],[\"count\",{\"_index\":195,\"name\":{\"288\":{},\"290\":{},\"321\":{}},\"comment\":{}}],[\"createcollection\",{\"_index\":200,\"name\":{\"294\":{}},\"comment\":{}}],[\"createdocument\",{\"_index\":201,\"name\":{\"295\":{}},\"comment\":{}}],[\"createdon\",{\"_index\":231,\"name\":{\"332\":{}},\"comment\":{}}],[\"createindex\",{\"_index\":205,\"name\":{\"301\":{}},\"comment\":{}}],[\"date\",{\"_index\":13,\"name\":{\"12\":{},\"203\":{}},\"comment\":{}}],[\"db_type_binary_double\",{\"_index\":34,\"name\":{\"33\":{},\"226\":{}},\"comment\":{}}],[\"db_type_binary_float\",{\"_index\":33,\"name\":{\"32\":{},\"225\":{}},\"comment\":{}}],[\"db_type_binary_integer\",{\"_index\":35,\"name\":{\"34\":{},\"227\":{}},\"comment\":{}}],[\"db_type_blob\",{\"_index\":40,\"name\":{\"39\":{},\"230\":{}},\"comment\":{}}],[\"db_type_boolean\",{\"_index\":38,\"name\":{\"37\":{},\"236\":{}},\"comment\":{}}],[\"db_type_char\",{\"_index\":32,\"name\":{\"31\":{},\"224\":{}},\"comment\":{}}],[\"db_type_clob\",{\"_index\":39,\"name\":{\"38\":{},\"229\":{}},\"comment\":{}}],[\"db_type_date\",{\"_index\":29,\"name\":{\"28\":{},\"221\":{}},\"comment\":{}}],[\"db_type_interval_ds\",{\"_index\":51,\"name\":{\"50\":{},\"234\":{}},\"comment\":{}}],[\"db_type_interval_ym\",{\"_index\":50,\"name\":{\"49\":{},\"233\":{}},\"comment\":{}}],[\"db_type_json\",{\"_index\":47,\"name\":{\"46\":{},\"241\":{}},\"comment\":{}}],[\"db_type_long\",{\"_index\":28,\"name\":{\"27\":{},\"220\":{}},\"comment\":{}}],[\"db_type_long_raw\",{\"_index\":31,\"name\":{\"30\":{},\"223\":{}},\"comment\":{}}],[\"db_type_nchar\",{\"_index\":45,\"name\":{\"44\":{},\"239\":{}},\"comment\":{}}],[\"db_type_nclob\",{\"_index\":46,\"name\":{\"45\":{},\"240\":{}},\"comment\":{}}],[\"db_type_number\",{\"_index\":27,\"name\":{\"26\":{},\"219\":{}},\"comment\":{}}],[\"db_type_nvarchar\",{\"_index\":44,\"name\":{\"43\":{},\"238\":{}},\"comment\":{}}],[\"db_type_object\",{\"_index\":48,\"name\":{\"47\":{},\"242\":{}},\"comment\":{}}],[\"db_type_raw\",{\"_index\":30,\"name\":{\"29\":{},\"222\":{}},\"comment\":{}}],[\"db_type_rowid\",{\"_index\":36,\"name\":{\"35\":{},\"228\":{}},\"comment\":{}}],[\"db_type_timestamp\",{\"_index\":41,\"name\":{\"40\":{},\"231\":{}},\"comment\":{}}],[\"db_type_timestamp_ltz\",{\"_index\":43,\"name\":{\"42\":{},\"237\":{}},\"comment\":{}}],[\"db_type_timestamp_tz\",{\"_index\":42,\"name\":{\"41\":{},\"232\":{}},\"comment\":{}}],[\"db_type_urowid\",{\"_index\":37,\"name\":{\"36\":{},\"235\":{}},\"comment\":{}}],[\"db_type_varchar\",{\"_index\":26,\"name\":{\"25\":{},\"218\":{}},\"comment\":{}}],[\"db_type_vector\",{\"_index\":49,\"name\":{\"48\":{},\"243\":{}},\"comment\":{}}],[\"dbtype\",{\"_index\":108,\"name\":{\"115\":{},\"217\":{}},\"comment\":{}}],[\"dbtypename\",{\"_index\":113,\"name\":{\"120\":{}},\"comment\":{}}],[\"default\",{\"_index\":3,\"name\":{\"2\":{},\"9\":{},\"200\":{}},\"comment\":{}}],[\"defaultconnection\",{\"_index\":85,\"name\":{\"85\":{}},\"comment\":{}}],[\"deleteelement\",{\"_index\":165,\"name\":{\"183\":{}},\"comment\":{}}],[\"dir\",{\"_index\":97,\"name\":{\"102\":{},\"142\":{}},\"comment\":{}}],[\"dmlrowcounts\",{\"_index\":104,\"name\":{\"110\":{}},\"comment\":{}}],[\"drop\",{\"_index\":206,\"name\":{\"302\":{}},\"comment\":{}}],[\"dropindex\",{\"_index\":207,\"name\":{\"303\":{}},\"comment\":{}}],[\"dropped\",{\"_index\":192,\"name\":{\"284\":{},\"286\":{}},\"comment\":{}}],[\"elementtype\",{\"_index\":156,\"name\":{\"173\":{}},\"comment\":{}}],[\"elementtypeclass\",{\"_index\":157,\"name\":{\"174\":{}},\"comment\":{}}],[\"elementtypename\",{\"_index\":158,\"name\":{\"175\":{}},\"comment\":{}}],[\"errornum\",{\"_index\":88,\"name\":{\"88\":{}},\"comment\":{}}],[\"esm\",{\"_index\":1,\"name\":{\"0\":{}},\"comment\":{}}],[\"execute\",{\"_index\":142,\"name\":{\"158\":{}},\"comment\":{}}],[\"executemany\",{\"_index\":143,\"name\":{\"159\":{}},\"comment\":{}}],[\"executemanybinddefs\",{\"_index\":101,\"name\":{\"107\":{}},\"comment\":{}}],[\"extendedmetadata\",{\"_index\":80,\"name\":{\"80\":{},\"94\":{},\"267\":{}},\"comment\":{}}],[\"fetcharraysize\",{\"_index\":81,\"name\":{\"81\":{},\"95\":{},\"266\":{},\"314\":{}},\"comment\":{}}],[\"fetchasplsqlwrapper\",{\"_index\":82,\"name\":{\"82\":{},\"270\":{}},\"comment\":{}}],[\"fetchasstring\",{\"_index\":83,\"name\":{\"83\":{},\"268\":{}},\"comment\":{}}],[\"fetchasuint8array\",{\"_index\":179,\"name\":{\"269\":{}},\"comment\":{}}],[\"fetchinfo\",{\"_index\":94,\"name\":{\"96\":{}},\"comment\":{}}],[\"fetchtype\",{\"_index\":107,\"name\":{\"114\":{}},\"comment\":{}}],[\"filter\",{\"_index\":218,\"name\":{\"315\":{}},\"comment\":{}}],[\"find\",{\"_index\":208,\"name\":{\"304\":{}},\"comment\":{}}],[\"float32array\",{\"_index\":24,\"name\":{\"23\":{},\"215\":{}},\"comment\":{}}],[\"float64array\",{\"_index\":25,\"name\":{\"24\":{},\"216\":{}},\"comment\":{}}],[\"force\",{\"_index\":190,\"name\":{\"282\":{}},\"comment\":{}}],[\"fqn\",{\"_index\":159,\"name\":{\"176\":{}},\"comment\":{}}],[\"getcollectionnames\",{\"_index\":202,\"name\":{\"296\":{}},\"comment\":{}}],[\"getcontent\",{\"_index\":233,\"name\":{\"337\":{}},\"comment\":{}}],[\"getcontentasstring\",{\"_index\":234,\"name\":{\"338\":{}},\"comment\":{}}],[\"getcursor\",{\"_index\":222,\"name\":{\"322\":{}},\"comment\":{}}],[\"getdataguide\",{\"_index\":209,\"name\":{\"305\":{}},\"comment\":{}}],[\"getdbobjectclass\",{\"_index\":147,\"name\":{\"163\":{}},\"comment\":{}}],[\"getdocuments\",{\"_index\":223,\"name\":{\"323\":{}},\"comment\":{}}],[\"getelement\",{\"_index\":166,\"name\":{\"184\":{}},\"comment\":{}}],[\"getfirstindex\",{\"_index\":167,\"name\":{\"185\":{}},\"comment\":{}}],[\"getkeys\",{\"_index\":168,\"name\":{\"186\":{}},\"comment\":{}}],[\"getlastindex\",{\"_index\":169,\"name\":{\"187\":{}},\"comment\":{}}],[\"getnext\",{\"_index\":229,\"name\":{\"330\":{}},\"comment\":{}}],[\"getnextindex\",{\"_index\":170,\"name\":{\"188\":{}},\"comment\":{}}],[\"getone\",{\"_index\":224,\"name\":{\"324\":{}},\"comment\":{}}],[\"getprevindex\",{\"_index\":171,\"name\":{\"189\":{}},\"comment\":{}}],[\"getrow\",{\"_index\":119,\"name\":{\"126\":{}},\"comment\":{}}],[\"getrows\",{\"_index\":120,\"name\":{\"127\":{}},\"comment\":{}}],[\"getsodadatabase\",{\"_index\":146,\"name\":{\"162\":{}},\"comment\":{}}],[\"getstatementinfo\",{\"_index\":144,\"name\":{\"160\":{}},\"comment\":{}}],[\"getvalues\",{\"_index\":174,\"name\":{\"192\":{}},\"comment\":{}}],[\"haselement\",{\"_index\":172,\"name\":{\"190\":{}},\"comment\":{}}],[\"ibinddef\",{\"_index\":96,\"name\":{\"101\":{}},\"comment\":{}}],[\"ibindobjectvalue\",{\"_index\":127,\"name\":{\"139\":{}},\"comment\":{}}],[\"iconnection\",{\"_index\":137,\"name\":{\"153\":{}},\"comment\":{}}],[\"icountresult\",{\"_index\":194,\"name\":{\"287\":{}},\"comment\":{}}],[\"icreatecollectionoptions\",{\"_index\":181,\"name\":{\"272\":{}},\"comment\":{}}],[\"icreatedocumentoptions\",{\"_index\":183,\"name\":{\"275\":{}},\"comment\":{}}],[\"idbobjectattributes\",{\"_index\":151,\"name\":{\"167\":{}},\"comment\":{}}],[\"idbobjectclass\",{\"_index\":154,\"name\":{\"171\":{}},\"comment\":{}}],[\"idropindexoptions\",{\"_index\":189,\"name\":{\"281\":{}},\"comment\":{}}],[\"idropindexresult\",{\"_index\":193,\"name\":{\"285\":{}},\"comment\":{}}],[\"idropresult\",{\"_index\":191,\"name\":{\"283\":{}},\"comment\":{}}],[\"ierror\",{\"_index\":87,\"name\":{\"87\":{}},\"comment\":{}}],[\"iexecuteargs\",{\"_index\":148,\"name\":{\"164\":{}},\"comment\":{}}],[\"iexecutemanyoptions\",{\"_index\":102,\"name\":{\"108\":{}},\"comment\":{}}],[\"iexecutemanyreturn\",{\"_index\":126,\"name\":{\"136\":{}},\"comment\":{}}],[\"iexecuteoptions\",{\"_index\":93,\"name\":{\"93\":{}},\"comment\":{}}],[\"iexecutereturn\",{\"_index\":122,\"name\":{\"130\":{}},\"comment\":{}}],[\"ifetchinfo\",{\"_index\":92,\"name\":{\"92\":{}},\"comment\":{}}],[\"ifetchinfocolumnspec\",{\"_index\":90,\"name\":{\"90\":{}},\"comment\":{}}],[\"igetcollectionnameoptions\",{\"_index\":186,\"name\":{\"278\":{}},\"comment\":{}}],[\"imetadata\",{\"_index\":105,\"name\":{\"112\":{}},\"comment\":{}}],[\"inamedbinds\",{\"_index\":131,\"name\":{\"146\":{}},\"comment\":{}}],[\"index\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"insertmany\",{\"_index\":210,\"name\":{\"306\":{}},\"comment\":{}}],[\"insertmanyandget\",{\"_index\":211,\"name\":{\"307\":{}},\"comment\":{}}],[\"insertone\",{\"_index\":212,\"name\":{\"308\":{}},\"comment\":{}}],[\"insertoneandget\",{\"_index\":213,\"name\":{\"309\":{}},\"comment\":{}}],[\"int8array\",{\"_index\":23,\"name\":{\"22\":{},\"214\":{}},\"comment\":{}}],[\"iobjectbinddefs\",{\"_index\":99,\"name\":{\"105\":{}},\"comment\":{}}],[\"iremoveresult\",{\"_index\":196,\"name\":{\"289\":{}},\"comment\":{}}],[\"ireplaceresult\",{\"_index\":197,\"name\":{\"291\":{}},\"comment\":{}}],[\"iresultset\",{\"_index\":116,\"name\":{\"123\":{}},\"comment\":{}}],[\"iscollection\",{\"_index\":160,\"name\":{\"177\":{}},\"comment\":{}}],[\"isodacollection\",{\"_index\":204,\"name\":{\"298\":{}},\"comment\":{}}],[\"isodadatabase\",{\"_index\":199,\"name\":{\"293\":{}},\"comment\":{}}],[\"isodadocument\",{\"_index\":230,\"name\":{\"331\":{}},\"comment\":{}}],[\"isodadocumentcursor\",{\"_index\":228,\"name\":{\"328\":{}},\"comment\":{}}],[\"isodaoperation\",{\"_index\":217,\"name\":{\"313\":{}},\"comment\":{}}],[\"istatementinfo\",{\"_index\":134,\"name\":{\"149\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":121,\"name\":{\"128\":{},\"129\":{}},\"comment\":{}}],[\"js\",{\"_index\":5,\"name\":{\"3\":{}},\"comment\":{}}],[\"jstype\",{\"_index\":177,\"name\":{\"199\":{}},\"comment\":{}}],[\"keepinstmtcache\",{\"_index\":95,\"name\":{\"100\":{},\"111\":{}},\"comment\":{}}],[\"key\",{\"_index\":184,\"name\":{\"276\":{},\"316\":{},\"333\":{}},\"comment\":{}}],[\"keys\",{\"_index\":219,\"name\":{\"317\":{}},\"comment\":{}}],[\"lastmodified\",{\"_index\":232,\"name\":{\"334\":{}},\"comment\":{}}],[\"length\",{\"_index\":163,\"name\":{\"181\":{}},\"comment\":{}}],[\"limit\",{\"_index\":187,\"name\":{\"279\":{},\"318\":{}},\"comment\":{}}],[\"maxarraysize\",{\"_index\":128,\"name\":{\"140\":{}},\"comment\":{}}],[\"maxrows\",{\"_index\":84,\"name\":{\"84\":{},\"97\":{},\"264\":{}},\"comment\":{}}],[\"maxsize\",{\"_index\":98,\"name\":{\"103\":{},\"143\":{}},\"comment\":{}}],[\"mediatype\",{\"_index\":185,\"name\":{\"277\":{},\"335\":{}},\"comment\":{}}],[\"metadata\",{\"_index\":117,\"name\":{\"124\":{},\"131\":{},\"151\":{},\"273\":{},\"300\":{}},\"comment\":{}}],[\"mle\",{\"_index\":4,\"name\":{\"3\":{}},\"comment\":{}}],[\"mode\",{\"_index\":182,\"name\":{\"274\":{}},\"comment\":{}}],[\"name\",{\"_index\":106,\"name\":{\"113\":{},\"178\":{},\"299\":{}},\"comment\":{}}],[\"nullable\",{\"_index\":112,\"name\":{\"119\":{}},\"comment\":{}}],[\"number\",{\"_index\":12,\"name\":{\"11\":{},\"202\":{}},\"comment\":{}}],[\"object\",{\"_index\":10,\"name\":{\"8\":{},\"197\":{}},\"comment\":{}}],[\"offset\",{\"_index\":89,\"name\":{\"89\":{}},\"comment\":{}}],[\"opencollection\",{\"_index\":203,\"name\":{\"297\":{}},\"comment\":{}}],[\"oracle_blob\",{\"_index\":16,\"name\":{\"15\":{},\"206\":{}},\"comment\":{}}],[\"oracle_clob\",{\"_index\":17,\"name\":{\"16\":{},\"207\":{}},\"comment\":{}}],[\"oracle_date\",{\"_index\":15,\"name\":{\"14\":{},\"205\":{}},\"comment\":{}}],[\"oracle_interval_ds\",{\"_index\":18,\"name\":{\"17\":{},\"208\":{}},\"comment\":{}}],[\"oracle_interval_ym\",{\"_index\":19,\"name\":{\"18\":{},\"209\":{}},\"comment\":{}}],[\"oracle_nclob\",{\"_index\":178,\"name\":{\"210\":{}},\"comment\":{}}],[\"oracle_number\",{\"_index\":14,\"name\":{\"13\":{},\"204\":{}},\"comment\":{}}],[\"oracle_timestamp\",{\"_index\":20,\"name\":{\"19\":{},\"212\":{}},\"comment\":{}}],[\"oracle_timestamp_tz\",{\"_index\":21,\"name\":{\"20\":{},\"213\":{}},\"comment\":{}}],[\"oracledb\",{\"_index\":2,\"name\":{\"1\":{},\"3\":{},\"4\":{},\"76\":{},\"339\":{}},\"comment\":{}}],[\"oracleserverversion\",{\"_index\":138,\"name\":{\"154\":{}},\"comment\":{}}],[\"oracleserverversionstring\",{\"_index\":139,\"name\":{\"155\":{}},\"comment\":{}}],[\"out_format_array\",{\"_index\":7,\"name\":{\"5\":{},\"196\":{}},\"comment\":{}}],[\"out_format_object\",{\"_index\":9,\"name\":{\"7\":{},\"198\":{}},\"comment\":{}}],[\"outbinds\",{\"_index\":123,\"name\":{\"132\":{},\"137\":{}},\"comment\":{}}],[\"outformat\",{\"_index\":79,\"name\":{\"79\":{},\"98\":{},\"265\":{}},\"comment\":{}}],[\"outformattype\",{\"_index\":176,\"name\":{\"194\":{}},\"comment\":{}}],[\"packagename\",{\"_index\":162,\"name\":{\"180\":{}},\"comment\":{}}],[\"parameters\",{\"_index\":71,\"name\":{\"70\":{},\"263\":{}},\"comment\":{}}],[\"posbinds\",{\"_index\":132,\"name\":{\"147\":{}},\"comment\":{}}],[\"precision\",{\"_index\":110,\"name\":{\"117\":{}},\"comment\":{}}],[\"remove\",{\"_index\":225,\"name\":{\"325\":{}},\"comment\":{}}],[\"replaced\",{\"_index\":198,\"name\":{\"292\":{}},\"comment\":{}}],[\"replaceone\",{\"_index\":226,\"name\":{\"326\":{}},\"comment\":{}}],[\"replaceoneandget\",{\"_index\":227,\"name\":{\"327\":{}},\"comment\":{}}],[\"resultset\",{\"_index\":78,\"name\":{\"78\":{},\"99\":{},\"133\":{}},\"comment\":{}}],[\"rollback\",{\"_index\":145,\"name\":{\"161\":{}},\"comment\":{}}],[\"rows\",{\"_index\":124,\"name\":{\"134\":{}},\"comment\":{}}],[\"rowsaffected\",{\"_index\":125,\"name\":{\"135\":{},\"138\":{}},\"comment\":{}}],[\"save\",{\"_index\":214,\"name\":{\"310\":{}},\"comment\":{}}],[\"saveandget\",{\"_index\":215,\"name\":{\"311\":{}},\"comment\":{}}],[\"scale\",{\"_index\":111,\"name\":{\"118\":{}},\"comment\":{}}],[\"schema\",{\"_index\":161,\"name\":{\"179\":{}},\"comment\":{}}],[\"setelement\",{\"_index\":173,\"name\":{\"191\":{}},\"comment\":{}}],[\"skip\",{\"_index\":220,\"name\":{\"319\":{}},\"comment\":{}}],[\"soda\",{\"_index\":180,\"name\":{\"271\":{}},\"comment\":{}}],[\"soda_coll_map_mode\",{\"_index\":70,\"name\":{\"69\":{},\"262\":{}},\"comment\":{}}],[\"sodacollection\",{\"_index\":72,\"name\":{\"71\":{}},\"comment\":{}}],[\"sodadatabase\",{\"_index\":73,\"name\":{\"72\":{}},\"comment\":{}}],[\"sodadocument\",{\"_index\":74,\"name\":{\"73\":{}},\"comment\":{}}],[\"sodadocumentcursor\",{\"_index\":75,\"name\":{\"74\":{}},\"comment\":{}}],[\"sodaoperation\",{\"_index\":76,\"name\":{\"75\":{}},\"comment\":{}}],[\"startswith\",{\"_index\":188,\"name\":{\"280\":{}},\"comment\":{}}],[\"statement\",{\"_index\":149,\"name\":{\"165\":{}},\"comment\":{}}],[\"statementtype\",{\"_index\":136,\"name\":{\"152\":{}},\"comment\":{}}],[\"stmt_type_alter\",{\"_index\":62,\"name\":{\"61\":{},\"254\":{}},\"comment\":{}}],[\"stmt_type_begin\",{\"_index\":63,\"name\":{\"62\":{},\"255\":{}},\"comment\":{}}],[\"stmt_type_call\",{\"_index\":65,\"name\":{\"64\":{},\"257\":{}},\"comment\":{}}],[\"stmt_type_commit\",{\"_index\":69,\"name\":{\"68\":{},\"261\":{}},\"comment\":{}}],[\"stmt_type_create\",{\"_index\":60,\"name\":{\"59\":{},\"252\":{}},\"comment\":{}}],[\"stmt_type_declare\",{\"_index\":64,\"name\":{\"63\":{},\"256\":{}},\"comment\":{}}],[\"stmt_type_delete\",{\"_index\":58,\"name\":{\"57\":{},\"250\":{}},\"comment\":{}}],[\"stmt_type_drop\",{\"_index\":61,\"name\":{\"60\":{},\"253\":{}},\"comment\":{}}],[\"stmt_type_explain_plan\",{\"_index\":66,\"name\":{\"65\":{},\"258\":{}},\"comment\":{}}],[\"stmt_type_insert\",{\"_index\":59,\"name\":{\"58\":{},\"251\":{}},\"comment\":{}}],[\"stmt_type_merge\",{\"_index\":67,\"name\":{\"66\":{},\"259\":{}},\"comment\":{}}],[\"stmt_type_rollback\",{\"_index\":68,\"name\":{\"67\":{},\"260\":{}},\"comment\":{}}],[\"stmt_type_select\",{\"_index\":56,\"name\":{\"55\":{},\"248\":{}},\"comment\":{}}],[\"stmt_type_unknown\",{\"_index\":55,\"name\":{\"54\":{},\"247\":{}},\"comment\":{}}],[\"stmt_type_update\",{\"_index\":57,\"name\":{\"56\":{},\"249\":{}},\"comment\":{}}],[\"stmtcachesize\",{\"_index\":140,\"name\":{\"156\":{}},\"comment\":{}}],[\"string\",{\"_index\":11,\"name\":{\"10\":{},\"201\":{}},\"comment\":{}}],[\"trim\",{\"_index\":175,\"name\":{\"193\":{}},\"comment\":{}}],[\"truncate\",{\"_index\":216,\"name\":{\"312\":{}},\"comment\":{}}],[\"type\",{\"_index\":91,\"name\":{\"91\":{},\"104\":{},\"144\":{},\"168\":{}},\"comment\":{}}],[\"typeclass\",{\"_index\":153,\"name\":{\"170\":{}},\"comment\":{}}],[\"typename\",{\"_index\":152,\"name\":{\"169\":{}},\"comment\":{}}],[\"uint8array\",{\"_index\":22,\"name\":{\"21\":{},\"211\":{}},\"comment\":{}}],[\"val\",{\"_index\":129,\"name\":{\"141\":{}},\"comment\":{}}],[\"values\",{\"_index\":150,\"name\":{\"166\":{}},\"comment\":{}}],[\"vectordimensions\",{\"_index\":114,\"name\":{\"121\":{}},\"comment\":{}}],[\"vectorformat\",{\"_index\":115,\"name\":{\"122\":{}},\"comment\":{}}],[\"version\",{\"_index\":221,\"name\":{\"320\":{},\"336\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/mle-js-oracledb/23ai/classes/api.IConnection.html b/docs/mle-js-oracledb/23ai/classes/api.IConnection.html index d7243a9..f8eec32 100644 --- a/docs/mle-js-oracledb/23ai/classes/api.IConnection.html +++ b/docs/mle-js-oracledb/23ai/classes/api.IConnection.html @@ -88,7 +88,7 @@

    Returns IExecuteReturn

    - + +
  • +
    +

    Since

    Oracle 23.5

    +
    +
    +

    Parameters

    +
    +

    Returns IExecuteReturn

  • +
  • Parameters

    diff --git a/docs/mle-js-oracledb/23ai/classes/mle_js_oracledb_common.OracleDb.html b/docs/mle-js-oracledb/23ai/classes/mle_js_oracledb_common.OracleDb.html index 5c2e4b6..11f164f 100644 --- a/docs/mle-js-oracledb/23ai/classes/mle_js_oracledb_common.OracleDb.html +++ b/docs/mle-js-oracledb/23ai/classes/mle_js_oracledb_common.OracleDb.html @@ -50,6 +50,7 @@

    Properties

    DB_TYPE_NCLOB DB_TYPE_NUMBER DB_TYPE_NVARCHAR +DB_TYPE_OBJECT DB_TYPE_RAW DB_TYPE_ROWID DB_TYPE_TIMESTAMP @@ -59,6 +60,9 @@

    Properties

    DB_TYPE_VARCHAR DB_TYPE_VECTOR DEFAULT +FLOAT32ARRAY +FLOAT64ARRAY +INT8ARRAY NUMBER OBJECT ORACLE_BLOB @@ -182,6 +186,12 @@
    DB_TYPE_NVARCHAR: number = DB_TYPE_NVARCHAR
    +
    + +
    DB_TYPE_OBJECT: number = DB_TYPE_OBJECT
    +
    +

    Since

    Oracle 23.3

    +
    DB_TYPE_RAW: number = DB_TYPE_RAW
    @@ -212,6 +222,24 @@

    Since

    Oracle 23.4

    DEFAULT: number = DEFAULT
    +
    + +
    FLOAT32ARRAY: number = FLOAT32ARRAY
    +
    +

    Since

    Oracle 23.4

    +
    +
    + +
    FLOAT64ARRAY: number = FLOAT64ARRAY
    +
    +

    Since

    Oracle 23.4

    +
    +
    + +
    INT8ARRAY: number = INT8ARRAY
    +
    +

    Since

    Oracle 23.4

    +
    NUMBER: number = NUMBER
    @@ -477,6 +505,7 @@

    DB_TYPE_NCLOB

  • DB_TYPE_NUMBER
  • DB_TYPE_NVARCHAR
  • +
  • DB_TYPE_OBJECT
  • DB_TYPE_RAW
  • DB_TYPE_ROWID
  • DB_TYPE_TIMESTAMP
  • @@ -486,6 +515,9 @@

    DB_TYPE_VARCHAR
  • DB_TYPE_VECTOR
  • DEFAULT
  • +
  • FLOAT32ARRAY
  • +
  • FLOAT64ARRAY
  • +
  • INT8ARRAY
  • NUMBER
  • OBJECT
  • ORACLE_BLOB
  • diff --git a/docs/mle-js-oracledb/23ai/index.html b/docs/mle-js-oracledb/23ai/index.html index 6c7d068..8baea77 100644 --- a/docs/mle-js-oracledb/23ai/index.html +++ b/docs/mle-js-oracledb/23ai/index.html @@ -22,19 +22,18 @@

    Executing SQL in JavaScript

    This driver is built-in into the JavaScript engine in the database. Because JavaScript is executed within the database, there is no need to establish a specific connection and the default connection object must be used. All SQL statements in the function are executed as CURRENT_USER.

    +

    As of Oracle 23ai, the JavaScript runtime comes with the following predefined symbols which remove the need for explicitly importing mle-js-oracledb:

    +
      +
    • oracledb: refers to mle-js-oracledb
    • +
    • session: shortcut for oracledb.defaultConnection()
    • +
    • soda: shortcut for session.getSodaDatabase()
    • +

    Getting Started

    -

    In order to use the driver, it needs to be imported first. -If executed as a snippet in DBMS_MLE, a dynamic import needs to be used and wrapped within an async function:

    -
    const {oracledb} = await import('mle-js-oracledb');
    -
    -

    If used within MLE modules, the regular ECMAScript module import syntax can be used:

    -
    import oracledb from 'mle-js-oracledb';
    -

    Executing a SQL query and iterating over the resulting rows is as simple as

    -
    const conn = oracledb.defaultConnection();
    for (var row of conn.execute("SELECT EMPNO, ENAME FROM SCOTT.EMP").rows) {
    const empno = row.EMPNO;
    const ename = row.ENAME;
    // ...
    } +
    for (var row of session.execute("SELECT EMPNO, ENAME FROM SCOTT.EMP").rows) {
    const empno = row.EMPNO;
    const ename = row.ENAME;
    // ...
    }

    The execute function returns an IExecuteReturn object with the field rows which is an array. Since rows is an array, we can use the JavaScript for..of syntax.

    @@ -45,7 +44,7 @@

    Getting Started

    Array Output Format

    A query result can be configured to return an Array representation (OUT_FORMAT_ARRAY) for each row.

    -
    for (var row of conn.execute("SELECT EMPNO, ENAME FROM SCOTT.EMP", [], {
    outFormat : oracledb.OUT_FORMAT_ARRAY
    }).rows) {
    const empno = row[0];
    const ename = row[1];
    // ...
    } +
    for (var row of session.execute("SELECT EMPNO, ENAME FROM SCOTT.EMP", [], {
    outFormat : oracledb.OUT_FORMAT_ARRAY
    }).rows) {
    const empno = row[0];
    const ename = row[1];
    // ...
    }

    The property names of such result row objects follow Oracle's standard name-casing rules. It will commonly be uppercase because most applications create tables using unquoted, case-insensitive names.

    @@ -57,16 +56,16 @@

    IN Binds

    These indicate where separately-specified values are substituted when the statement is executed. Bind variables can be used to substitute data, but not the text of the statement.

    With IN binds, the bound data value, or current value of a JavaScript variable, is used during execution of the SQL statement.

    -
    var result = conn.execute("SELECT :bind1, :bind2, :bind3", [42, "foo", true]).rows;
    +
    var result = session.execute("SELECT :bind1, :bind2, :bind3", [42, "foo", true]).rows;
     

    The position of the array values corresponds to the position of the SQL bind variables as they occur in the statement, regardless of their names.

    Instead of binding by array, an object that names each bind value can be used. The attributes can be in any order, but their names must match the SQL bind parameter names. This is typically called "bind by name":

    -
    var result = conn.execute("SELECT :foo, :bar", {
    foo : 42,
    bar : "foo"
    }
    ); +
    var result = session.execute("SELECT :foo, :bar", {
    foo : 42,
    bar : "foo"
    }
    );

    If needed, each IN bind parameter can be described by an object having explicit attributes for the bind direction (dir), the JavaScript type that should be used for binding (type) and the value itself (val):

    -
    var result = conn.execute("SELECT :foo", {
    foo : {
    val : 42,
    dir : oracledb.BIND_IN,
    type : oracledb.NUMBER
    }
    }
    ); +
    var result = session.execute("SELECT :foo", {
    foo : {
    val : 42,
    dir : oracledb.BIND_IN,
    type : oracledb.NUMBER
    }
    }
    );
    @@ -74,7 +73,7 @@

    OUT Binds

    PL/SQL functions and procedures can return values through so-called OUT parameters. In order to retrieve such values, OUT binds can be specified when executing the statement.

    -
    var result = conn.execute("BEGIN :a := 'foo'; :b := 42; END;", {
    a: { dir: oracledb.BIND_OUT, type: oracledb.STRING },
    b: { dir: oracledb.BIND_OUT, type: oracledb.NUMBER }
    }
    ); +
    var result = session.execute("BEGIN :a := 'foo'; :b := 42; END;", {
    a: { dir: oracledb.BIND_OUT, type: oracledb.STRING },
    b: { dir: oracledb.BIND_OUT, type: oracledb.NUMBER }
    }
    );

    In this example, :a and :b are OUT binds. result.outBinds is an object containing a property for each OUT bind that was returned.

    @@ -86,7 +85,7 @@

    Mapping between JavaScript and Oracle types

    By default, Oracle character, number, and date columns are selected directly into JavaScript string, number, and Date values.

    The default mapping for NUMBER and DATE types can be changed using the fetchInfo property. Specifically, it allows for returning NUMBER and DATE types as string.

    -
    var result = conn.execute("SELECT EMPNO, HIREDATE FROM SCOTT.EMP", [],  {
    fetchInfo : {
    "EMPNO" : { type : oracledb.STRING}, // return the number as a string
    "HIREDATE" : { type : oracledb.STRING } // return the date as a string
    }
    }
    ); +
    var result = session.execute("SELECT EMPNO, HIREDATE FROM SCOTT.EMP", [],  {
    fetchInfo : {
    "EMPNO" : { type : oracledb.STRING}, // return the number as a string
    "HIREDATE" : { type : oracledb.STRING } // return the date as a string
    }
    }
    );

    For NUMBER types, this property helps avoid situations where using JavaScript types can lead to a loss of precision.

    @@ -211,6 +210,10 @@

    Mapping PL/SQL Type to JavaScript Types

    JSON object (JavaScript object or array) or corresponding JavaScript type for the JSON value + +Named Type or Collection +DBObject +

     

    @@ -390,6 +393,10 @@

    Mapping JavaScript Type to PL/SQL Types

    object JSON + +DBObject +Named Type or Collection +

     

    @@ -398,7 +405,7 @@

    Mapping JavaScript Type to PL/SQL Types

    Metadata

    For SELECT statements, the IResultSet.metaData function returns an array of objects describing details of the columns of the select list.

    -
    var rs = conn.execute("SELECT * FROM EMP");
    for (var md of rs.metaData) {
    var columnName = md.name;
    var columnDBType = md.dbType; // ORACLE Database Type, e.g. oracledb.DB_TYPE_NUMBER
    var columnFetchType = md.fetchType // JavaScript Type which will be fetched, e.g. oracledb.STRING
    var isNullable = md.nullable;
    // ...
    } +
    var rs = session.execute("SELECT * FROM EMP");
    for (var md of rs.metaData) {
    var columnName = md.name;
    var columnDBType = md.dbType; // ORACLE Database Type, e.g. oracledb.DB_TYPE_NUMBER
    var columnFetchType = md.fetchType // JavaScript Type which will be fetched, e.g. oracledb.STRING
    var isNullable = md.nullable;
    // ...
    }

    The name, dbType, fetchType and nullable properties are always available. Additionally, the following properties are available for some data types:

    @@ -413,23 +420,23 @@

    Errors

    Functions communicate errors by throwing an exception object of type IError. Those exceptions can be handled using the try-catch statement.

    -
    try {
    for (let row of sql.execute("SELECT * FROM").rows) {
    // never reached
    ...
    }
    ...
    } catch (err) {
    return err.errorNum + " " + err.message;
    } +
    try {
    for (let row of sql.execute("SELECT * FROM").rows) {
    // never reached
    ...
    }
    ...
    } catch (err) {
    return err.errorNum + " " + err.message;
    }

    The IError object contains name, message and, optionally, error number and offset.

    If errorNum exists, it is a standard Oracle Database error, while the offset explains which place in the SQL statement triggered the error. If not, it is an error specific to this driver (mle-js-oracledb error).

    Database Error messages may look like this:

    -
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    +
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
     

    mle-js-oracledb error messages may look like this:

    -
    NJS-004: invalid value for property outFormat
    +
    NJS-004: invalid value for property outFormat
     

    Executing non-SELECT Statements

    Non-SELECT statements can be executed the same way as SELECT statements.

    -
    let result = conn.execute("insert into emp values (7999, 'Hello', 'World', 7839, '18-DEC-85', 2500, 0, 30)");
    let rowsInserted = result.rowsAffected; +
    let result = session.execute("insert into emp values (7999, 'Hello', 'World', 7839, '18-DEC-85', 2500, 0, 30)");
    let rowsInserted = result.rowsAffected;

    For DML statements, rowsAffected contains the number of rows affected, for example the number of rows inserted. For non-DML statements, rowsAffected will appear as undefined. diff --git a/docs/mle-js-oracledb/23ai/interfaces/api.IExecuteArgs.html b/docs/mle-js-oracledb/23ai/interfaces/api.IExecuteArgs.html new file mode 100644 index 0000000..d50a125 --- /dev/null +++ b/docs/mle-js-oracledb/23ai/interfaces/api.IExecuteArgs.html @@ -0,0 +1,79 @@ +IExecuteArgs | MLE SQL Driver (mle-js-oracledb)

    +
    + +
    +
    +
    +
    + +

    Interface IExecuteArgs

    +
    +

    Interface for representing execute 's argument.

    + +

    Since

    Oracle 23.5

    +
    +
    +

    Hierarchy

    +
      +
    • IExecuteArgs
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    statement: string
    +

    The sql text of the statement to be executed.

    +
    +
    + +
    values: []
    +

    An array that contains bind values.

    +
    +
    +
    \ No newline at end of file diff --git a/docs/mle-js-oracledb/23ai/interfaces/api.IFetchInfo.html b/docs/mle-js-oracledb/23ai/interfaces/api.IFetchInfo.html index 6c546dd..114bd47 100644 --- a/docs/mle-js-oracledb/23ai/interfaces/api.IFetchInfo.html +++ b/docs/mle-js-oracledb/23ai/interfaces/api.IFetchInfo.html @@ -59,6 +59,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/interfaces/api.INamedBinds.html b/docs/mle-js-oracledb/23ai/interfaces/api.INamedBinds.html index 4975270..a4d591d 100644 --- a/docs/mle-js-oracledb/23ai/interfaces/api.INamedBinds.html +++ b/docs/mle-js-oracledb/23ai/interfaces/api.INamedBinds.html @@ -59,6 +59,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/interfaces/api.IObjectBindDefs.html b/docs/mle-js-oracledb/23ai/interfaces/api.IObjectBindDefs.html index 3b2144f..e777dad 100644 --- a/docs/mle-js-oracledb/23ai/interfaces/api.IObjectBindDefs.html +++ b/docs/mle-js-oracledb/23ai/interfaces/api.IObjectBindDefs.html @@ -59,6 +59,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/modules/api.html b/docs/mle-js-oracledb/23ai/modules/api.html index 70e2d6a..17f31ef 100644 --- a/docs/mle-js-oracledb/23ai/modules/api.html +++ b/docs/mle-js-oracledb/23ai/modules/api.html @@ -33,6 +33,7 @@

    Interfaces

    IBindObjectValue IDbObjectAttributes IError +IExecuteArgs IExecuteManyOptions IExecuteManyReturn IExecuteOptions @@ -157,6 +158,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.ArrayBindDefs.html b/docs/mle-js-oracledb/23ai/types/api.ArrayBindDefs.html index 414478b..2516204 100644 --- a/docs/mle-js-oracledb/23ai/types/api.ArrayBindDefs.html +++ b/docs/mle-js-oracledb/23ai/types/api.ArrayBindDefs.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.BindParameters.html b/docs/mle-js-oracledb/23ai/types/api.BindParameters.html index eb289cc..20fdc88 100644 --- a/docs/mle-js-oracledb/23ai/types/api.BindParameters.html +++ b/docs/mle-js-oracledb/23ai/types/api.BindParameters.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.BindValue.html b/docs/mle-js-oracledb/23ai/types/api.BindValue.html index e5d604c..1743c19 100644 --- a/docs/mle-js-oracledb/23ai/types/api.BindValue.html +++ b/docs/mle-js-oracledb/23ai/types/api.BindValue.html @@ -53,6 +53,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.DbType.html b/docs/mle-js-oracledb/23ai/types/api.DbType.html index 942d071..68c3837 100644 --- a/docs/mle-js-oracledb/23ai/types/api.DbType.html +++ b/docs/mle-js-oracledb/23ai/types/api.DbType.html @@ -57,6 +57,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.ExecuteManyBindDefs.html b/docs/mle-js-oracledb/23ai/types/api.ExecuteManyBindDefs.html index 9cb5149..d2fca27 100644 --- a/docs/mle-js-oracledb/23ai/types/api.ExecuteManyBindDefs.html +++ b/docs/mle-js-oracledb/23ai/types/api.ExecuteManyBindDefs.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.JsType.html b/docs/mle-js-oracledb/23ai/types/api.JsType.html index 4942d2e..de9cd74 100644 --- a/docs/mle-js-oracledb/23ai/types/api.JsType.html +++ b/docs/mle-js-oracledb/23ai/types/api.JsType.html @@ -63,6 +63,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.OutFormatType.html b/docs/mle-js-oracledb/23ai/types/api.OutFormatType.html index df761d7..5527213 100644 --- a/docs/mle-js-oracledb/23ai/types/api.OutFormatType.html +++ b/docs/mle-js-oracledb/23ai/types/api.OutFormatType.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/types/api.PosBinds.html b/docs/mle-js-oracledb/23ai/types/api.PosBinds.html index 1a44315..c905964 100644 --- a/docs/mle-js-oracledb/23ai/types/api.PosBinds.html +++ b/docs/mle-js-oracledb/23ai/types/api.PosBinds.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ARRAY.html b/docs/mle-js-oracledb/23ai/variables/api.ARRAY.html index 5a9d25a..d527aaa 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ARRAY.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ARRAY.html @@ -53,6 +53,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.BIND_IN.html b/docs/mle-js-oracledb/23ai/variables/api.BIND_IN.html index 52d67da..203c3ec 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.BIND_IN.html +++ b/docs/mle-js-oracledb/23ai/variables/api.BIND_IN.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.BIND_INOUT.html b/docs/mle-js-oracledb/23ai/variables/api.BIND_INOUT.html index 45fdb71..9c3602f 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.BIND_INOUT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.BIND_INOUT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.BIND_OUT.html b/docs/mle-js-oracledb/23ai/variables/api.BIND_OUT.html index f13bc00..b7d5b90 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.BIND_OUT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.BIND_OUT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DATE.html b/docs/mle-js-oracledb/23ai/variables/api.DATE.html index 2877253..b167abc 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DATE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DATE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_DOUBLE.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_DOUBLE.html index 084d7c2..2b0cb17 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_DOUBLE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_DOUBLE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_FLOAT.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_FLOAT.html index 3d254fb..a4194a2 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_FLOAT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_FLOAT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_INTEGER.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_INTEGER.html index b8b2c7e..3faa9b0 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_INTEGER.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BINARY_INTEGER.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BLOB.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BLOB.html index c26917f..085b24b 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BLOB.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BLOB.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BOOLEAN.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BOOLEAN.html index 6031741..83087aa 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BOOLEAN.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_BOOLEAN.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CHAR.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CHAR.html index 5bc99a2..13a3c65 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CHAR.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CHAR.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CLOB.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CLOB.html index 8cf3262..a278e45 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CLOB.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_CLOB.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_DATE.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_DATE.html index 3120bad..cc4cba6 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_DATE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_DATE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_DS.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_DS.html index db619cf..bc14d75 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_DS.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_DS.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_YM.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_YM.html index abd9a11..144e0fa 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_YM.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_INTERVAL_YM.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_JSON.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_JSON.html index 707172d..c915b60 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_JSON.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_JSON.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG.html index 6387d42..eafde0d 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG_RAW.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG_RAW.html index 1a11332..51d5fbc 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG_RAW.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_LONG_RAW.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCHAR.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCHAR.html index 90e0fe9..2df1ab4 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCHAR.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCHAR.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCLOB.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCLOB.html index c239484..5afd0a3 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCLOB.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NCLOB.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NUMBER.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NUMBER.html index 4648fb9..355d8bf 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NUMBER.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NUMBER.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NVARCHAR.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NVARCHAR.html index c099c1f..fcf5c79 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NVARCHAR.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_NVARCHAR.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_OBJECT.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_OBJECT.html index 08d1970..d046e80 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_OBJECT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_OBJECT.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_RAW.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_RAW.html index 8417fc6..9148304 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_RAW.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_RAW.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_ROWID.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_ROWID.html index 5b30c54..25d820a 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_ROWID.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_ROWID.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP.html index f91a720..52dbf4a 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_LTZ.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_LTZ.html index 4336790..fbd2ec1 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_LTZ.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_LTZ.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_TZ.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_TZ.html index d4c2fc6..f03126f 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_TZ.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_TIMESTAMP_TZ.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_UROWID.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_UROWID.html index 135bde8..eb84489 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_UROWID.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_UROWID.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VARCHAR.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VARCHAR.html index cec71ac..1bc378e 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VARCHAR.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VARCHAR.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VECTOR.html b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VECTOR.html index b31640c..a648c84 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VECTOR.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DB_TYPE_VECTOR.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.DEFAULT.html b/docs/mle-js-oracledb/23ai/variables/api.DEFAULT.html index 3532ba0..0903f77 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.DEFAULT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.DEFAULT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.FLOAT32ARRAY.html b/docs/mle-js-oracledb/23ai/variables/api.FLOAT32ARRAY.html index fddcac0..7c727ad 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.FLOAT32ARRAY.html +++ b/docs/mle-js-oracledb/23ai/variables/api.FLOAT32ARRAY.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.FLOAT64ARRAY.html b/docs/mle-js-oracledb/23ai/variables/api.FLOAT64ARRAY.html index 6721b52..07efde8 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.FLOAT64ARRAY.html +++ b/docs/mle-js-oracledb/23ai/variables/api.FLOAT64ARRAY.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.INT8ARRAY.html b/docs/mle-js-oracledb/23ai/variables/api.INT8ARRAY.html index 45d02ac..0a13071 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.INT8ARRAY.html +++ b/docs/mle-js-oracledb/23ai/variables/api.INT8ARRAY.html @@ -54,6 +54,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.NUMBER.html b/docs/mle-js-oracledb/23ai/variables/api.NUMBER.html index f33ac02..b92ecc2 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.NUMBER.html +++ b/docs/mle-js-oracledb/23ai/variables/api.NUMBER.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.OBJECT.html b/docs/mle-js-oracledb/23ai/variables/api.OBJECT.html index ca1ce3a..443ed76 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.OBJECT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.OBJECT.html @@ -53,6 +53,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_BLOB.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_BLOB.html index a4c485d..b661749 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_BLOB.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_BLOB.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_CLOB.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_CLOB.html index e4d3d22..bd31bf9 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_CLOB.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_CLOB.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_DATE.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_DATE.html index 9bd35dd..f998687 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_DATE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_DATE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_DS.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_DS.html index 3e1c2ac..82edd95 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_DS.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_DS.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_YM.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_YM.html index 2ed28ca..b2fb3f8 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_YM.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_INTERVAL_YM.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NCLOB.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NCLOB.html index 31f11e9..7c96ca5 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NCLOB.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NCLOB.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NUMBER.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NUMBER.html index 1e1ad1d..6f33496 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NUMBER.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_NUMBER.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP.html index b58436c..d2f9b89 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP_TZ.html b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP_TZ.html index 7d227e7..faa935f 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP_TZ.html +++ b/docs/mle-js-oracledb/23ai/variables/api.ORACLE_TIMESTAMP_TZ.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_ARRAY.html b/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_ARRAY.html index 951656e..d1bd901 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_ARRAY.html +++ b/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_ARRAY.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_OBJECT.html b/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_OBJECT.html index 7ce6554..d2a0605 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_OBJECT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.OUT_FORMAT_OBJECT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.SODA_COLL_MAP_MODE.html b/docs/mle-js-oracledb/23ai/variables/api.SODA_COLL_MAP_MODE.html index 0c9dbb9..c64936e 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.SODA_COLL_MAP_MODE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.SODA_COLL_MAP_MODE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ALTER.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ALTER.html index 41c783b..2fc51f6 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ALTER.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ALTER.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_BEGIN.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_BEGIN.html index b519557..35b6942 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_BEGIN.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_BEGIN.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CALL.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CALL.html index 4007eac..adf19ee 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CALL.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CALL.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_COMMIT.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_COMMIT.html index 80a13fc..5401ce9 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_COMMIT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_COMMIT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CREATE.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CREATE.html index b5106ea..075311a 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CREATE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_CREATE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DECLARE.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DECLARE.html index f822066..e877f87 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DECLARE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DECLARE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DELETE.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DELETE.html index e0441e0..9c86c15 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DELETE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DELETE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DROP.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DROP.html index 4f0b930..38a053d 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DROP.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_DROP.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_EXPLAIN_PLAN.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_EXPLAIN_PLAN.html index ca2d5bf..dee150e 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_EXPLAIN_PLAN.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_EXPLAIN_PLAN.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_INSERT.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_INSERT.html index 8d65e21..3d287b0 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_INSERT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_INSERT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_MERGE.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_MERGE.html index 7790832..4245f73 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_MERGE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_MERGE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ROLLBACK.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ROLLBACK.html index 9e25716..5864a06 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ROLLBACK.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_ROLLBACK.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_SELECT.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_SELECT.html index 4c59a41..2ba3852 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_SELECT.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_SELECT.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UNKNOWN.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UNKNOWN.html index 7ed5787..1124d70 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UNKNOWN.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UNKNOWN.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UPDATE.html b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UPDATE.html index 5dbebf7..421fac1 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UPDATE.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STMT_TYPE_UPDATE.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.STRING.html b/docs/mle-js-oracledb/23ai/variables/api.STRING.html index cd59a38..196bf20 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.STRING.html +++ b/docs/mle-js-oracledb/23ai/variables/api.STRING.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-oracledb/23ai/variables/api.UINT8ARRAY.html b/docs/mle-js-oracledb/23ai/variables/api.UINT8ARRAY.html index 80275e3..36b98f0 100644 --- a/docs/mle-js-oracledb/23ai/variables/api.UINT8ARRAY.html +++ b/docs/mle-js-oracledb/23ai/variables/api.UINT8ARRAY.html @@ -52,6 +52,7 @@

    IBindObjectValue
  • IDbObjectAttributes
  • IError
  • +
  • IExecuteArgs
  • IExecuteManyOptions
  • IExecuteManyReturn
  • IExecuteOptions
  • diff --git a/docs/mle-js-plsqltypes/23ai/assets/highlight.css b/docs/mle-js-plsqltypes/23ai/assets/highlight.css index fa96ec3..9aeecbc 100644 --- a/docs/mle-js-plsqltypes/23ai/assets/highlight.css +++ b/docs/mle-js-plsqltypes/23ai/assets/highlight.css @@ -5,16 +5,14 @@ --dark-hl-1: #D4D4D4; --light-hl-2: #0070C1; --dark-hl-2: #4FC1FF; - --light-hl-3: #AF00DB; - --dark-hl-3: #C586C0; - --light-hl-4: #A31515; - --dark-hl-4: #CE9178; - --light-hl-5: #001080; - --dark-hl-5: #9CDCFE; - --light-hl-6: #795E26; - --dark-hl-6: #DCDCAA; - --light-hl-7: #098658; - --dark-hl-7: #B5CEA8; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #001080; + --dark-hl-4: #9CDCFE; + --light-hl-5: #795E26; + --dark-hl-5: #DCDCAA; + --light-hl-6: #098658; + --dark-hl-6: #B5CEA8; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -27,7 +25,6 @@ --hl-4: var(--light-hl-4); --hl-5: var(--light-hl-5); --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); --code-background: var(--light-code-background); } } @@ -39,7 +36,6 @@ --hl-4: var(--dark-hl-4); --hl-5: var(--dark-hl-5); --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); --code-background: var(--dark-code-background); } } @@ -51,7 +47,6 @@ --hl-4: var(--light-hl-4); --hl-5: var(--light-hl-5); --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); --code-background: var(--light-code-background); } @@ -63,7 +58,6 @@ --hl-4: var(--dark-hl-4); --hl-5: var(--dark-hl-5); --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); --code-background: var(--dark-code-background); } @@ -74,5 +68,4 @@ .hl-4 { color: var(--hl-4); } .hl-5 { color: var(--hl-5); } .hl-6 { color: var(--hl-6); } -.hl-7 { color: var(--hl-7); } pre, code { background: var(--code-background); } diff --git a/docs/mle-js-plsqltypes/23ai/assets/search.js b/docs/mle-js-plsqltypes/23ai/assets/search.js index 4451cf7..15d3575 100644 --- a/docs/mle-js-plsqltypes/23ai/assets/search.js +++ b/docs/mle-js-plsqltypes/23ai/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\"},\"rows\":[{\"kind\":32,\"name\":\"OracleTimestamp\",\"url\":\"variables/OracleTimestamp.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleTimestampTZ\",\"url\":\"variables/OracleTimestampTZ.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleIntervalDayToSecond\",\"url\":\"variables/OracleIntervalDayToSecond.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleIntervalYearToMonth\",\"url\":\"variables/OracleIntervalYearToMonth.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleClob\",\"url\":\"variables/OracleClob.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleDate\",\"url\":\"variables/OracleDate.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":128,\"name\":\"OracleNumber\",\"url\":\"classes/OracleNumber.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromNumber\",\"url\":\"classes/OracleNumber.html#fromNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/OracleNumber.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"pi\",\"url\":\"classes/OracleNumber.html#pi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"zero\",\"url\":\"classes/OracleNumber.html#zero\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"e\",\"url\":\"classes/OracleNumber.html#e\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"ln10\",\"url\":\"classes/OracleNumber.html#ln10\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OracleNumber.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"abs\",\"url\":\"classes/OracleNumber.html#abs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/OracleNumber.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sub\",\"url\":\"classes/OracleNumber.html#sub\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"mul\",\"url\":\"classes/OracleNumber.html#mul\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"div\",\"url\":\"classes/OracleNumber.html#div\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"mod\",\"url\":\"classes/OracleNumber.html#mod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sin\",\"url\":\"classes/OracleNumber.html#sin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"cos\",\"url\":\"classes/OracleNumber.html#cos\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"tan\",\"url\":\"classes/OracleNumber.html#tan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcSin\",\"url\":\"classes/OracleNumber.html#arcSin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcCos\",\"url\":\"classes/OracleNumber.html#arcCos\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcTan\",\"url\":\"classes/OracleNumber.html#arcTan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcTan2\",\"url\":\"classes/OracleNumber.html#arcTan2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"hypSin\",\"url\":\"classes/OracleNumber.html#hypSin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"hypCos\",\"url\":\"classes/OracleNumber.html#hypCos\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"hypTan\",\"url\":\"classes/OracleNumber.html#hypTan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/OracleNumber.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/OracleNumber.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"exp\",\"url\":\"classes/OracleNumber.html#exp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"power\",\"url\":\"classes/OracleNumber.html#power\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"ln\",\"url\":\"classes/OracleNumber.html#ln\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"log\",\"url\":\"classes/OracleNumber.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sqrt\",\"url\":\"classes/OracleNumber.html#sqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"isInt\",\"url\":\"classes/OracleNumber.html#isInt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"isZero\",\"url\":\"classes/OracleNumber.html#isZero\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sign\",\"url\":\"classes/OracleNumber.html#sign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"neg\",\"url\":\"classes/OracleNumber.html#neg\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"ceil\",\"url\":\"classes/OracleNumber.html#ceil\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"floor\",\"url\":\"classes/OracleNumber.html#floor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"roundDigits\",\"url\":\"classes/OracleNumber.html#roundDigits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"roundPlaces\",\"url\":\"classes/OracleNumber.html#roundPlaces\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"shift\",\"url\":\"classes/OracleNumber.html#shift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"trunc\",\"url\":\"classes/OracleNumber.html#trunc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/OracleNumber.html#scale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"toNumber\",\"url\":\"classes/OracleNumber.html#toNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/OracleNumber.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"isOracleNumber\",\"url\":\"classes/OracleNumber.html#isOracleNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"asPackedDecimalNumber\",\"url\":\"classes/OracleNumber.html#asPackedDecimalNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":128,\"name\":\"IOracleIntervalDayToSecond\",\"url\":\"classes/IOracleIntervalDayToSecond.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleIntervalDayToSecond.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleIntervalDayToSecond.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"fromTimeZone\",\"url\":\"classes/IOracleIntervalDayToSecond.html#fromTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"fromNumberOfDays\",\"url\":\"classes/IOracleIntervalDayToSecond.html#fromNumberOfDays\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleIntervalDayToSecond.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getDays\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getDays\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getHours\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getHours\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getMinutes\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getMinutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getSeconds\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getSeconds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/IOracleIntervalDayToSecond.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"subtract\",\"url\":\"classes/IOracleIntervalDayToSecond.html#subtract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"divide\",\"url\":\"classes/IOracleIntervalDayToSecond.html#divide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"multiply\",\"url\":\"classes/IOracleIntervalDayToSecond.html#multiply\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleIntervalDayToSecond.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"toStringWithPrecision\",\"url\":\"classes/IOracleIntervalDayToSecond.html#toStringWithPrecision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":128,\"name\":\"IOracleIntervalYearToMonth\",\"url\":\"classes/IOracleIntervalYearToMonth.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleIntervalYearToMonth.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleIntervalYearToMonth.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"fromNumberOfYears\",\"url\":\"classes/IOracleIntervalYearToMonth.html#fromNumberOfYears\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleIntervalYearToMonth.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"getYears\",\"url\":\"classes/IOracleIntervalYearToMonth.html#getYears\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"getMonths\",\"url\":\"classes/IOracleIntervalYearToMonth.html#getMonths\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/IOracleIntervalYearToMonth.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"subtract\",\"url\":\"classes/IOracleIntervalYearToMonth.html#subtract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"divide\",\"url\":\"classes/IOracleIntervalYearToMonth.html#divide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"multiply\",\"url\":\"classes/IOracleIntervalYearToMonth.html#multiply\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleIntervalYearToMonth.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"toStringWithPrecision\",\"url\":\"classes/IOracleIntervalYearToMonth.html#toStringWithPrecision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":256,\"name\":\"CompareOptionalArguments\",\"url\":\"interfaces/CompareOptionalArguments.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/CompareOptionalArguments.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CompareOptionalArguments\"},{\"kind\":1024,\"name\":\"offset1\",\"url\":\"interfaces/CompareOptionalArguments.html#offset1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CompareOptionalArguments\"},{\"kind\":1024,\"name\":\"offset2\",\"url\":\"interfaces/CompareOptionalArguments.html#offset2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CompareOptionalArguments\"},{\"kind\":128,\"name\":\"OracleBlob\",\"url\":\"classes/OracleBlob.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"LOB_READONLY\",\"url\":\"classes/OracleBlob.html#LOB_READONLY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":1024,\"name\":\"LOB_READWRITE\",\"url\":\"classes/OracleBlob.html#LOB_READWRITE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"createTemporary\",\"url\":\"classes/OracleBlob.html#createTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/OracleBlob.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OracleBlob.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"getChunkSize\",\"url\":\"classes/OracleBlob.html#getChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"length\",\"url\":\"classes/OracleBlob.html#length\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"isOpen\",\"url\":\"classes/OracleBlob.html#isOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"isTemporary\",\"url\":\"classes/OracleBlob.html#isTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"open\",\"url\":\"classes/OracleBlob.html#open\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/OracleBlob.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"freeTemporary\",\"url\":\"classes/OracleBlob.html#freeTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/OracleBlob.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"read\",\"url\":\"classes/OracleBlob.html#read\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"write\",\"url\":\"classes/OracleBlob.html#write\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"getDelegate\",\"url\":\"classes/OracleBlob.html#getDelegate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"isOracleBlob\",\"url\":\"classes/OracleBlob.html#isOracleBlob\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":128,\"name\":\"IOracleClob\",\"url\":\"classes/IOracleClob.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleClob.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":1024,\"name\":\"LOB_READONLY\",\"url\":\"classes/IOracleClob.html#LOB_READONLY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":1024,\"name\":\"LOB_READWRITE\",\"url\":\"classes/IOracleClob.html#LOB_READWRITE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"createTemporary\",\"url\":\"classes/IOracleClob.html#createTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleClob.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"getChunkSize\",\"url\":\"classes/IOracleClob.html#getChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"length\",\"url\":\"classes/IOracleClob.html#length\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"isOpen\",\"url\":\"classes/IOracleClob.html#isOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"isTemporary\",\"url\":\"classes/IOracleClob.html#isTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"open\",\"url\":\"classes/IOracleClob.html#open\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/IOracleClob.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"freeTemporary\",\"url\":\"classes/IOracleClob.html#freeTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"read\",\"url\":\"classes/IOracleClob.html#read\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"write\",\"url\":\"classes/IOracleClob.html#write\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/IOracleClob.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":128,\"name\":\"IOracleTimestampTZ\",\"url\":\"classes/IOracleTimestampTZ.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleTimestampTZ.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleTimestampTZ.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"asLocalDateTime\",\"url\":\"classes/IOracleTimestampTZ.html#asLocalDateTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"atTimeZone\",\"url\":\"classes/IOracleTimestampTZ.html#atTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleTimestampTZ.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getYear\",\"url\":\"classes/IOracleTimestampTZ.html#getYear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getMonth\",\"url\":\"classes/IOracleTimestampTZ.html#getMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getDay\",\"url\":\"classes/IOracleTimestampTZ.html#getDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getHour\",\"url\":\"classes/IOracleTimestampTZ.html#getHour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getMinute\",\"url\":\"classes/IOracleTimestampTZ.html#getMinute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getSecond\",\"url\":\"classes/IOracleTimestampTZ.html#getSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getFractionalSecond\",\"url\":\"classes/IOracleTimestampTZ.html#getFractionalSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getTimeZone\",\"url\":\"classes/IOracleTimestampTZ.html#getTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"addInterval\",\"url\":\"classes/IOracleTimestampTZ.html#addInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"subtractInterval\",\"url\":\"classes/IOracleTimestampTZ.html#subtractInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"subtractIntoYearToMonth\",\"url\":\"classes/IOracleTimestampTZ.html#subtractIntoYearToMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"subtractIntoDayToSecond\",\"url\":\"classes/IOracleTimestampTZ.html#subtractIntoDayToSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleTimestampTZ.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":128,\"name\":\"IOracleTimestamp\",\"url\":\"classes/IOracleTimestamp.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleTimestamp.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleTimestamp.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"atSessionTimeZone\",\"url\":\"classes/IOracleTimestamp.html#atSessionTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"atTimeZone\",\"url\":\"classes/IOracleTimestamp.html#atTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleTimestamp.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getYear\",\"url\":\"classes/IOracleTimestamp.html#getYear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getMonth\",\"url\":\"classes/IOracleTimestamp.html#getMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getDay\",\"url\":\"classes/IOracleTimestamp.html#getDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getHour\",\"url\":\"classes/IOracleTimestamp.html#getHour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getMinute\",\"url\":\"classes/IOracleTimestamp.html#getMinute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getSecond\",\"url\":\"classes/IOracleTimestamp.html#getSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"addInterval\",\"url\":\"classes/IOracleTimestamp.html#addInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"subtractInterval\",\"url\":\"classes/IOracleTimestamp.html#subtractInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"subtractIntoYearToMonth\",\"url\":\"classes/IOracleTimestamp.html#subtractIntoYearToMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"subtractIntoDayToSecond\",\"url\":\"classes/IOracleTimestamp.html#subtractIntoDayToSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleTimestamp.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":128,\"name\":\"IOracleDate\",\"url\":\"classes/IOracleDate.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleDate.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleDate.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"sysDate\",\"url\":\"classes/IOracleDate.html#sysDate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleDate.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"addMonths\",\"url\":\"classes/IOracleDate.html#addMonths\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"addDays\",\"url\":\"classes/IOracleDate.html#addDays\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleDate.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"daysBetween\",\"url\":\"classes/IOracleDate.html#daysBetween\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"lastDayOfMonth\",\"url\":\"classes/IOracleDate.html#lastDayOfMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"nextDay\",\"url\":\"classes/IOracleDate.html#nextDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getYear\",\"url\":\"classes/IOracleDate.html#getYear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getMonth\",\"url\":\"classes/IOracleDate.html#getMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getDay\",\"url\":\"classes/IOracleDate.html#getDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getHour\",\"url\":\"classes/IOracleDate.html#getHour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getMinute\",\"url\":\"classes/IOracleDate.html#getMinute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getSecond\",\"url\":\"classes/IOracleDate.html#getSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/IOracleDate.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,47.536]],[\"comment/0\",[]],[\"name/1\",[1,47.536]],[\"comment/1\",[]],[\"name/2\",[2,47.536]],[\"comment/2\",[]],[\"name/3\",[3,47.536]],[\"comment/3\",[]],[\"name/4\",[4,47.536]],[\"comment/4\",[]],[\"name/5\",[5,47.536]],[\"comment/5\",[]],[\"name/6\",[6,47.536]],[\"comment/6\",[]],[\"name/7\",[7,47.536]],[\"comment/7\",[]],[\"name/8\",[8,32.873]],[\"comment/8\",[]],[\"name/9\",[9,47.536]],[\"comment/9\",[]],[\"name/10\",[10,47.536]],[\"comment/10\",[]],[\"name/11\",[11,47.536]],[\"comment/11\",[]],[\"name/12\",[12,47.536]],[\"comment/12\",[]],[\"name/13\",[13,30.19]],[\"comment/13\",[]],[\"name/14\",[14,47.536]],[\"comment/14\",[]],[\"name/15\",[15,39.063]],[\"comment/15\",[]],[\"name/16\",[16,47.536]],[\"comment/16\",[]],[\"name/17\",[17,47.536]],[\"comment/17\",[]],[\"name/18\",[18,47.536]],[\"comment/18\",[]],[\"name/19\",[19,47.536]],[\"comment/19\",[]],[\"name/20\",[20,47.536]],[\"comment/20\",[]],[\"name/21\",[21,47.536]],[\"comment/21\",[]],[\"name/22\",[22,47.536]],[\"comment/22\",[]],[\"name/23\",[23,47.536]],[\"comment/23\",[]],[\"name/24\",[24,47.536]],[\"comment/24\",[]],[\"name/25\",[25,47.536]],[\"comment/25\",[]],[\"name/26\",[26,47.536]],[\"comment/26\",[]],[\"name/27\",[27,47.536]],[\"comment/27\",[]],[\"name/28\",[28,47.536]],[\"comment/28\",[]],[\"name/29\",[29,47.536]],[\"comment/29\",[]],[\"name/30\",[30,30.19]],[\"comment/30\",[]],[\"name/31\",[31,47.536]],[\"comment/31\",[]],[\"name/32\",[32,47.536]],[\"comment/32\",[]],[\"name/33\",[33,47.536]],[\"comment/33\",[]],[\"name/34\",[34,47.536]],[\"comment/34\",[]],[\"name/35\",[35,47.536]],[\"comment/35\",[]],[\"name/36\",[36,47.536]],[\"comment/36\",[]],[\"name/37\",[37,47.536]],[\"comment/37\",[]],[\"name/38\",[38,47.536]],[\"comment/38\",[]],[\"name/39\",[39,47.536]],[\"comment/39\",[]],[\"name/40\",[40,47.536]],[\"comment/40\",[]],[\"name/41\",[41,47.536]],[\"comment/41\",[]],[\"name/42\",[42,47.536]],[\"comment/42\",[]],[\"name/43\",[43,47.536]],[\"comment/43\",[]],[\"name/44\",[44,47.536]],[\"comment/44\",[]],[\"name/45\",[45,47.536]],[\"comment/45\",[]],[\"name/46\",[46,47.536]],[\"comment/46\",[]],[\"name/47\",[47,47.536]],[\"comment/47\",[]],[\"name/48\",[48,47.536]],[\"comment/48\",[]],[\"name/49\",[49,32.873]],[\"comment/49\",[]],[\"name/50\",[50,47.536]],[\"comment/50\",[]],[\"name/51\",[51,47.536]],[\"comment/51\",[]],[\"name/52\",[52,47.536]],[\"comment/52\",[]],[\"name/53\",[13,30.19]],[\"comment/53\",[]],[\"name/54\",[8,32.873]],[\"comment/54\",[]],[\"name/55\",[53,47.536]],[\"comment/55\",[]],[\"name/56\",[54,47.536]],[\"comment/56\",[]],[\"name/57\",[30,30.19]],[\"comment/57\",[]],[\"name/58\",[55,47.536]],[\"comment/58\",[]],[\"name/59\",[56,47.536]],[\"comment/59\",[]],[\"name/60\",[57,47.536]],[\"comment/60\",[]],[\"name/61\",[58,47.536]],[\"comment/61\",[]],[\"name/62\",[15,39.063]],[\"comment/62\",[]],[\"name/63\",[59,42.428]],[\"comment/63\",[]],[\"name/64\",[60,42.428]],[\"comment/64\",[]],[\"name/65\",[61,42.428]],[\"comment/65\",[]],[\"name/66\",[49,32.873]],[\"comment/66\",[]],[\"name/67\",[62,42.428]],[\"comment/67\",[]],[\"name/68\",[63,47.536]],[\"comment/68\",[]],[\"name/69\",[13,30.19]],[\"comment/69\",[]],[\"name/70\",[8,32.873]],[\"comment/70\",[]],[\"name/71\",[64,47.536]],[\"comment/71\",[]],[\"name/72\",[30,30.19]],[\"comment/72\",[]],[\"name/73\",[65,47.536]],[\"comment/73\",[]],[\"name/74\",[66,47.536]],[\"comment/74\",[]],[\"name/75\",[15,39.063]],[\"comment/75\",[]],[\"name/76\",[59,42.428]],[\"comment/76\",[]],[\"name/77\",[60,42.428]],[\"comment/77\",[]],[\"name/78\",[61,42.428]],[\"comment/78\",[]],[\"name/79\",[49,32.873]],[\"comment/79\",[]],[\"name/80\",[62,42.428]],[\"comment/80\",[]],[\"name/81\",[67,47.536]],[\"comment/81\",[]],[\"name/82\",[68,47.536]],[\"comment/82\",[]],[\"name/83\",[69,47.536]],[\"comment/83\",[]],[\"name/84\",[70,47.536]],[\"comment/84\",[]],[\"name/85\",[71,47.536]],[\"comment/85\",[]],[\"name/86\",[72,42.428]],[\"comment/86\",[]],[\"name/87\",[73,42.428]],[\"comment/87\",[]],[\"name/88\",[74,42.428]],[\"comment/88\",[]],[\"name/89\",[30,30.19]],[\"comment/89\",[]],[\"name/90\",[13,30.19]],[\"comment/90\",[]],[\"name/91\",[75,42.428]],[\"comment/91\",[]],[\"name/92\",[76,42.428]],[\"comment/92\",[]],[\"name/93\",[77,42.428]],[\"comment/93\",[]],[\"name/94\",[78,42.428]],[\"comment/94\",[]],[\"name/95\",[79,42.428]],[\"comment/95\",[]],[\"name/96\",[80,42.428]],[\"comment/96\",[]],[\"name/97\",[81,42.428]],[\"comment/97\",[]],[\"name/98\",[82,42.428]],[\"comment/98\",[]],[\"name/99\",[83,42.428]],[\"comment/99\",[]],[\"name/100\",[84,42.428]],[\"comment/100\",[]],[\"name/101\",[85,47.536]],[\"comment/101\",[]],[\"name/102\",[86,47.536]],[\"comment/102\",[]],[\"name/103\",[87,47.536]],[\"comment/103\",[]],[\"name/104\",[13,30.19]],[\"comment/104\",[]],[\"name/105\",[72,42.428]],[\"comment/105\",[]],[\"name/106\",[73,42.428]],[\"comment/106\",[]],[\"name/107\",[74,42.428]],[\"comment/107\",[]],[\"name/108\",[30,30.19]],[\"comment/108\",[]],[\"name/109\",[75,42.428]],[\"comment/109\",[]],[\"name/110\",[76,42.428]],[\"comment/110\",[]],[\"name/111\",[77,42.428]],[\"comment/111\",[]],[\"name/112\",[78,42.428]],[\"comment/112\",[]],[\"name/113\",[79,42.428]],[\"comment/113\",[]],[\"name/114\",[80,42.428]],[\"comment/114\",[]],[\"name/115\",[81,42.428]],[\"comment/115\",[]],[\"name/116\",[83,42.428]],[\"comment/116\",[]],[\"name/117\",[84,42.428]],[\"comment/117\",[]],[\"name/118\",[82,42.428]],[\"comment/118\",[]],[\"name/119\",[88,47.536]],[\"comment/119\",[]],[\"name/120\",[13,30.19]],[\"comment/120\",[]],[\"name/121\",[8,32.873]],[\"comment/121\",[]],[\"name/122\",[89,47.536]],[\"comment/122\",[]],[\"name/123\",[90,42.428]],[\"comment/123\",[]],[\"name/124\",[30,30.19]],[\"comment/124\",[]],[\"name/125\",[91,39.063]],[\"comment/125\",[]],[\"name/126\",[92,39.063]],[\"comment/126\",[]],[\"name/127\",[93,39.063]],[\"comment/127\",[]],[\"name/128\",[94,39.063]],[\"comment/128\",[]],[\"name/129\",[95,39.063]],[\"comment/129\",[]],[\"name/130\",[96,39.063]],[\"comment/130\",[]],[\"name/131\",[97,47.536]],[\"comment/131\",[]],[\"name/132\",[98,47.536]],[\"comment/132\",[]],[\"name/133\",[99,42.428]],[\"comment/133\",[]],[\"name/134\",[100,42.428]],[\"comment/134\",[]],[\"name/135\",[101,42.428]],[\"comment/135\",[]],[\"name/136\",[102,42.428]],[\"comment/136\",[]],[\"name/137\",[49,32.873]],[\"comment/137\",[]],[\"name/138\",[103,47.536]],[\"comment/138\",[]],[\"name/139\",[13,30.19]],[\"comment/139\",[]],[\"name/140\",[8,32.873]],[\"comment/140\",[]],[\"name/141\",[104,47.536]],[\"comment/141\",[]],[\"name/142\",[90,42.428]],[\"comment/142\",[]],[\"name/143\",[30,30.19]],[\"comment/143\",[]],[\"name/144\",[91,39.063]],[\"comment/144\",[]],[\"name/145\",[92,39.063]],[\"comment/145\",[]],[\"name/146\",[93,39.063]],[\"comment/146\",[]],[\"name/147\",[94,39.063]],[\"comment/147\",[]],[\"name/148\",[95,39.063]],[\"comment/148\",[]],[\"name/149\",[96,39.063]],[\"comment/149\",[]],[\"name/150\",[99,42.428]],[\"comment/150\",[]],[\"name/151\",[100,42.428]],[\"comment/151\",[]],[\"name/152\",[101,42.428]],[\"comment/152\",[]],[\"name/153\",[102,42.428]],[\"comment/153\",[]],[\"name/154\",[49,32.873]],[\"comment/154\",[]],[\"name/155\",[105,47.536]],[\"comment/155\",[]],[\"name/156\",[13,30.19]],[\"comment/156\",[]],[\"name/157\",[8,32.873]],[\"comment/157\",[]],[\"name/158\",[106,47.536]],[\"comment/158\",[]],[\"name/159\",[49,32.873]],[\"comment/159\",[]],[\"name/160\",[107,47.536]],[\"comment/160\",[]],[\"name/161\",[108,47.536]],[\"comment/161\",[]],[\"name/162\",[30,30.19]],[\"comment/162\",[]],[\"name/163\",[109,47.536]],[\"comment/163\",[]],[\"name/164\",[110,47.536]],[\"comment/164\",[]],[\"name/165\",[111,47.536]],[\"comment/165\",[]],[\"name/166\",[91,39.063]],[\"comment/166\",[]],[\"name/167\",[92,39.063]],[\"comment/167\",[]],[\"name/168\",[93,39.063]],[\"comment/168\",[]],[\"name/169\",[94,39.063]],[\"comment/169\",[]],[\"name/170\",[95,39.063]],[\"comment/170\",[]],[\"name/171\",[96,39.063]],[\"comment/171\",[]],[\"name/172\",[112,47.536]],[\"comment/172\",[]]],\"invertedIndex\":[[\"abs\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"add\",{\"_index\":15,\"name\":{\"15\":{},\"62\":{},\"75\":{}},\"comment\":{}}],[\"adddays\",{\"_index\":108,\"name\":{\"161\":{}},\"comment\":{}}],[\"addinterval\",{\"_index\":99,\"name\":{\"133\":{},\"150\":{}},\"comment\":{}}],[\"addmonths\",{\"_index\":107,\"name\":{\"160\":{}},\"comment\":{}}],[\"amount\",{\"_index\":68,\"name\":{\"82\":{}},\"comment\":{}}],[\"arccos\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"arcsin\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"arctan\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"arctan2\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"aslocaldatetime\",{\"_index\":89,\"name\":{\"122\":{}},\"comment\":{}}],[\"aspackeddecimalnumber\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"atsessiontimezone\",{\"_index\":104,\"name\":{\"141\":{}},\"comment\":{}}],[\"attimezone\",{\"_index\":90,\"name\":{\"123\":{},\"142\":{}},\"comment\":{}}],[\"ceil\",{\"_index\":41,\"name\":{\"41\":{}},\"comment\":{}}],[\"close\",{\"_index\":80,\"name\":{\"96\":{},\"114\":{}},\"comment\":{}}],[\"compare\",{\"_index\":30,\"name\":{\"30\":{},\"57\":{},\"72\":{},\"89\":{},\"108\":{},\"124\":{},\"143\":{},\"162\":{}},\"comment\":{}}],[\"compareoptionalarguments\",{\"_index\":67,\"name\":{\"81\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":13,\"name\":{\"13\":{},\"53\":{},\"69\":{},\"90\":{},\"104\":{},\"120\":{},\"139\":{},\"156\":{}},\"comment\":{}}],[\"cos\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"createtemporary\",{\"_index\":74,\"name\":{\"88\":{},\"107\":{}},\"comment\":{}}],[\"daysbetween\",{\"_index\":109,\"name\":{\"163\":{}},\"comment\":{}}],[\"div\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"divide\",{\"_index\":60,\"name\":{\"64\":{},\"77\":{}},\"comment\":{}}],[\"e\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"equals\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"exp\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"floor\",{\"_index\":42,\"name\":{\"42\":{}},\"comment\":{}}],[\"freetemporary\",{\"_index\":81,\"name\":{\"97\":{},\"115\":{}},\"comment\":{}}],[\"fromnumber\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"fromnumberofdays\",{\"_index\":54,\"name\":{\"56\":{}},\"comment\":{}}],[\"fromnumberofyears\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"fromstring\",{\"_index\":8,\"name\":{\"8\":{},\"54\":{},\"70\":{},\"121\":{},\"140\":{},\"157\":{}},\"comment\":{}}],[\"fromtimezone\",{\"_index\":53,\"name\":{\"55\":{}},\"comment\":{}}],[\"getchunksize\",{\"_index\":75,\"name\":{\"91\":{},\"109\":{}},\"comment\":{}}],[\"getdata\",{\"_index\":82,\"name\":{\"98\":{},\"118\":{}},\"comment\":{}}],[\"getday\",{\"_index\":93,\"name\":{\"127\":{},\"146\":{},\"168\":{}},\"comment\":{}}],[\"getdays\",{\"_index\":55,\"name\":{\"58\":{}},\"comment\":{}}],[\"getdelegate\",{\"_index\":85,\"name\":{\"101\":{}},\"comment\":{}}],[\"getfractionalsecond\",{\"_index\":97,\"name\":{\"131\":{}},\"comment\":{}}],[\"gethour\",{\"_index\":94,\"name\":{\"128\":{},\"147\":{},\"169\":{}},\"comment\":{}}],[\"gethours\",{\"_index\":56,\"name\":{\"59\":{}},\"comment\":{}}],[\"getminute\",{\"_index\":95,\"name\":{\"129\":{},\"148\":{},\"170\":{}},\"comment\":{}}],[\"getminutes\",{\"_index\":57,\"name\":{\"60\":{}},\"comment\":{}}],[\"getmonth\",{\"_index\":92,\"name\":{\"126\":{},\"145\":{},\"167\":{}},\"comment\":{}}],[\"getmonths\",{\"_index\":66,\"name\":{\"74\":{}},\"comment\":{}}],[\"getsecond\",{\"_index\":96,\"name\":{\"130\":{},\"149\":{},\"171\":{}},\"comment\":{}}],[\"getseconds\",{\"_index\":58,\"name\":{\"61\":{}},\"comment\":{}}],[\"gettimezone\",{\"_index\":98,\"name\":{\"132\":{}},\"comment\":{}}],[\"getyear\",{\"_index\":91,\"name\":{\"125\":{},\"144\":{},\"166\":{}},\"comment\":{}}],[\"getyears\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"hypcos\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"hypsin\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"hyptan\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"ioracleclob\",{\"_index\":87,\"name\":{\"103\":{}},\"comment\":{}}],[\"ioracledate\",{\"_index\":105,\"name\":{\"155\":{}},\"comment\":{}}],[\"ioracleintervaldaytosecond\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"ioracleintervalyeartomonth\",{\"_index\":63,\"name\":{\"68\":{}},\"comment\":{}}],[\"ioracletimestamp\",{\"_index\":103,\"name\":{\"138\":{}},\"comment\":{}}],[\"ioracletimestamptz\",{\"_index\":88,\"name\":{\"119\":{}},\"comment\":{}}],[\"isint\",{\"_index\":37,\"name\":{\"37\":{}},\"comment\":{}}],[\"isopen\",{\"_index\":77,\"name\":{\"93\":{},\"111\":{}},\"comment\":{}}],[\"isoracleblob\",{\"_index\":86,\"name\":{\"102\":{}},\"comment\":{}}],[\"isoraclenumber\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"istemporary\",{\"_index\":78,\"name\":{\"94\":{},\"112\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":112,\"name\":{\"172\":{}},\"comment\":{}}],[\"iszero\",{\"_index\":38,\"name\":{\"38\":{}},\"comment\":{}}],[\"lastdayofmonth\",{\"_index\":110,\"name\":{\"164\":{}},\"comment\":{}}],[\"length\",{\"_index\":76,\"name\":{\"92\":{},\"110\":{}},\"comment\":{}}],[\"ln\",{\"_index\":34,\"name\":{\"34\":{}},\"comment\":{}}],[\"ln10\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"lob_readonly\",{\"_index\":72,\"name\":{\"86\":{},\"105\":{}},\"comment\":{}}],[\"lob_readwrite\",{\"_index\":73,\"name\":{\"87\":{},\"106\":{}},\"comment\":{}}],[\"log\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"mod\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"mul\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":61,\"name\":{\"65\":{},\"78\":{}},\"comment\":{}}],[\"neg\",{\"_index\":40,\"name\":{\"40\":{}},\"comment\":{}}],[\"nextday\",{\"_index\":111,\"name\":{\"165\":{}},\"comment\":{}}],[\"offset1\",{\"_index\":69,\"name\":{\"83\":{}},\"comment\":{}}],[\"offset2\",{\"_index\":70,\"name\":{\"84\":{}},\"comment\":{}}],[\"open\",{\"_index\":79,\"name\":{\"95\":{},\"113\":{}},\"comment\":{}}],[\"oracleblob\",{\"_index\":71,\"name\":{\"85\":{}},\"comment\":{}}],[\"oracleclob\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"oracledate\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"oracleintervaldaytosecond\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"oracleintervalyeartomonth\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"oraclenumber\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"oracletimestamp\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"oracletimestamptz\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"pi\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"power\",{\"_index\":33,\"name\":{\"33\":{}},\"comment\":{}}],[\"read\",{\"_index\":83,\"name\":{\"99\":{},\"116\":{}},\"comment\":{}}],[\"rounddigits\",{\"_index\":43,\"name\":{\"43\":{}},\"comment\":{}}],[\"roundplaces\",{\"_index\":44,\"name\":{\"44\":{}},\"comment\":{}}],[\"scale\",{\"_index\":47,\"name\":{\"47\":{}},\"comment\":{}}],[\"shift\",{\"_index\":45,\"name\":{\"45\":{}},\"comment\":{}}],[\"sign\",{\"_index\":39,\"name\":{\"39\":{}},\"comment\":{}}],[\"sin\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"sqrt\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"sub\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"subtract\",{\"_index\":59,\"name\":{\"63\":{},\"76\":{}},\"comment\":{}}],[\"subtractinterval\",{\"_index\":100,\"name\":{\"134\":{},\"151\":{}},\"comment\":{}}],[\"subtractintodaytosecond\",{\"_index\":102,\"name\":{\"136\":{},\"153\":{}},\"comment\":{}}],[\"subtractintoyeartomonth\",{\"_index\":101,\"name\":{\"135\":{},\"152\":{}},\"comment\":{}}],[\"sysdate\",{\"_index\":106,\"name\":{\"158\":{}},\"comment\":{}}],[\"tan\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"tonumber\",{\"_index\":48,\"name\":{\"48\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":49,\"name\":{\"49\":{},\"66\":{},\"79\":{},\"137\":{},\"154\":{},\"159\":{}},\"comment\":{}}],[\"tostringwithprecision\",{\"_index\":62,\"name\":{\"67\":{},\"80\":{}},\"comment\":{}}],[\"trunc\",{\"_index\":46,\"name\":{\"46\":{}},\"comment\":{}}],[\"write\",{\"_index\":84,\"name\":{\"100\":{},\"117\":{}},\"comment\":{}}],[\"zero\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\"},\"rows\":[{\"kind\":32,\"name\":\"OracleTimestamp\",\"url\":\"variables/OracleTimestamp.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleTimestampTZ\",\"url\":\"variables/OracleTimestampTZ.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleIntervalDayToSecond\",\"url\":\"variables/OracleIntervalDayToSecond.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleIntervalYearToMonth\",\"url\":\"variables/OracleIntervalYearToMonth.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleClob\",\"url\":\"variables/OracleClob.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OracleDate\",\"url\":\"variables/OracleDate.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":128,\"name\":\"OracleNumber\",\"url\":\"classes/OracleNumber.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"fromNumber\",\"url\":\"classes/OracleNumber.html#fromNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/OracleNumber.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"pi\",\"url\":\"classes/OracleNumber.html#pi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"zero\",\"url\":\"classes/OracleNumber.html#zero\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"e\",\"url\":\"classes/OracleNumber.html#e\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":1024,\"name\":\"ln10\",\"url\":\"classes/OracleNumber.html#ln10\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OracleNumber.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"abs\",\"url\":\"classes/OracleNumber.html#abs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/OracleNumber.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sub\",\"url\":\"classes/OracleNumber.html#sub\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"mul\",\"url\":\"classes/OracleNumber.html#mul\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"div\",\"url\":\"classes/OracleNumber.html#div\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"mod\",\"url\":\"classes/OracleNumber.html#mod\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sin\",\"url\":\"classes/OracleNumber.html#sin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"cos\",\"url\":\"classes/OracleNumber.html#cos\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"tan\",\"url\":\"classes/OracleNumber.html#tan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcSin\",\"url\":\"classes/OracleNumber.html#arcSin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcCos\",\"url\":\"classes/OracleNumber.html#arcCos\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcTan\",\"url\":\"classes/OracleNumber.html#arcTan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"arcTan2\",\"url\":\"classes/OracleNumber.html#arcTan2\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"hypSin\",\"url\":\"classes/OracleNumber.html#hypSin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"hypCos\",\"url\":\"classes/OracleNumber.html#hypCos\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"hypTan\",\"url\":\"classes/OracleNumber.html#hypTan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/OracleNumber.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/OracleNumber.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"exp\",\"url\":\"classes/OracleNumber.html#exp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"power\",\"url\":\"classes/OracleNumber.html#power\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"ln\",\"url\":\"classes/OracleNumber.html#ln\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"log\",\"url\":\"classes/OracleNumber.html#log\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sqrt\",\"url\":\"classes/OracleNumber.html#sqrt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"isInt\",\"url\":\"classes/OracleNumber.html#isInt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"isZero\",\"url\":\"classes/OracleNumber.html#isZero\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"sign\",\"url\":\"classes/OracleNumber.html#sign\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"neg\",\"url\":\"classes/OracleNumber.html#neg\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"ceil\",\"url\":\"classes/OracleNumber.html#ceil\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"floor\",\"url\":\"classes/OracleNumber.html#floor\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"roundDigits\",\"url\":\"classes/OracleNumber.html#roundDigits\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"roundPlaces\",\"url\":\"classes/OracleNumber.html#roundPlaces\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"shift\",\"url\":\"classes/OracleNumber.html#shift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"trunc\",\"url\":\"classes/OracleNumber.html#trunc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"scale\",\"url\":\"classes/OracleNumber.html#scale\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"toNumber\",\"url\":\"classes/OracleNumber.html#toNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/OracleNumber.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"isOracleNumber\",\"url\":\"classes/OracleNumber.html#isOracleNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":2048,\"name\":\"asPackedDecimalNumber\",\"url\":\"classes/OracleNumber.html#asPackedDecimalNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleNumber\"},{\"kind\":128,\"name\":\"IOracleIntervalDayToSecond\",\"url\":\"classes/IOracleIntervalDayToSecond.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleIntervalDayToSecond.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleIntervalDayToSecond.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"fromTimeZone\",\"url\":\"classes/IOracleIntervalDayToSecond.html#fromTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"fromNumberOfDays\",\"url\":\"classes/IOracleIntervalDayToSecond.html#fromNumberOfDays\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleIntervalDayToSecond.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getDays\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getDays\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getHours\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getHours\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getMinutes\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getMinutes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"getSeconds\",\"url\":\"classes/IOracleIntervalDayToSecond.html#getSeconds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/IOracleIntervalDayToSecond.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"subtract\",\"url\":\"classes/IOracleIntervalDayToSecond.html#subtract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"divide\",\"url\":\"classes/IOracleIntervalDayToSecond.html#divide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"multiply\",\"url\":\"classes/IOracleIntervalDayToSecond.html#multiply\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleIntervalDayToSecond.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":2048,\"name\":\"toStringWithPrecision\",\"url\":\"classes/IOracleIntervalDayToSecond.html#toStringWithPrecision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalDayToSecond\"},{\"kind\":128,\"name\":\"IOracleIntervalYearToMonth\",\"url\":\"classes/IOracleIntervalYearToMonth.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleIntervalYearToMonth.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleIntervalYearToMonth.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"fromNumberOfYears\",\"url\":\"classes/IOracleIntervalYearToMonth.html#fromNumberOfYears\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleIntervalYearToMonth.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"getYears\",\"url\":\"classes/IOracleIntervalYearToMonth.html#getYears\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"getMonths\",\"url\":\"classes/IOracleIntervalYearToMonth.html#getMonths\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/IOracleIntervalYearToMonth.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"subtract\",\"url\":\"classes/IOracleIntervalYearToMonth.html#subtract\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"divide\",\"url\":\"classes/IOracleIntervalYearToMonth.html#divide\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"multiply\",\"url\":\"classes/IOracleIntervalYearToMonth.html#multiply\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleIntervalYearToMonth.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":2048,\"name\":\"toStringWithPrecision\",\"url\":\"classes/IOracleIntervalYearToMonth.html#toStringWithPrecision\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleIntervalYearToMonth\"},{\"kind\":256,\"name\":\"CompareOptionalArguments\",\"url\":\"interfaces/CompareOptionalArguments.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/CompareOptionalArguments.html#amount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CompareOptionalArguments\"},{\"kind\":1024,\"name\":\"offset1\",\"url\":\"interfaces/CompareOptionalArguments.html#offset1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CompareOptionalArguments\"},{\"kind\":1024,\"name\":\"offset2\",\"url\":\"interfaces/CompareOptionalArguments.html#offset2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CompareOptionalArguments\"},{\"kind\":128,\"name\":\"OracleBlob\",\"url\":\"classes/OracleBlob.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"LOB_READONLY\",\"url\":\"classes/OracleBlob.html#LOB_READONLY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":1024,\"name\":\"LOB_READWRITE\",\"url\":\"classes/OracleBlob.html#LOB_READWRITE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"createTemporary\",\"url\":\"classes/OracleBlob.html#createTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/OracleBlob.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OracleBlob.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"getChunkSize\",\"url\":\"classes/OracleBlob.html#getChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"length\",\"url\":\"classes/OracleBlob.html#length\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"isOpen\",\"url\":\"classes/OracleBlob.html#isOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"isTemporary\",\"url\":\"classes/OracleBlob.html#isTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"open\",\"url\":\"classes/OracleBlob.html#open\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/OracleBlob.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"freeTemporary\",\"url\":\"classes/OracleBlob.html#freeTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/OracleBlob.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"read\",\"url\":\"classes/OracleBlob.html#read\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"write\",\"url\":\"classes/OracleBlob.html#write\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"getDelegate\",\"url\":\"classes/OracleBlob.html#getDelegate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":2048,\"name\":\"isOracleBlob\",\"url\":\"classes/OracleBlob.html#isOracleBlob\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"OracleBlob\"},{\"kind\":128,\"name\":\"IOracleClob\",\"url\":\"classes/IOracleClob.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleClob.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":1024,\"name\":\"LOB_READONLY\",\"url\":\"classes/IOracleClob.html#LOB_READONLY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":1024,\"name\":\"LOB_READWRITE\",\"url\":\"classes/IOracleClob.html#LOB_READWRITE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"createTemporary\",\"url\":\"classes/IOracleClob.html#createTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleClob.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"getChunkSize\",\"url\":\"classes/IOracleClob.html#getChunkSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"length\",\"url\":\"classes/IOracleClob.html#length\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"isOpen\",\"url\":\"classes/IOracleClob.html#isOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"isTemporary\",\"url\":\"classes/IOracleClob.html#isTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"open\",\"url\":\"classes/IOracleClob.html#open\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/IOracleClob.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"freeTemporary\",\"url\":\"classes/IOracleClob.html#freeTemporary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"read\",\"url\":\"classes/IOracleClob.html#read\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"write\",\"url\":\"classes/IOracleClob.html#write\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/IOracleClob.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleClob\"},{\"kind\":128,\"name\":\"IOracleTimestampTZ\",\"url\":\"classes/IOracleTimestampTZ.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleTimestampTZ.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleTimestampTZ.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"asLocalDateTime\",\"url\":\"classes/IOracleTimestampTZ.html#asLocalDateTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"atTimeZone\",\"url\":\"classes/IOracleTimestampTZ.html#atTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleTimestampTZ.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getYear\",\"url\":\"classes/IOracleTimestampTZ.html#getYear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getMonth\",\"url\":\"classes/IOracleTimestampTZ.html#getMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getDay\",\"url\":\"classes/IOracleTimestampTZ.html#getDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getHour\",\"url\":\"classes/IOracleTimestampTZ.html#getHour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getMinute\",\"url\":\"classes/IOracleTimestampTZ.html#getMinute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getSecond\",\"url\":\"classes/IOracleTimestampTZ.html#getSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getFractionalSecond\",\"url\":\"classes/IOracleTimestampTZ.html#getFractionalSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"getTimeZone\",\"url\":\"classes/IOracleTimestampTZ.html#getTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"addInterval\",\"url\":\"classes/IOracleTimestampTZ.html#addInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"subtractInterval\",\"url\":\"classes/IOracleTimestampTZ.html#subtractInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"subtractIntoYearToMonth\",\"url\":\"classes/IOracleTimestampTZ.html#subtractIntoYearToMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"subtractIntoDayToSecond\",\"url\":\"classes/IOracleTimestampTZ.html#subtractIntoDayToSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleTimestampTZ.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestampTZ\"},{\"kind\":128,\"name\":\"IOracleTimestamp\",\"url\":\"classes/IOracleTimestamp.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleTimestamp.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleTimestamp.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"atSessionTimeZone\",\"url\":\"classes/IOracleTimestamp.html#atSessionTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"atTimeZone\",\"url\":\"classes/IOracleTimestamp.html#atTimeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleTimestamp.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getYear\",\"url\":\"classes/IOracleTimestamp.html#getYear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getMonth\",\"url\":\"classes/IOracleTimestamp.html#getMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getDay\",\"url\":\"classes/IOracleTimestamp.html#getDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getHour\",\"url\":\"classes/IOracleTimestamp.html#getHour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getMinute\",\"url\":\"classes/IOracleTimestamp.html#getMinute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"getSecond\",\"url\":\"classes/IOracleTimestamp.html#getSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"addInterval\",\"url\":\"classes/IOracleTimestamp.html#addInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"subtractInterval\",\"url\":\"classes/IOracleTimestamp.html#subtractInterval\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"subtractIntoYearToMonth\",\"url\":\"classes/IOracleTimestamp.html#subtractIntoYearToMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"subtractIntoDayToSecond\",\"url\":\"classes/IOracleTimestamp.html#subtractIntoDayToSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleTimestamp.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleTimestamp\"},{\"kind\":128,\"name\":\"IOracleDate\",\"url\":\"classes/IOracleDate.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IOracleDate.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/IOracleDate.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"sysDate\",\"url\":\"classes/IOracleDate.html#sysDate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/IOracleDate.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"addMonths\",\"url\":\"classes/IOracleDate.html#addMonths\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"addDays\",\"url\":\"classes/IOracleDate.html#addDays\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/IOracleDate.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"daysBetween\",\"url\":\"classes/IOracleDate.html#daysBetween\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"lastDayOfMonth\",\"url\":\"classes/IOracleDate.html#lastDayOfMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"nextDay\",\"url\":\"classes/IOracleDate.html#nextDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getYear\",\"url\":\"classes/IOracleDate.html#getYear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getMonth\",\"url\":\"classes/IOracleDate.html#getMonth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getDay\",\"url\":\"classes/IOracleDate.html#getDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getHour\",\"url\":\"classes/IOracleDate.html#getHour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getMinute\",\"url\":\"classes/IOracleDate.html#getMinute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"getSecond\",\"url\":\"classes/IOracleDate.html#getSecond\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/IOracleDate.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"IOracleDate\"},{\"kind\":128,\"name\":\"JsonId\",\"url\":\"classes/JsonId.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/JsonId.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"JsonId\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,47.65]],[\"comment/0\",[]],[\"name/1\",[1,47.65]],[\"comment/1\",[]],[\"name/2\",[2,47.65]],[\"comment/2\",[]],[\"name/3\",[3,47.65]],[\"comment/3\",[]],[\"name/4\",[4,47.65]],[\"comment/4\",[]],[\"name/5\",[5,47.65]],[\"comment/5\",[]],[\"name/6\",[6,47.65]],[\"comment/6\",[]],[\"name/7\",[7,47.65]],[\"comment/7\",[]],[\"name/8\",[8,32.987]],[\"comment/8\",[]],[\"name/9\",[9,47.65]],[\"comment/9\",[]],[\"name/10\",[10,47.65]],[\"comment/10\",[]],[\"name/11\",[11,47.65]],[\"comment/11\",[]],[\"name/12\",[12,47.65]],[\"comment/12\",[]],[\"name/13\",[13,30.304]],[\"comment/13\",[]],[\"name/14\",[14,47.65]],[\"comment/14\",[]],[\"name/15\",[15,39.177]],[\"comment/15\",[]],[\"name/16\",[16,47.65]],[\"comment/16\",[]],[\"name/17\",[17,47.65]],[\"comment/17\",[]],[\"name/18\",[18,47.65]],[\"comment/18\",[]],[\"name/19\",[19,47.65]],[\"comment/19\",[]],[\"name/20\",[20,47.65]],[\"comment/20\",[]],[\"name/21\",[21,47.65]],[\"comment/21\",[]],[\"name/22\",[22,47.65]],[\"comment/22\",[]],[\"name/23\",[23,47.65]],[\"comment/23\",[]],[\"name/24\",[24,47.65]],[\"comment/24\",[]],[\"name/25\",[25,47.65]],[\"comment/25\",[]],[\"name/26\",[26,47.65]],[\"comment/26\",[]],[\"name/27\",[27,47.65]],[\"comment/27\",[]],[\"name/28\",[28,47.65]],[\"comment/28\",[]],[\"name/29\",[29,47.65]],[\"comment/29\",[]],[\"name/30\",[30,30.304]],[\"comment/30\",[]],[\"name/31\",[31,47.65]],[\"comment/31\",[]],[\"name/32\",[32,47.65]],[\"comment/32\",[]],[\"name/33\",[33,47.65]],[\"comment/33\",[]],[\"name/34\",[34,47.65]],[\"comment/34\",[]],[\"name/35\",[35,47.65]],[\"comment/35\",[]],[\"name/36\",[36,47.65]],[\"comment/36\",[]],[\"name/37\",[37,47.65]],[\"comment/37\",[]],[\"name/38\",[38,47.65]],[\"comment/38\",[]],[\"name/39\",[39,47.65]],[\"comment/39\",[]],[\"name/40\",[40,47.65]],[\"comment/40\",[]],[\"name/41\",[41,47.65]],[\"comment/41\",[]],[\"name/42\",[42,47.65]],[\"comment/42\",[]],[\"name/43\",[43,47.65]],[\"comment/43\",[]],[\"name/44\",[44,47.65]],[\"comment/44\",[]],[\"name/45\",[45,47.65]],[\"comment/45\",[]],[\"name/46\",[46,47.65]],[\"comment/46\",[]],[\"name/47\",[47,47.65]],[\"comment/47\",[]],[\"name/48\",[48,47.65]],[\"comment/48\",[]],[\"name/49\",[49,32.987]],[\"comment/49\",[]],[\"name/50\",[50,47.65]],[\"comment/50\",[]],[\"name/51\",[51,47.65]],[\"comment/51\",[]],[\"name/52\",[52,47.65]],[\"comment/52\",[]],[\"name/53\",[13,30.304]],[\"comment/53\",[]],[\"name/54\",[8,32.987]],[\"comment/54\",[]],[\"name/55\",[53,47.65]],[\"comment/55\",[]],[\"name/56\",[54,47.65]],[\"comment/56\",[]],[\"name/57\",[30,30.304]],[\"comment/57\",[]],[\"name/58\",[55,47.65]],[\"comment/58\",[]],[\"name/59\",[56,47.65]],[\"comment/59\",[]],[\"name/60\",[57,47.65]],[\"comment/60\",[]],[\"name/61\",[58,47.65]],[\"comment/61\",[]],[\"name/62\",[15,39.177]],[\"comment/62\",[]],[\"name/63\",[59,42.542]],[\"comment/63\",[]],[\"name/64\",[60,42.542]],[\"comment/64\",[]],[\"name/65\",[61,42.542]],[\"comment/65\",[]],[\"name/66\",[49,32.987]],[\"comment/66\",[]],[\"name/67\",[62,42.542]],[\"comment/67\",[]],[\"name/68\",[63,47.65]],[\"comment/68\",[]],[\"name/69\",[13,30.304]],[\"comment/69\",[]],[\"name/70\",[8,32.987]],[\"comment/70\",[]],[\"name/71\",[64,47.65]],[\"comment/71\",[]],[\"name/72\",[30,30.304]],[\"comment/72\",[]],[\"name/73\",[65,47.65]],[\"comment/73\",[]],[\"name/74\",[66,47.65]],[\"comment/74\",[]],[\"name/75\",[15,39.177]],[\"comment/75\",[]],[\"name/76\",[59,42.542]],[\"comment/76\",[]],[\"name/77\",[60,42.542]],[\"comment/77\",[]],[\"name/78\",[61,42.542]],[\"comment/78\",[]],[\"name/79\",[49,32.987]],[\"comment/79\",[]],[\"name/80\",[62,42.542]],[\"comment/80\",[]],[\"name/81\",[67,47.65]],[\"comment/81\",[]],[\"name/82\",[68,47.65]],[\"comment/82\",[]],[\"name/83\",[69,47.65]],[\"comment/83\",[]],[\"name/84\",[70,47.65]],[\"comment/84\",[]],[\"name/85\",[71,47.65]],[\"comment/85\",[]],[\"name/86\",[72,42.542]],[\"comment/86\",[]],[\"name/87\",[73,42.542]],[\"comment/87\",[]],[\"name/88\",[74,42.542]],[\"comment/88\",[]],[\"name/89\",[30,30.304]],[\"comment/89\",[]],[\"name/90\",[13,30.304]],[\"comment/90\",[]],[\"name/91\",[75,42.542]],[\"comment/91\",[]],[\"name/92\",[76,42.542]],[\"comment/92\",[]],[\"name/93\",[77,42.542]],[\"comment/93\",[]],[\"name/94\",[78,42.542]],[\"comment/94\",[]],[\"name/95\",[79,42.542]],[\"comment/95\",[]],[\"name/96\",[80,42.542]],[\"comment/96\",[]],[\"name/97\",[81,42.542]],[\"comment/97\",[]],[\"name/98\",[82,42.542]],[\"comment/98\",[]],[\"name/99\",[83,42.542]],[\"comment/99\",[]],[\"name/100\",[84,42.542]],[\"comment/100\",[]],[\"name/101\",[85,47.65]],[\"comment/101\",[]],[\"name/102\",[86,47.65]],[\"comment/102\",[]],[\"name/103\",[87,47.65]],[\"comment/103\",[]],[\"name/104\",[13,30.304]],[\"comment/104\",[]],[\"name/105\",[72,42.542]],[\"comment/105\",[]],[\"name/106\",[73,42.542]],[\"comment/106\",[]],[\"name/107\",[74,42.542]],[\"comment/107\",[]],[\"name/108\",[30,30.304]],[\"comment/108\",[]],[\"name/109\",[75,42.542]],[\"comment/109\",[]],[\"name/110\",[76,42.542]],[\"comment/110\",[]],[\"name/111\",[77,42.542]],[\"comment/111\",[]],[\"name/112\",[78,42.542]],[\"comment/112\",[]],[\"name/113\",[79,42.542]],[\"comment/113\",[]],[\"name/114\",[80,42.542]],[\"comment/114\",[]],[\"name/115\",[81,42.542]],[\"comment/115\",[]],[\"name/116\",[83,42.542]],[\"comment/116\",[]],[\"name/117\",[84,42.542]],[\"comment/117\",[]],[\"name/118\",[82,42.542]],[\"comment/118\",[]],[\"name/119\",[88,47.65]],[\"comment/119\",[]],[\"name/120\",[13,30.304]],[\"comment/120\",[]],[\"name/121\",[8,32.987]],[\"comment/121\",[]],[\"name/122\",[89,47.65]],[\"comment/122\",[]],[\"name/123\",[90,42.542]],[\"comment/123\",[]],[\"name/124\",[30,30.304]],[\"comment/124\",[]],[\"name/125\",[91,39.177]],[\"comment/125\",[]],[\"name/126\",[92,39.177]],[\"comment/126\",[]],[\"name/127\",[93,39.177]],[\"comment/127\",[]],[\"name/128\",[94,39.177]],[\"comment/128\",[]],[\"name/129\",[95,39.177]],[\"comment/129\",[]],[\"name/130\",[96,39.177]],[\"comment/130\",[]],[\"name/131\",[97,47.65]],[\"comment/131\",[]],[\"name/132\",[98,47.65]],[\"comment/132\",[]],[\"name/133\",[99,42.542]],[\"comment/133\",[]],[\"name/134\",[100,42.542]],[\"comment/134\",[]],[\"name/135\",[101,42.542]],[\"comment/135\",[]],[\"name/136\",[102,42.542]],[\"comment/136\",[]],[\"name/137\",[49,32.987]],[\"comment/137\",[]],[\"name/138\",[103,47.65]],[\"comment/138\",[]],[\"name/139\",[13,30.304]],[\"comment/139\",[]],[\"name/140\",[8,32.987]],[\"comment/140\",[]],[\"name/141\",[104,47.65]],[\"comment/141\",[]],[\"name/142\",[90,42.542]],[\"comment/142\",[]],[\"name/143\",[30,30.304]],[\"comment/143\",[]],[\"name/144\",[91,39.177]],[\"comment/144\",[]],[\"name/145\",[92,39.177]],[\"comment/145\",[]],[\"name/146\",[93,39.177]],[\"comment/146\",[]],[\"name/147\",[94,39.177]],[\"comment/147\",[]],[\"name/148\",[95,39.177]],[\"comment/148\",[]],[\"name/149\",[96,39.177]],[\"comment/149\",[]],[\"name/150\",[99,42.542]],[\"comment/150\",[]],[\"name/151\",[100,42.542]],[\"comment/151\",[]],[\"name/152\",[101,42.542]],[\"comment/152\",[]],[\"name/153\",[102,42.542]],[\"comment/153\",[]],[\"name/154\",[49,32.987]],[\"comment/154\",[]],[\"name/155\",[105,47.65]],[\"comment/155\",[]],[\"name/156\",[13,30.304]],[\"comment/156\",[]],[\"name/157\",[8,32.987]],[\"comment/157\",[]],[\"name/158\",[106,47.65]],[\"comment/158\",[]],[\"name/159\",[49,32.987]],[\"comment/159\",[]],[\"name/160\",[107,47.65]],[\"comment/160\",[]],[\"name/161\",[108,47.65]],[\"comment/161\",[]],[\"name/162\",[30,30.304]],[\"comment/162\",[]],[\"name/163\",[109,47.65]],[\"comment/163\",[]],[\"name/164\",[110,47.65]],[\"comment/164\",[]],[\"name/165\",[111,47.65]],[\"comment/165\",[]],[\"name/166\",[91,39.177]],[\"comment/166\",[]],[\"name/167\",[92,39.177]],[\"comment/167\",[]],[\"name/168\",[93,39.177]],[\"comment/168\",[]],[\"name/169\",[94,39.177]],[\"comment/169\",[]],[\"name/170\",[95,39.177]],[\"comment/170\",[]],[\"name/171\",[96,39.177]],[\"comment/171\",[]],[\"name/172\",[112,47.65]],[\"comment/172\",[]],[\"name/173\",[113,47.65]],[\"comment/173\",[]],[\"name/174\",[114,47.65]],[\"comment/174\",[]]],\"invertedIndex\":[[\"abs\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"add\",{\"_index\":15,\"name\":{\"15\":{},\"62\":{},\"75\":{}},\"comment\":{}}],[\"adddays\",{\"_index\":108,\"name\":{\"161\":{}},\"comment\":{}}],[\"addinterval\",{\"_index\":99,\"name\":{\"133\":{},\"150\":{}},\"comment\":{}}],[\"addmonths\",{\"_index\":107,\"name\":{\"160\":{}},\"comment\":{}}],[\"amount\",{\"_index\":68,\"name\":{\"82\":{}},\"comment\":{}}],[\"arccos\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"arcsin\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"arctan\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"arctan2\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"aslocaldatetime\",{\"_index\":89,\"name\":{\"122\":{}},\"comment\":{}}],[\"aspackeddecimalnumber\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"atsessiontimezone\",{\"_index\":104,\"name\":{\"141\":{}},\"comment\":{}}],[\"attimezone\",{\"_index\":90,\"name\":{\"123\":{},\"142\":{}},\"comment\":{}}],[\"ceil\",{\"_index\":41,\"name\":{\"41\":{}},\"comment\":{}}],[\"close\",{\"_index\":80,\"name\":{\"96\":{},\"114\":{}},\"comment\":{}}],[\"compare\",{\"_index\":30,\"name\":{\"30\":{},\"57\":{},\"72\":{},\"89\":{},\"108\":{},\"124\":{},\"143\":{},\"162\":{}},\"comment\":{}}],[\"compareoptionalarguments\",{\"_index\":67,\"name\":{\"81\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":13,\"name\":{\"13\":{},\"53\":{},\"69\":{},\"90\":{},\"104\":{},\"120\":{},\"139\":{},\"156\":{}},\"comment\":{}}],[\"cos\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"createtemporary\",{\"_index\":74,\"name\":{\"88\":{},\"107\":{}},\"comment\":{}}],[\"daysbetween\",{\"_index\":109,\"name\":{\"163\":{}},\"comment\":{}}],[\"div\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"divide\",{\"_index\":60,\"name\":{\"64\":{},\"77\":{}},\"comment\":{}}],[\"e\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"equals\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"exp\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"floor\",{\"_index\":42,\"name\":{\"42\":{}},\"comment\":{}}],[\"freetemporary\",{\"_index\":81,\"name\":{\"97\":{},\"115\":{}},\"comment\":{}}],[\"fromnumber\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"fromnumberofdays\",{\"_index\":54,\"name\":{\"56\":{}},\"comment\":{}}],[\"fromnumberofyears\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"fromstring\",{\"_index\":8,\"name\":{\"8\":{},\"54\":{},\"70\":{},\"121\":{},\"140\":{},\"157\":{}},\"comment\":{}}],[\"fromtimezone\",{\"_index\":53,\"name\":{\"55\":{}},\"comment\":{}}],[\"getchunksize\",{\"_index\":75,\"name\":{\"91\":{},\"109\":{}},\"comment\":{}}],[\"getdata\",{\"_index\":82,\"name\":{\"98\":{},\"118\":{}},\"comment\":{}}],[\"getday\",{\"_index\":93,\"name\":{\"127\":{},\"146\":{},\"168\":{}},\"comment\":{}}],[\"getdays\",{\"_index\":55,\"name\":{\"58\":{}},\"comment\":{}}],[\"getdelegate\",{\"_index\":85,\"name\":{\"101\":{}},\"comment\":{}}],[\"getfractionalsecond\",{\"_index\":97,\"name\":{\"131\":{}},\"comment\":{}}],[\"gethour\",{\"_index\":94,\"name\":{\"128\":{},\"147\":{},\"169\":{}},\"comment\":{}}],[\"gethours\",{\"_index\":56,\"name\":{\"59\":{}},\"comment\":{}}],[\"getminute\",{\"_index\":95,\"name\":{\"129\":{},\"148\":{},\"170\":{}},\"comment\":{}}],[\"getminutes\",{\"_index\":57,\"name\":{\"60\":{}},\"comment\":{}}],[\"getmonth\",{\"_index\":92,\"name\":{\"126\":{},\"145\":{},\"167\":{}},\"comment\":{}}],[\"getmonths\",{\"_index\":66,\"name\":{\"74\":{}},\"comment\":{}}],[\"getsecond\",{\"_index\":96,\"name\":{\"130\":{},\"149\":{},\"171\":{}},\"comment\":{}}],[\"getseconds\",{\"_index\":58,\"name\":{\"61\":{}},\"comment\":{}}],[\"gettimezone\",{\"_index\":98,\"name\":{\"132\":{}},\"comment\":{}}],[\"getyear\",{\"_index\":91,\"name\":{\"125\":{},\"144\":{},\"166\":{}},\"comment\":{}}],[\"getyears\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"hypcos\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"hypsin\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"hyptan\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"ioracleclob\",{\"_index\":87,\"name\":{\"103\":{}},\"comment\":{}}],[\"ioracledate\",{\"_index\":105,\"name\":{\"155\":{}},\"comment\":{}}],[\"ioracleintervaldaytosecond\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"ioracleintervalyeartomonth\",{\"_index\":63,\"name\":{\"68\":{}},\"comment\":{}}],[\"ioracletimestamp\",{\"_index\":103,\"name\":{\"138\":{}},\"comment\":{}}],[\"ioracletimestamptz\",{\"_index\":88,\"name\":{\"119\":{}},\"comment\":{}}],[\"isint\",{\"_index\":37,\"name\":{\"37\":{}},\"comment\":{}}],[\"isopen\",{\"_index\":77,\"name\":{\"93\":{},\"111\":{}},\"comment\":{}}],[\"isoracleblob\",{\"_index\":86,\"name\":{\"102\":{}},\"comment\":{}}],[\"isoraclenumber\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"istemporary\",{\"_index\":78,\"name\":{\"94\":{},\"112\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":112,\"name\":{\"172\":{}},\"comment\":{}}],[\"iszero\",{\"_index\":38,\"name\":{\"38\":{}},\"comment\":{}}],[\"jsonid\",{\"_index\":113,\"name\":{\"173\":{}},\"comment\":{}}],[\"lastdayofmonth\",{\"_index\":110,\"name\":{\"164\":{}},\"comment\":{}}],[\"length\",{\"_index\":76,\"name\":{\"92\":{},\"110\":{}},\"comment\":{}}],[\"ln\",{\"_index\":34,\"name\":{\"34\":{}},\"comment\":{}}],[\"ln10\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"lob_readonly\",{\"_index\":72,\"name\":{\"86\":{},\"105\":{}},\"comment\":{}}],[\"lob_readwrite\",{\"_index\":73,\"name\":{\"87\":{},\"106\":{}},\"comment\":{}}],[\"log\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"mod\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"mul\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"multiply\",{\"_index\":61,\"name\":{\"65\":{},\"78\":{}},\"comment\":{}}],[\"neg\",{\"_index\":40,\"name\":{\"40\":{}},\"comment\":{}}],[\"nextday\",{\"_index\":111,\"name\":{\"165\":{}},\"comment\":{}}],[\"offset1\",{\"_index\":69,\"name\":{\"83\":{}},\"comment\":{}}],[\"offset2\",{\"_index\":70,\"name\":{\"84\":{}},\"comment\":{}}],[\"open\",{\"_index\":79,\"name\":{\"95\":{},\"113\":{}},\"comment\":{}}],[\"oracleblob\",{\"_index\":71,\"name\":{\"85\":{}},\"comment\":{}}],[\"oracleclob\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"oracledate\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"oracleintervaldaytosecond\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"oracleintervalyeartomonth\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"oraclenumber\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"oracletimestamp\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"oracletimestamptz\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"pi\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"power\",{\"_index\":33,\"name\":{\"33\":{}},\"comment\":{}}],[\"read\",{\"_index\":83,\"name\":{\"99\":{},\"116\":{}},\"comment\":{}}],[\"rounddigits\",{\"_index\":43,\"name\":{\"43\":{}},\"comment\":{}}],[\"roundplaces\",{\"_index\":44,\"name\":{\"44\":{}},\"comment\":{}}],[\"scale\",{\"_index\":47,\"name\":{\"47\":{}},\"comment\":{}}],[\"shift\",{\"_index\":45,\"name\":{\"45\":{}},\"comment\":{}}],[\"sign\",{\"_index\":39,\"name\":{\"39\":{}},\"comment\":{}}],[\"sin\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"sqrt\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"sub\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"subtract\",{\"_index\":59,\"name\":{\"63\":{},\"76\":{}},\"comment\":{}}],[\"subtractinterval\",{\"_index\":100,\"name\":{\"134\":{},\"151\":{}},\"comment\":{}}],[\"subtractintodaytosecond\",{\"_index\":102,\"name\":{\"136\":{},\"153\":{}},\"comment\":{}}],[\"subtractintoyeartomonth\",{\"_index\":101,\"name\":{\"135\":{},\"152\":{}},\"comment\":{}}],[\"sysdate\",{\"_index\":106,\"name\":{\"158\":{}},\"comment\":{}}],[\"tan\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"tojson\",{\"_index\":114,\"name\":{\"174\":{}},\"comment\":{}}],[\"tonumber\",{\"_index\":48,\"name\":{\"48\":{}},\"comment\":{}}],[\"tostring\",{\"_index\":49,\"name\":{\"49\":{},\"66\":{},\"79\":{},\"137\":{},\"154\":{},\"159\":{}},\"comment\":{}}],[\"tostringwithprecision\",{\"_index\":62,\"name\":{\"67\":{},\"80\":{}},\"comment\":{}}],[\"trunc\",{\"_index\":46,\"name\":{\"46\":{}},\"comment\":{}}],[\"write\",{\"_index\":84,\"name\":{\"100\":{},\"117\":{}},\"comment\":{}}],[\"zero\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/mle-js-plsqltypes/23ai/classes/JsonId.html b/docs/mle-js-plsqltypes/23ai/classes/JsonId.html new file mode 100644 index 0000000..ade4721 --- /dev/null +++ b/docs/mle-js-plsqltypes/23ai/classes/JsonId.html @@ -0,0 +1,124 @@ +JsonId | MLE PL/SQL Types (mle-js-plsqltypes)
    +
    + +
    +
    +
    + +
    +

    JsonId class is used to represent "_id" field in soda document

    + +

    Since

    Oracle 23.5

    +
    +
    +

    Hierarchy

    +
      +
    • Uint8Array +
        +
      • JsonId
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        length: number
      +

      Returns JsonId

    • + +
    • +
      +

      Parameters

      +
        +
      • +
        array: ArrayBufferLike | ArrayLike<number>
      +

      Returns JsonId

    • + +
    • +
      +

      Parameters

      +
        +
      • +
        buffer: ArrayBufferLike
      • +
      • +
        Optional byteOffset: number
      • +
      • +
        Optional length: number
      +

      Returns JsonId

    • + +
    • +
      +

      Parameters

      +
        +
      • +
        elements: Iterable<number>
      +

      Returns JsonId

    • + +
    • +

      Returns JsonId

    +
    +

    Methods

    +
    + +
      + +
    • +

      Returns string

    +
    +
    \ No newline at end of file diff --git a/docs/mle-js-plsqltypes/23ai/classes/OracleNumber.html b/docs/mle-js-plsqltypes/23ai/classes/OracleNumber.html index 1d493dc..25286ad 100644 --- a/docs/mle-js-plsqltypes/23ai/classes/OracleNumber.html +++ b/docs/mle-js-plsqltypes/23ai/classes/OracleNumber.html @@ -21,7 +21,9 @@

    Class OracleNumber

    Hierarchy

      -
    • OracleNumber
    +
  • OracleNumberOperators +
      +
    • OracleNumber
  • @@ -95,7 +97,8 @@

    Parameters

    • n: string | number
    -

    Returns OracleNumber

    +

    Returns OracleNumber

    Properties

    diff --git a/docs/mle-js-plsqltypes/23ai/index.html b/docs/mle-js-plsqltypes/23ai/index.html index 219c7b5..e809ab2 100644 --- a/docs/mle-js-plsqltypes/23ai/index.html +++ b/docs/mle-js-plsqltypes/23ai/index.html @@ -33,23 +33,13 @@

    Wrapping PL/SQL types in JavaScript

  • OracleIntervalDayToSecond
  • OracleIntervalYearToMonth
  • -

    In order to use the PL/SQL types module, it needs to be imported first. -If executed as a snippet in DBMS_MLE, a dynamic import needs to be used and wrapped within an async function:

    -
    const plsqltypes = await import('mle-js-plsqltypes');
    -
    -

    If used within MLE modules, the regular ECMAScript module import syntax can be used:

    -
    import plsqltypes from 'mle-js-plsqltypes';
    -

    The following example shows how to use the OracleNumber PL/SQL type to get an Oracle NUMBER from the MLE SQL driver and then add another Oracle NUMBER, namely 7, yielding the precise result of Oracle NUMBER arithmetic, 9007199254740999. -If we performed the same operation with regular JavaScript number objects, we'd get an imprecise result caused by IEEE floating point arithmetic, namely 9007199254741000.

    -
    const {oracledb} = await import('mle-js-oracledb');
    const OracleNumber = plsqltypes.OracleNumber;
    const conn = oracledb.defaultConnection();
    const query = "SELECT 9007199254740992 AS n FROM dual";
    const options = { fetchInfo: { N: { type: oracledb.ORACLE_NUMBER } } };
    const result = conn.execute(query, [], options);
    console.log(result.rows[0].N.add(new OracleNumber(7))); +If we performed the same operation with regular JavaScript number objects, we'd get an imprecise result caused by IEEE floating point arithmetic, namely 9007199254741000:

    +
    const query = "SELECT 9007199254740992 AS n FROM dual";
    const options = { fetchInfo: { N: { type: oracledb.ORACLE_NUMBER } } };
    const result = session.execute(query, [], options);
    console.log(result.rows[0].N.add(new OracleNumber(7)));
    -

    In the next example we import an Oracle TIMESTAMP WITH TIME ZONE from PL/SQL as OracleTimestampTZ and then add an OracleIntervalDayToSecond to it. -Note that if we had imported the time stamp with the default conversion (to JavaScript Date), the addInterval method would not exist as it is not available on the JavaScript Date type. -Plus, the precision would be limited to that of a JavaScript Date (millisecond precision) whereas OracleTimestampTZ can be configured to nanosecond precision if required.

    -
    const bindings = await import('mle-js-bindings');
    const OracleIntervalDayToSecond = plsqltypes.OracleIntervalDayToSecond;
    const interval = new OracleIntervalDayToSecond(5, 2, 33, 55, 0);
    var timestamp = bindings.importValue('timestamp', bindings.JSTypes.ORACLE_TIMESTAMP_TZ);
    console.log(timestamp);
    console.log(timestamp.addInterval(interval)); +

    In the next example we create an an OracleTimestamp and then add an OracleIntervalDayToSecond to it:

    +
    const timestamp = OracleTimestamp.fromString("2012-05-19", "YYYY-MM-DD");
    console.log("Timestamp: ", timestamp);
    const interval = new OracleIntervalDayToSecond(5, 2, 33, 55, 0);
    console.log("TimeStamp + Interval: ", timestamp.addInterval(interval));
    -

    Note that timestamp was previously exported from PL/SQL to MLE using dbms_mle.export_to_mle(ctx, 'timestamp', CURRENT_TIMESTAMP()).

    @@ -66,6 +67,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js-plsqltypes/23ai/variables/OracleClob.html b/docs/mle-js-plsqltypes/23ai/variables/OracleClob.html index 316d85d..dab0978 100644 --- a/docs/mle-js-plsqltypes/23ai/variables/OracleClob.html +++ b/docs/mle-js-plsqltypes/23ai/variables/OracleClob.html @@ -45,6 +45,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js-plsqltypes/23ai/variables/OracleDate.html b/docs/mle-js-plsqltypes/23ai/variables/OracleDate.html index cea9291..9794d29 100644 --- a/docs/mle-js-plsqltypes/23ai/variables/OracleDate.html +++ b/docs/mle-js-plsqltypes/23ai/variables/OracleDate.html @@ -45,6 +45,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalDayToSecond.html b/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalDayToSecond.html index fd24d73..d10e5c2 100644 --- a/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalDayToSecond.html +++ b/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalDayToSecond.html @@ -45,6 +45,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalYearToMonth.html b/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalYearToMonth.html index 7d2138d..acc3f66 100644 --- a/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalYearToMonth.html +++ b/docs/mle-js-plsqltypes/23ai/variables/OracleIntervalYearToMonth.html @@ -45,6 +45,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js-plsqltypes/23ai/variables/OracleTimestamp.html b/docs/mle-js-plsqltypes/23ai/variables/OracleTimestamp.html index 1f380b8..2752a54 100644 --- a/docs/mle-js-plsqltypes/23ai/variables/OracleTimestamp.html +++ b/docs/mle-js-plsqltypes/23ai/variables/OracleTimestamp.html @@ -45,6 +45,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js-plsqltypes/23ai/variables/OracleTimestampTZ.html b/docs/mle-js-plsqltypes/23ai/variables/OracleTimestampTZ.html index a7c828f..a59e327 100644 --- a/docs/mle-js-plsqltypes/23ai/variables/OracleTimestampTZ.html +++ b/docs/mle-js-plsqltypes/23ai/variables/OracleTimestampTZ.html @@ -45,6 +45,7 @@

    IOracleIntervalYearToMonth
  • IOracleTimestamp
  • IOracleTimestampTZ
  • +
  • JsonId
  • OracleBlob
  • OracleNumber
  • CompareOptionalArguments
  • diff --git a/docs/mle-js/23ai/index.html b/docs/mle-js/23ai/index.html index 66be1f2..8b0ebc1 100644 --- a/docs/mle-js/23ai/index.html +++ b/docs/mle-js/23ai/index.html @@ -38,7 +38,7 @@

    Global Symbols

    The following symbols exist in each JavaScript context in Oracle Database: