Package | Description |
---|---|
ai.yue.library.data.jdbc.client |
JDBC客户端Db
|
ai.yue.library.data.jdbc.client.dialect |
SQL方言
|
ai.yue.library.data.jdbc.client.dialect.impl |
SQL方言实现
|
Modifier and Type | Field and Description |
---|---|
protected Dialect |
DbBase.dialect |
Constructor and Description |
---|
Db(Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
Dialect |
Dialect.cloneDialect()
克隆方言
|
Modifier and Type | Class and Description |
---|---|
class |
AnsiDialect
ANSI SQL
|
class |
DmDialect
DM_SQL(达梦数据库)方言
|
class |
MysqlDialect
MySQL方言
|
class |
PostgresqlDialect
PostgreSQL方言
|
Modifier and Type | Method and Description |
---|---|
Dialect |
DmDialect.cloneDialect() |
Dialect |
MysqlDialect.cloneDialect() |
Dialect |
AnsiDialect.cloneDialect() |
Dialect |
PostgresqlDialect.cloneDialect() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.