程序包 | 说明 |
---|---|
com.fr.data.core.db.dialect |
限定符和类型 | 类和说明 |
---|---|
class |
AccessDialect |
class |
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
|
class |
ASEDialect |
class |
CacheDialect |
class |
CubridDialect |
class |
DB2Dialect |
class |
DB2V10Dialect
Created by sunmondong on 2017/11/21.
|
class |
DB2V6Dialect |
class |
DB2V7Dialect |
class |
DB2V8Dialect |
class |
DB2V9Dialect
Created by sunmondong on 2017/11/21.
|
class |
DefaultDialect |
class |
DerbyDialect |
class |
DmDialect |
class |
FireBirdDialect
Created by Chase on 2017/11/6.
|
class |
GBase8aDialect
Created by Handsome on 2017/12/29 0029 14:02
|
class |
GBase8sDialect |
class |
GBase8tDialect
Created by Handsome on 2017/12/31 0031 21:59
|
class |
GreenplumDialect |
class |
H2Dialect |
class |
HanaDialect |
class |
HiveDialect |
class |
HSQLDialect |
class |
HuaWeiHiveDialect |
class |
ImpalaDialect
Created by Yurl on 2018/8/21.
|
class |
InformixDialect
Created by lp on 2016/3/1.
|
class |
IngresDialect
Created by Chase on 2017/11/6.
|
class |
KingbaseDialect
Created by Handsome on 2017/12/20 0020 14:21
|
class |
KylinDialect
Created by Chase on 2017/11/6.
|
class |
MariaDialect
Created by Chase on 2017/11/6.
|
class |
MSSQL2000Dialect |
class |
MSSQL2005Dialect |
class |
MSSQL2008Dialect |
class |
MSSQL2012Dialect |
class |
MSSQLDialect |
class |
MySQL5Dialect
Created by loy on 2018/7/20.
|
class |
MySQLDialect |
class |
OdpsDialect |
class |
Oracle10gDialect |
class |
Oracle8iDialect |
class |
Oracle9Dialect
Created by XiaXiang on 2018/7/25.
|
class |
OracleDialect |
class |
PhoenixDialect |
class |
PostgreSQLDialect |
class |
PrestoDialect
Created by Lyon on 2018/1/12.
|
class |
RapidsDialect
Created by pony on 2018/1/23.
|
class |
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
|
class |
SchemaDialect
所有具有Schema的数据库的方言,直接继承这个SchemaDialect
|
class |
SQLiteDialect
Coder: zack
Date: 2016/11/21
Time: 9:00
|
class |
Sybase12Dot5Dialect |
class |
SybaseDialect |
class |
TeradataDialect |
class |
TranswarpDialect
Created by sunmondong on 2018/9/19.
|
class |
VerticaDialect |