Searched refs:sqlCondition (Results 1 – 1 of 1) sorted by relevance
20 String sqlCondition = TkoUtils.getSqlCondition(condition); in getCondition() local21 sqlCondition = TkoUtils.joinWithParens(" AND ", sqlCondition, getPartialSqlCondition()); in getCondition()22 condition.put("extra_where", new JSONString(sqlCondition)); in getCondition()