Package | Description |
---|---|
ai.yue.library.data.jdbc.client.dialect |
SQL方言
|
ai.yue.library.data.jdbc.client.dialect.impl |
SQL方言实现
|
Modifier and Type | Method and Description |
---|---|
DialectNameEnum |
Dialect.dialectName()
方言名
|
static DialectNameEnum |
DialectNameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialectNameEnum[] |
DialectNameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DialectNameEnum |
DmDialect.dialectName() |
DialectNameEnum |
MysqlDialect.dialectName() |
DialectNameEnum |
AnsiDialect.dialectName() |
DialectNameEnum |
PostgresqlDialect.dialectName() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.