withSchema method

StoredProcedureBuilder withSchema(
  1. String schema
)

Implementation

StoredProcedureBuilder withSchema(String schema) {
  _schema = schema;
  return this;
}