concat method

SqlX concat(
  1. SqlX x
)

Implementation

SqlX concat(SqlX x) => SqlX("($str || ${x.str})");