| Home >> All >> com >> mysql >> jdbc >> [ util Javadoc ] |
com.mysql.jdbc.util: Javadoc index of package com.mysql.jdbc.util.
Package Samples:
com.mysql.jdbc.util
Classes:
BaseBugReport: Base class to help file bug reports for Connector/J. MySQL AB really appreciates repeatable testcases when reporting bugs, so we're giving you this class to make that job a bit easier (and standarized). To create a testcase, create a class that inherits from this class (com.mysql.jdbc.util.BaseBugReport), and override the methods 'setUp', 'tearDown' and 'runTest'. In the 'setUp' method, create code that creates your tables, and populates them with any data needed to demonstrate the bug. In the 'runTest' method, create code that demonstrates the bug using the tables and data you created in the 'setUp' ...
TimezoneDump: Dumps the timezone of the MySQL server represented by the JDBC url given on the commandline (or localhost/test if none provided).
| Home | Contact Us | Privacy Policy | Terms of Service |