org.sourceforge.jxdbcon
Class Diag
java.lang.Object
|
+--org.sourceforge.jxdbcon.Diag
- public final class Diag
- extends Object
Diagnostics class.
This class performs simple diagnostics relating to startup problems.
No database access is tried.
- Version:
- $Revision: 1.5 $, $Date: 2002/03/16 01:26:07 $
- Author:
- Keve Müller
Constructor Summary |
Diag()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driverVersion
private static final String driverVersion
- See Also:
- Constant Field Values
FAIL
private static final int FAIL
- See Also:
- Constant Field Values
FATAL
private static final int FATAL
- See Also:
- Constant Field Values
jdbcLevel
private static final String jdbcLevel
- See Also:
- Constant Field Values
OK
private static final int OK
- See Also:
- Constant Field Values
WARN
private static final int WARN
- See Also:
- Constant Field Values
Diag
public Diag()
main
public static final void main(String[] argv)
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.