JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Class
Description
AbstractConditionalBuilder
<
B
extends
ConditionalBuilder
<
B
,
T
>,
T
extends
SQLAction
<?>>
AbstractSQLAction
<
T
>
AbstractSQLBuilder
ConditionalBuilder
<
B
extends
ConditionalBuilder
<
B
,
T
>,
T
extends
SQLAction
<?>>
DefaultSQLExceptionHandler
DeleteBuilder
DeleteBuilderImpl
EasySQL
ForeignKeyRule
IndexType
InsertBuilder
<
T
extends
SQLAction
<?>>
InsertBuilderImpl
<
T
extends
SQLAction
<?>>
NumberType
PreparedQueryAction
PreparedQueryActionImpl
PreparedSQLBatchUpdateActionImpl
PreparedSQLUpdateAction
PreparedSQLUpdateActionImpl
PreparedSQLUpdateBatchAction
QueryAction
SQLQueryAction 是用于承载SQL查询语句并进行处理、返回并自动关闭连接的基本类。
QueryActionImpl
QueryBuilder
QueryBuilderImpl
ReplaceBuilder
<
T
extends
SQLAction
<?>>
REPLACE 语句用于将一组值更新进数据表中。
ReplaceBuilderImpl
<
T
extends
SQLAction
<?>>
SQLAction
<
T
>
SQLAction 是用于承载SQL语句并进行处理、返回的基本类。
SQLBuilder
SQLBuilder 是用于构建SQL语句以生成SQLAction执行操作的中间类。
SQLExceptionHandler
SQLFunction
<
T
,
R
>
SQLHandler
<
T
>
SQLManager
SQLManagerImpl
SQLQuery
SQLQueryImpl
SQLUpdateAction
SQLUpdateActionImpl
SQLUpdateBatchAction
SQLUpdateBatchActionImpl
StatementUtil
TableAlterBuilder
TableAlterBuilderImpl
TableCreateBuilder
TableCreateBuilderImpl
TableQueryBuilder
TableQueryBuilderImpl
TimeDateUtils
UpdateBuilder
UpdateBuilderImpl
UpsertBuilder
Deprecated.
UUIDUtil