bool isSqlOperator(String string) { return ['=', '>', '<', '>=', '<=', '!=', '<>', 'LIKE'].contains(string); }