bb.jdbc
Class JDBCUtil

java.lang.Object
  extended by bb.jdbc.JDBCUtil

public final class JDBCUtil
extends Object

Provides static utility methods for generic JDBC operations.

Currently this class does nothing -- need to fill in...

This class is multithread safe: it is stateless.

Author:
Brent Boyer

Constructor Summary
private JDBCUtil()
          This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCUtil

private JDBCUtil()
This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.