Hyperic HQ Plugin API v. 4.4.0.2

Package org.hyperic.tools.db

Class Summary
DBInfo DBInfo is a tool for printing information about a given JDBC driver and database DBInfo can be run from the command line using the command: java org.hyperic.tools.db.DBPing The DBInfo class and your JDBC driver should be in your classpath.
DBPing DBPing is a tool for testing that a given JDBC driver can be loaded an a connection to a database established.
DBSetup To Do: - implement abstract factory for tables,columns,views,etc - the "if dbtype" stuff is yucky - The verbose/quiet System.out'ing stuff should go away in favor of commons-logging - hungarian notation must be destroyed - schema diff'ing (semantic diff, not xml file diff or something) - fix how the driver classes are loaded and the relationship to org.hyperic.util.jdbc.JDBC (do you load drivers with just database name or by deriving the drivername from the database name and then loading it, both seem to happening now, which is bad) - fix up terminology ("create" should be "rdbms-export", "setup" should be "rdbms-import" or something else) to more descriptive
PointbaseTable  
SpeedTestThread  
TypeMap  
 


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.