public class FlagCriteriaItem extends CriteriaItem
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FlagCriteriaItem.ContainsType
包含类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
IColumn |
getColumn()
Gets the value of column
|
FlagCriteriaItem.ContainsType |
getContainsType()
Gets the value of containsType
|
static FlagCriteriaItem |
getInstance(IColumn column,
FlagCriteriaItem.ContainsType containsType,
long value)
获取实例
|
PrepareStatement |
getPrepareStatement(boolean useAlias)
获取预查询SQL对象
|
long |
getValue()
Gets the value of value
|
void |
setContainsType(FlagCriteriaItem.ContainsType containsType)
Sets the containsType
You can use getContainsType() to get the value of containsType
|
and, orgetPrepareStatementpublic static FlagCriteriaItem getInstance(IColumn column, FlagCriteriaItem.ContainsType containsType, long value)
column - 列containsType - 包含类型value - 位long值public PrepareStatement getPrepareStatement(boolean useAlias)
PrepareStatementSupplieruseAlias - 是否使用别名public FlagCriteriaItem.ContainsType getContainsType()
public void setContainsType(FlagCriteriaItem.ContainsType containsType)
You can use getContainsType() to get the value of containsType
containsType - containsTypepublic IColumn getColumn()
public long getValue()
Copyright © 2020 IBIT程序猿. All rights reserved.