| Package | Description |
|---|---|
| com.dynamic.sql.context.properties | |
| com.dynamic.sql.datasource | |
| com.dynamic.sql.enums | |
| com.dynamic.sql.plugins.schema | |
| com.dynamic.sql.plugins.schema.impl | |
| com.dynamic.sql.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaProperties.setDatabaseProductVersion(DbType dbType,
String databaseProductVersion) |
| Modifier and Type | Method and Description |
|---|---|
DbType |
DataSourceMeta.getDbType() |
static DbType |
DataSourceUtils.matchDbType(String jdbcUrl) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataSourceUtils.initDataSource(DataSourceMapping dataSourceMapping,
DbType dbType,
String schema,
String version)
初始化已知数据源
|
static String |
DataSourceUtils.matchSchema(Set<DbSchemaMatcher> dbSchemaMatchers,
DbType dbType,
String url) |
void |
DataSourceMeta.setDbType(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
static DbType |
DbType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbType[] |
DbType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DbSchemaMatcher.supports(DbType dbType)
判断该实现类是否支持给定的 SQL 方言(数据库类型)。
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleSchemaMatcher.supports(DbType dbType) |
boolean |
MysqlSchemaMatcher.supports(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
SqlUtils.databaseProductVersion(DbType dbType,
String databaseProductVersion) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.