org.netbeans.modules.sql.framework.common.utils |
Contains a set of general classes used by entire codebase.
|
Java Source File Name | Type | Comment |
DBExplorerUtil.java | Class | |
DBURL.java | Class | |
MessageManager.java | Class | An internationalization / localization helper class which reduces the bother of
handling ResourceBundles and takes care of the sql framework cases of message formating
which otherwise require the creation of Object arrays and such.
The MessageManager operates on a package basis. |
MonitorUtil.java | Class | |
NativeColumnOrderComparator.java | Class | |
PhysicalTable.java | Class | Class representing Physical table such that for any two instances t1 and t2 if
(t1.equals(t2)) then both instances represents the same physical table. |
TagParserUtility.java | Class | |
XmlUtil.java | Class | |