Class WhereParser
java.lang.Object
cool.scx.data.query.parser.WhereParser
WhereParser (只是一个帮助类, 实现可以选择性使用)
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetJunctionKeyWord(Junction junction) protected StringgetNotKeyWord(Not n) protected final WhereClauseprotected abstract WhereClauseparseBetween(Where where) protected abstract WhereClauseparseEqual(Where where) protected abstract WhereClauseprotected abstract WhereClauseparseJsonContains(Where where) protected final WhereClauseprotected abstract WhereClauseprotected WhereClauseprotected WhereClauseparseQuery(Query query) protected final WhereClauseprotected WhereClauseparseWhere(Where body) protected WhereClause
-
Constructor Details
-
WhereParser
public WhereParser()
-
-
Method Details
-
parse
-
parseString
-
parseWhereClause
-
parseJunction
-
getJunctionKeyWord
-
parseNot
-
getNotKeyWord
-
parseWhere
-
parseEqual
-
parseLike
-
parseIn
-
parseBetween
-
parseJsonContains
-
parseQuery
-
parseAll
-