notEqual method

SqlX notEqual(
  1. SqlX x
)

Implementation

SqlX notEqual(SqlX x) => SqlX("($str != ${x.str})");