schemacrawler.tools.mysql
Class Main

java.lang.Object
  extended by schemacrawler.tools.mysql.Main

public final class Main
extends Object

Main class that takes arguments for a database for crawling a schema.


Method Summary
static void main(String[] args)
          Get connection parameters, and creates a connection, and crawls the schema.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Get connection parameters, and creates a connection, and crawls the schema.

Parameters:
args - Arguments passed into the program from the command line.


Copyright © 2003-2011 Sualeh Fatehi. All Rights Reserved.