| |
|
| java.lang.Object com.mysql.jdbc.util.TimezoneDump
TimezoneDump | public class TimezoneDump (Code) | | Dumps the timezone of the MySQL server represented by the JDBC url given on
the commandline (or localhost/test if none provided).
author: Mark Matthews |
Constructor Summary | |
public | TimezoneDump() Constructor for TimezoneDump. |
Method Summary | |
public static void | main(String[] args) Entry point for program when called from the command line.
Parameters: args - command-line args. |
TimezoneDump | public TimezoneDump()(Code) | | Constructor for TimezoneDump.
|
main | public static void main(String[] args) throws Exception(Code) | | Entry point for program when called from the command line.
Parameters: args - command-line args. Arg 1 is JDBC URL. throws: Exception - if any errors occur |
|
|
|