| Package | Description |
|---|---|
| cn.cliveyuan.robin.base.condition |
| Modifier and Type | Method and Description |
|---|---|
static SqlKeyword |
SqlKeyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlKeyword[] |
SqlKeyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedCriteria.addCriterion(R column,
SqlKeyword sqlKeyword) |
protected void |
GeneratedCriteria.addCriterion(R column,
SqlKeyword sqlKeyword,
Object value) |
protected void |
GeneratedCriteria.addCriterion(R column,
SqlKeyword sqlKeyword,
Object value1,
Object value2) |
protected void |
GeneratedCriteria.addLikeCriterion(SqlKeyword sqlKeyword,
SqlLike sqlLike,
Object value,
R column) |
String |
GeneratedCriteria.contactCondition(String columnName,
SqlKeyword sqlKeyword) |
Copyright © 2021. All rights reserved.