类 ConditionColumnElement
java.lang.Object
cn.featherfly.common.db.builder.model.AbstractSqlElement
cn.featherfly.common.db.builder.model.ColumnElement
cn.featherfly.common.db.builder.model.ParamedColumnElement
cn.featherfly.common.db.builder.model.ConditionColumnElement
- 所有已实现的接口:
SqlElement
public class ConditionColumnElement extends ParamedColumnElement
condition column element
-
字段概要
从类继承的字段 cn.featherfly.common.db.builder.model.ParamedColumnElement
param从类继承的字段 cn.featherfly.common.db.builder.model.ColumnElement
name, tableAlias从类继承的字段 cn.featherfly.common.db.builder.model.AbstractSqlElement
dialect -
构造器概要
构造器 构造器 说明 ConditionColumnElement(Dialect dialect, java.lang.String name, java.lang.Object value, cn.featherfly.common.repository.operate.QueryOperator queryOperator)ConditionColumnElement(Dialect dialect, java.lang.String name, java.lang.Object value, cn.featherfly.common.repository.operate.QueryOperator queryOperator, java.lang.String tableAlias) -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoSql()toSql从类继承的方法 cn.featherfly.common.db.builder.model.ParamedColumnElement
getParam, setParam从类继承的方法 cn.featherfly.common.db.builder.model.ColumnElement
getName, getTableAlias, setName, setTableAlias从类继承的方法 cn.featherfly.common.db.builder.model.AbstractSqlElement
getDialect, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
构造器详细资料
-
ConditionColumnElement
public ConditionColumnElement(Dialect dialect, java.lang.String name, java.lang.Object value, cn.featherfly.common.repository.operate.QueryOperator queryOperator)- 参数:
dialect- dialectname- namevalue- param valuequeryOperator- queryOperator
-
ConditionColumnElement
public ConditionColumnElement(Dialect dialect, java.lang.String name, java.lang.Object value, cn.featherfly.common.repository.operate.QueryOperator queryOperator, java.lang.String tableAlias)- 参数:
dialect- dialectname- nametableAlias- tableAliasvalue- param valuequeryOperator- queryOperator
-
-
方法详细资料
-
toSql
public java.lang.String toSql()toSql- 指定者:
toSql在接口中SqlElement- 覆盖:
toSql在类中ColumnElement- 返回:
- sql
-