public class DDLCreateUtils extends Object
| Constructor and Description |
|---|
DDLCreateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
toCreateDDL(Dialect dialect,
Table... tables)
Transfer tables to DDL by given dialect and without format it, if want
get a formatted DDL, use DDLFormatter.format(DDLs) method to format it
|
Copyright © 2017. All rights reserved.