类 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.String build()
    ConditionColumnElement getConditionColumnElement()
    返回conditionColumnElement
    java.lang.Object getParamValue()

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • getConditionColumnElement

      public ConditionColumnElement 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