public class DBSchemaHandler extends SMYLDObject
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
DBSchemaHandler(DBConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(HashMap<String,String> tables,
String xmlFileName) |
void |
generateSchemaDocument(HashMap<String,String> tables,
String targetFileName) |
void |
generateXMLSchemaDocument(HashMap<String,String> tables,
OutputStream out) |
void |
generateXMLSchemaDocument(HashMap<String,String> tables,
String targetFileName) |
boolean |
isDebug() |
void |
setDebug(boolean debug) |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic DBSchemaHandler(DBConnection conn)
public void generateXMLSchemaDocument(HashMap<String,String> tables, String targetFileName) throws Exception
Exceptionpublic void generateXMLSchemaDocument(HashMap<String,String> tables, OutputStream out) throws Exception
Exceptionpublic boolean compare(HashMap<String,String> tables, String xmlFileName) throws Exception
Exceptionpublic void generateSchemaDocument(HashMap<String,String> tables, String targetFileName) throws Exception
Exceptionpublic boolean isDebug()
public void setDebug(boolean debug)
Copyright © 2019 SMYLD. All rights reserved.