Searched refs:DIVIDER (Results 1 – 1 of 1) sorted by relevance
160 private static final char DIVIDER = '|'; field in ConversationMessageData183 return inputString.split("\\" + DIVIDER); in splitUnquotedString()235 Assert.isTrue((peekAhead == DIVIDER) || (peekAhead == (char) 0)); in splitQuotedString()679 return "group_concat(" + column + ", '" + DIVIDER + "')"; in makeGroupConcatString()