public class FlagCriteriaItem extends CriteriaItem
| Modifier and Type | Class and Description |
|---|---|
static class |
FlagCriteriaItem.ContainsType
包含类型
|
| Modifier and Type | Method and Description |
|---|---|
FlagCriteriaItem.ContainsType |
getContainsType()
Gets the value of containsType
|
static FlagCriteriaItem |
getInstance(IColumn column,
FlagCriteriaItem.ContainsType containsType,
long value)
获取实例
|
PrepareStatement |
getPrepareStatement(boolean useAlias)
获取预查询SQL对象
|
void |
setContainsType(FlagCriteriaItem.ContainsType containsType)
Sets the containsType
|
and, getBetweenInstance, getColumn, getColumnCompareInstance, getMultiValueInstance, getNoValueInstance, getOperator, getSecondColumn, getSecondValue, getSingleValueInstance, getValue, getValueType, orequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrepareStatementpublic static FlagCriteriaItem getInstance(IColumn column, FlagCriteriaItem.ContainsType containsType, long value)
column - 列containsType - 包含类型value - 位long值public PrepareStatement getPrepareStatement(boolean useAlias)
PrepareStatementSuppliergetPrepareStatement in interface PrepareStatementSuppliergetPrepareStatement in class CriteriaItemuseAlias - 是否使用别名public FlagCriteriaItem.ContainsType getContainsType()
public void setContainsType(FlagCriteriaItem.ContainsType containsType)
You can use getContainsType() to get the value of containsType
containsType - containsTypeCopyright © 2020 IBIT程序猿. All rights reserved.