MLE SQL Driver(mle-js-oracledb-common)
    Preparing search index...

    Interface IGetCollectionNameOptions

    SodaDatabase.getCollectionNames() options.

    interface IGetCollectionNameOptions {
        limit?: number;
        startsWith?: string;
    }
    Index

    Properties

    Properties

    limit?: number
    startsWith?: string