interface BindParamOptions {
    bindParam(value: unknown): string;
}

Methods

Methods