接口 | 说明 |
---|---|
Dialect |
方言,用于处理数据库之间差异的接口
|
DialectProvider |
类 | 说明 |
---|---|
AbstractDialect |
AbstractDialect 现在是名副其实的AbstractDialect
其他请移步DefaultDialect
|
AccessDialect | |
ADSDialect |
阿里ADS适配
ADS不支持 select * (query) limit x, 且 query limit 0返回的元数据字段类型错误, 需要limit 1
测试环境上获取到的版本信息如下, 不在DialectProviderImpl里添加了
The productName is :MySQL, productVersion version is :5.1.31-mysql-ads
the database majorversion is :5
the database minerversion is :1
|
ASEDialect | |
CacheDialect | |
CubridDialect | |
DB2Dialect | |
DB2V10Dialect |
Created by sunmondong on 2017/11/21.
|
DB2V6Dialect | |
DB2V7Dialect | |
DB2V8Dialect | |
DB2V9Dialect |
Created by sunmondong on 2017/11/21.
|
DefaultDialect | |
DerbyDialect | |
DialectFactory | |
DialectFetchTableViewKey | |
DialectProviderImpl |
DialectFactory反射加载
|
DmDialect | |
FireBirdDialect |
Created by Chase on 2017/11/6.
|
GBase8aDialect |
Created by Handsome on 2017/12/29 0029 14:02
|
GBase8sDialect | |
GBase8tDialect |
Created by Handsome on 2017/12/31 0031 21:59
|
GreenplumDialect | |
H2Dialect | |
HanaDialect | |
HiveDialect | |
HSQLDialect | |
HuaWeiHiveDialect | |
ImpalaDialect |
Created by Yurl on 2018/8/21.
|
InformixDialect |
Created by lp on 2016/3/1.
|
IngresDialect |
Created by Chase on 2017/11/6.
|
KingbaseDialect |
Created by Handsome on 2017/12/20 0020 14:21
|
KylinDialect |
Created by Chase on 2017/11/6.
|
MariaDialect |
Created by Chase on 2017/11/6.
|
MSSQL2000Dialect | |
MSSQL2005Dialect | |
MSSQL2008Dialect | |
MSSQL2012Dialect | |
MSSQLDialect | |
MySQL5Dialect |
Created by loy on 2018/7/20.
|
MySQLDialect | |
OdpsDialect | |
Oracle10gDialect | |
Oracle8iDialect | |
Oracle9Dialect |
Created by XiaXiang on 2018/7/25.
|
OracleDialect | |
PhoenixDialect | |
PostgreSQLDialect | |
PrestoDialect |
Created by Lyon on 2018/1/12.
|
RapidsDialect |
Created by pony on 2018/1/23.
|
RedShiftDialect |
AWS Redshift适配
直连部分验证下来和pgsql一致, 不另外修改key
The productName is :PostgreSQL, productVersion version is :08.00.0002
the database majorversion is :8
the database minerversion is :0
the driverName is :RedshiftJDBC
|
SchemaDialect |
所有具有Schema的数据库的方言,直接继承这个SchemaDialect
|
SQLiteDialect |
Coder: zack
Date: 2016/11/21
Time: 9:00
|
Sybase12Dot5Dialect | |
SybaseDialect | |
TableViewParameter | |
TeradataDialect | |
TranswarpDialect |
Created by sunmondong on 2018/9/19.
|
TypeUtils |
数据库字段类型的工具类
|
VerticaDialect |
枚举 | 说明 |
---|---|
TriggerAction |
Created by richie on 16/6/17.
|