public class TableXMLPrinter extends Object
Here I provide a tool to generate these configurations for all the tables in single one database.
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
isPrintSchema
Whether printing the runtimeSchema.
|
| Constructor and Description |
|---|
TableXMLPrinter() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
print(String propertiesFile,
String... dbSchemaArray)
loop the dbSchemaArray and print.
|
static List<String> |
printTables(String schema,
String driver,
String url,
String user,
String password)
print single one database(scheme).
|
protected static boolean isPrintSchema
public static List<String> print(String propertiesFile, String... dbSchemaArray) throws IOException
dbSchemaArray - database schema array.IOExceptionCopyright © 2021. All rights reserved.