toSql function

String toSql(
  1. ColumnConditionOper oper
)

Implementation

String toSql(ColumnConditionOper oper) {
  return _sql[oper.index];
}