类 SqlConditionExpression
java.lang.Object
cn.featherfly.common.db.builder.dml.SqlConditionExpression
- 所有已实现的接口:
SqlBuilder,cn.featherfly.common.repository.builder.Builder,cn.featherfly.common.repository.builder.dml.Expression,cn.featherfly.common.repository.builder.dml.ParamedExpression
public class SqlConditionExpression extends java.lang.Object implements cn.featherfly.common.repository.builder.dml.ParamedExpression, SqlBuilder
sql condition expression sql 条件表达式
-
方法概要
修饰符和类型 方法 说明 java.lang.Stringbuild()ConditionColumnElementgetConditionColumnElement()返回conditionColumnElementjava.lang.ObjectgetParamValue()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
getConditionColumnElement
返回conditionColumnElement- 返回:
- conditionColumnElement
-
getParamValue
public java.lang.Object getParamValue()- 指定者:
getParamValue在接口中cn.featherfly.common.repository.builder.dml.ParamedExpression
-
build
public java.lang.String build()- 指定者:
build在接口中cn.featherfly.common.repository.builder.Builder- 指定者:
build在接口中cn.featherfly.common.repository.builder.dml.Expression
-