您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
B
C
D
E
F
G
H
I
M
N
O
P
S
U
V
W
B
BACK_ESCAPE
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
反引号反义处理
build(String, String, String, String)
- 类 中的方法cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
C
cn.org.atool.fluent.mybatis.metadata
- 程序包 cn.org.atool.fluent.mybatis.metadata
cn.org.atool.fluent.mybatis.metadata.feature
- 程序包 cn.org.atool.fluent.mybatis.metadata.feature
copy()
- 类 中的方法cn.org.atool.fluent.mybatis.metadata.feature.
DbFeature
拷贝特性设置
D
D_QUOTATION_ESCAPE
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
双引号反义处理
DB2_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
DB2语法分页
DbFeature
-
cn.org.atool.fluent.mybatis.metadata.feature
中的类
数据库特性
DbFeature(String, String)
- 类 的构造器cn.org.atool.fluent.mybatis.metadata.feature.
DbFeature
DbFeature(String, PagedFormat)
- 类 的构造器cn.org.atool.fluent.mybatis.metadata.feature.
DbFeature
DbFeatures
-
cn.org.atool.fluent.mybatis.metadata
中的接口
不同数据库的特性描述
DbType
-
cn.org.atool.fluent.mybatis.metadata
中的枚举
DbType 数据库类型
dbType(String)
- 枚举 中的静态方法cn.org.atool.fluent.mybatis.metadata.
DbType
根据配置查找对应的数据库类型
DERBY_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
Derby分页
DF_CLICK_HOUSE
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_DB2
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_DERBY
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_FIREBIRD
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_H2
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_HSQLDB
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_INFORMIX
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_MARIADB
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_MYSQL
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_ORACLE
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_ORACLE12
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_POSTGRE_SQL
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_SQL_SERVER2005
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_SQL_SERVER2012
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
DF_SQLITE
- 接口 中的静态变量cn.org.atool.fluent.mybatis.metadata.
DbFeatures
E
EscapeExpress
-
cn.org.atool.fluent.mybatis.metadata.feature
中的类
数据库反义符定义
EscapeExpress(String)
- 类 的构造器cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
F
feature
- 枚举 中的变量cn.org.atool.fluent.mybatis.metadata.
DbType
FIREBIRD_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
firebird语法分页
format
- 类 中的变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
G
getDbType(String, String)
- 枚举 中的静态方法cn.org.atool.fluent.mybatis.metadata.
DbType
判断数据库类型
getPagedFormat()
- 类 中的方法cn.org.atool.fluent.mybatis.metadata.feature.
DbFeature
H
HSQLDB_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
HSQL分页
I
INFORMIX_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
Informix分页
M
MYSQL_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
MYSQL语法分页
N
NONE_ESCAPE
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
无反义处理
O
ORACLE12_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
ORACLE12语法分页
ORACLE_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
Oracle 11g and less 语法分页
P
paged(String, String, String, String)
- 枚举 中的方法cn.org.atool.fluent.mybatis.metadata.
DbType
根据数据库类型组装分页语句
PagedFormat
-
cn.org.atool.fluent.mybatis.metadata.feature
中的类
各类型数据库的分页方式 格式由4个变量组成, 其中{query}是必须变量, {offset}/{size}/{end} 这3个量选2个 o {query}, 查询sql语句主体 o {offset}, 分页开始位移 o {size}, 分页查询数量 o {end}, 分页结束位移
PagedFormat(String)
- 类 的构造器cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
PG_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
PG语法分页
S
S_QUOTATION_ESCAPE
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
单引号反义处理
setEscapeExpress(String)
- 枚举 中的方法cn.org.atool.fluent.mybatis.metadata.
DbType
设置数据库字段的反义处理
setPagedFormat(String)
- 枚举 中的方法cn.org.atool.fluent.mybatis.metadata.
DbType
设置数据库分页处理语法规则
SQLSERVER2005_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
sql server 2005分页
SQLSERVER2012_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
sql server 2012分页
SQUARE_BRACKETS_ESCAPE
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
方括号反义处理
U
UN_SUPPORT_LIMIT
- 类 中的静态变量cn.org.atool.fluent.mybatis.metadata.feature.
PagedFormat
不支持分页
unwrap(String)
- 枚举 中的方法cn.org.atool.fluent.mybatis.metadata.
DbType
去掉转义符
unwrap(String)
- 类 中的方法cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
去掉转义符
V
valueOf(String)
- 枚举 中的静态方法cn.org.atool.fluent.mybatis.metadata.
DbType
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法cn.org.atool.fluent.mybatis.metadata.
DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
wrap(String)
- 枚举 中的方法cn.org.atool.fluent.mybatis.metadata.
DbType
数据库字段用反义符包起来
wrap(String)
- 类 中的方法cn.org.atool.fluent.mybatis.metadata.feature.
EscapeExpress
B
C
D
E
F
G
H
I
M
N
O
P
S
U
V
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2021. All rights reserved.