| Package | Description |
|---|---|
| com.centit.support.database.ddl | |
| com.centit.support.database.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2DDLOperations |
class |
GeneralDDLOperations |
class |
H2DDLOperations
使用H2数据库时请打开MySql兼容模式
jdbc:h2: <url>;MODE=<databaseType>
MODE=MySQL:兼容模式,H2兼容多种数据库,
该值可以为:DB2、Derby、HSQLDB、MSSQLServer、MySQL、Oracle、PostgreSQL
|
class |
MySqlDDLOperations |
class |
OracleDDLOperations |
class |
PostgreSqlDDLOperations |
class |
SqlSvrDDLOperations |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
DDLUtils.makeAlterTableSqlList(TableInfo newTable,
TableInfo oldTable,
DBType dbType,
DDLOperations ddlOpt) |
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.