atg.rview
Class Jdbc2rview
java.lang.Object
   atg.rview.Jdbc2rview
atg.rview.Jdbc2rview
- public class Jdbc2rview 
- extends java.lang.Object
This utility reads the metadata from a JDBC connection and
 produces a RelationalViews Definition File and Beans Definition
 File that represents a "first-cut" representation of the data
 model.
 
| Method Summary | 
| static void | main(java.lang.String[] args)
 | 
| static void | printUsage()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
main
public static void main(java.lang.String[] args)
                 throws java.lang.ClassNotFoundException,
                        java.sql.SQLException,
                        java.io.IOException
- 
- Throws:
- java.lang.ClassNotFoundException
- java.sql.SQLException
- java.io.IOException
 
printUsage
public static void printUsage()
-