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

    Interface IExecuteArgs

    Interface for representing execute 's argument.

    Oracle 23.5

    interface IExecuteArgs {
        statement: string;
        values: [];
    }
    Index

    Properties

    Properties

    statement: string

    The sql text of the statement to be executed.

    values: []

    An array that contains bind values.