接口 Eq<Children>
- 类型参数:
Children- 继承的类型
- 所有已知子接口:
Condition<Children>
public interface Eq<Children>
等于
- 从以下版本开始:
- 0.0.2
- 作者:
- zeng
-
方法详细资料
-
eq
等于- 参数:
field- 字段名value- 值- 返回:
- 具体实现
-
eq
等于- 参数:
condition- 是否应用条件field- 字段名value- 值- 返回:
- 具体实现
-
eq
等于- 参数:
field- 字段枚举value- 值- 返回:
- 具体实现
-
eq
等于- 参数:
condition- 是否应用条件field- 字段枚举value- 值- 返回:
- 具体实现
-
eq
等于- 参数:
tableAlias- 字段表别名field- 字段枚举value- 值- 返回:
- 具体实现
-
eq
等于- 参数:
condition- 是否应用条件tableAlias- 字段表别名field- 字段枚举value- 值- 返回:
- 具体实现
-
eqSql
字段 = ( sql语句 )例1: eqSql("id", "select id from table where name = 'JunJun'")
- 参数:
field- 字段名sqlValue- sql语句- 返回:
- 具体实现
-
eqSql
字段 = ( sql语句 )例1: eqSql("id", "select id from table where name = 'JunJun'")
- 参数:
condition- 条件field- 字段名sqlValue- sql语句- 返回:
- 具体实现
-
eqSql
字段 = ( sql语句 )例1: eqSql("id", "select id from table where name = 'JunJun'")
- 参数:
field- 字段名sqlValue- sql语句- 返回:
- 具体实现
-
eqSql
字段 = ( sql语句 )例1: eqSql("id", "select id from table where name = 'JunJun'")
- 参数:
condition- 条件field- 字段名sqlValue- sql语句- 返回:
- 具体实现
-
eqSql
字段 = ( sql语句 )例1: eqSql("id", "select id from table where name = 'JunJun'")
- 参数:
tableAlias- 字段表别名field- 字段名sqlValue- sql语句- 返回:
- 具体实现
-
eqSql
字段 = ( sql语句 )例1: eqSql("id", "select id from table where name = 'JunJun'")
- 参数:
condition- 条件tableAlias- 字段表别名field- 字段名sqlValue- sql语句- 返回:
- 具体实现
-