kysely
    Preparing search index...

    Interface TediousRequestClass

    interface TediousRequestClass {
        new TediousRequestClass(
            sqlTextOrProcedure: undefined | string,
            callback: (error?: null | Error, rowCount?: number, rows?: any) => void,
            options?: { statementColumnEncryptionSetting?: any },
        ): TediousRequest;
    }
    Index

    Constructors

    Constructors

    • Parameters

      • sqlTextOrProcedure: undefined | string
      • callback: (error?: null | Error, rowCount?: number, rows?: any) => void
      • Optionaloptions: { statementColumnEncryptionSetting?: any }

      Returns TediousRequest