SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface MySqlStoreProcedureDefinition

    interface MySqlStoreProcedureDefinition {
        name: string;
        routineType?: MySqlRoutineType;
        arguments?: string[];
        returns?: string;
        characteristics?: string[];
        body: string;
        replace?: boolean;
    }
    Index

    Properties

    name: string
    routineType?: MySqlRoutineType
    arguments?: string[]
    returns?: string
    characteristics?: string[]
    body: string
    replace?: boolean