atg.rview
Class Jdbc2rview

java.lang.Object
  extended by 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.


Field Summary
static java.lang.String CLASS_VERSION
           
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Method Detail

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()