接口 ISqlSegment
- 所有超级接口:
Serializable
- 所有已知实现类:
AbstractISegmentList
,AbstractLambdaWrapper
,AbstractWrapper
,GroupBySegmentList
,HavingSegmentList
,LambdaQueryWrapper
,LambdaUpdateWrapper
,MergeSegments
,NormalSegmentList
,OrderBySegmentList
,QueryWrapper
,SqlKeyword
,UpdateWrapper
,Wrapper
,WrapperKeyword
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface public interface ISqlSegment extends Serializable
SQL 片段接口
- 从以下版本开始:
- 2018-05-28
- 作者:
- hubin miemie HCL
-
方法概要
修饰符和类型 方法 说明 String
getSqlSegment()
SQL 片段
-
方法详细资料
-
getSqlSegment
String getSqlSegment()SQL 片段
-