Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mysql.jdbc.util
Class TimezoneDump  view TimezoneDump download TimezoneDump.java

java.lang.Object
  extended bycom.mysql.jdbc.util.TimezoneDump

public class TimezoneDump
extends java.lang.Object

Dumps the timezone of the MySQL server represented by the JDBC url given on the commandline (or localhost/test if none provided).


Field Summary
private static java.lang.String DEFAULT_URL
           
 
Constructor Summary
TimezoneDump()
          Constructor for TimezoneDump.
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for program when called from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_URL

private static final java.lang.String DEFAULT_URL
See Also:
Constant Field Values
Constructor Detail

TimezoneDump

public TimezoneDump()
Constructor for TimezoneDump.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Entry point for program when called from the command line.