B C F G H I L O S V W
B
- build() - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlBuilder
-
构建出 SQL
C
- com.github.houbb.sql.budiler.api - 程序包 com.github.houbb.sql.budiler.api
-
F
- from(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
G
- groupBy(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
H
- having(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
I
- ISqlBuilder - com.github.houbb.sql.budiler.api中的接口
-
- ISqlSelectBuilder - com.github.houbb.sql.budiler.api中的接口
-
查询构建
CRUD 优先,DDL 基本不会经常出现。
- ISqlValidator - com.github.houbb.sql.budiler.api中的接口
-
L
- limit(int, int) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
- limit(int) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
O
- orderBy(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
S
- select(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
- setSqlValidator(ISqlValidator) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlBuilder
-
设置校验策略
V
- valid() - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlBuilder
-
校验
- valid(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlValidator
-
sql 是否合法
W
- where(String) - 接口 中的方法com.github.houbb.sql.budiler.api.ISqlSelectBuilder
-
B C F G H I L O S V W
Copyright © 2024. All rights reserved.