GLOB method

Where GLOB(
  1. String value
)

Implementation

Where GLOB(String value) {
  return _WhereOp(this, "GLOB", value);
}