| java.lang.Object workbench.db.diff.ViewDiff
ViewDiff | public class ViewDiff (Code) | | Compares two database views for differences in their definition.
The generating source of the views is compared using String.equals(),
so any difference in Upper/Lowercase writing (even if not important
for the functionality of the view) qualify the two views as
beeing different.
author: support@sql-workbench.net |
TAG_CREATE_VIEW | final public static String TAG_CREATE_VIEW(Code) | | |
TAG_UPDATE_VIEW | final public static String TAG_UPDATE_VIEW(Code) | | |
setIndent | public void setIndent(String ind)(Code) | | Set an indent for generating the XML
|
setIndent | public void setIndent(StrBuffer ind)(Code) | | Set an indent for generating the XML
|
|
|