toSql method

String toSql(
  1. Statement st
)

Implementation

String toSql(Statement st) {
  return "`$_clnName` = (${_val.toSql(st)})";
}