Class WhereParser
java.lang.Object
cool.scx.data.query.parser.WhereParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetLogicKeyWord(LogicType logicType) getWhereKeyWord(WhereType whereType) protected final WhereClauseprotected abstract WhereClauseparseBetween(Where where) protected abstract WhereClauseparseEqual(Where where) protected abstract WhereClauseprotected abstract WhereClauseparseIsNull(Where where) protected abstract WhereClauseparseJsonContains(Where where) protected abstract WhereClauseprotected final WhereClauseparseLogic(Logic l) protected WhereClauseparseQuery(Query query) protected final WhereClauseprotected WhereClauseparseWhere(Where body) protected WhereClause
-
Constructor Details
-
WhereParser
public WhereParser()
-
-
Method Details
-
parse
-
parseString
-
parseWhereClause
-
parseLogic
-
getLogicKeyWord
-
parseWhere
-
parseIsNull
-
parseEqual
-
parseLike
-
parseIn
-
parseBetween
-
parseJsonContains
-
parseQuery
-
parseAll
-
getWhereKeyWord
-