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方言实现
|
ai.yue.library.data.jdbc.config |
data-jdbc自动配置项
|
ai.yue.library.data.jdbc.config.properties |
Modifier and Type | Method and Description |
---|---|
JdbcProperties |
DbBase.getJdbcProperties() |
Modifier and Type | Method and Description |
---|---|
JdbcProperties |
Dialect.getJdbcProperties()
Db可配置属性
|
Modifier and Type | Method and Description |
---|---|
void |
Dialect.setJdbcProperties(JdbcProperties jdbcProperties)
设置Db可配置属性
|
Modifier and Type | Field and Description |
---|---|
protected JdbcProperties |
AnsiDialect.jdbcProperties |
Constructor and Description |
---|
AnsiDialect(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate,
JdbcProperties jdbcProperties) |
DmDialect(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate,
JdbcProperties jdbcProperties) |
MysqlDialect(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate,
JdbcProperties jdbcProperties) |
PostgresqlDialect(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate,
JdbcProperties jdbcProperties) |
Modifier and Type | Method and Description |
---|---|
Db |
JdbcAutoConfig.db(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate,
JdbcProperties jdbcProperties) |
Modifier and Type | Method and Description |
---|---|
JdbcProperties |
JdbcProperties.clone() |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.