glob method

SqlX glob(
  1. SqlX x
)

Implementation

SqlX glob(SqlX x) => SqlX("($str GLOB ${x.str})");