interface BindParamOptions {
    bindParam(value): string;
}

Methods

Methods