Interface for the result of getStatementInfo().

Hierarchy

  • IStatementInfo

Properties

bindNames: string[]

Array of strings corresponding to the unique names of the bind variables used in the SQL statement.

metaData?: IMetaData[]

Array containing properties equivalent to those in extendedMetaData on execute(). This property exists only for queries.

statementType: number

Integer corresponding to one of the mle-js-oracledb SQL Statement Type Constants, e.g. STMT_TYPE_SELECT.