Class JDBCHandler

java.lang.Object
uk.ac.starlink.table.jdbc.JDBCHandler

public class JDBCHandler extends Object
  • Constructor Details

    • JDBCHandler

      public JDBCHandler()
    • JDBCHandler

      public JDBCHandler(JDBCAuthenticator auth)
    • JDBCHandler

      public JDBCHandler(JDBCHandler jh)
      Clone constructor. This constructor creates a new JDBCHandler with the all the same fields as the given one jh.
      Parameters:
      jh - the handler whose fields to copy
  • Method Details