Class JDBCHandler


  • public class JDBCHandler
    extends java.lang.Object
    • Constructor Detail

      • JDBCHandler

        public JDBCHandler()
      • 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 Detail

      • makeStarTable

        public StarTable makeStarTable​(java.lang.String spec,
                                       boolean wantRandom)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • createJDBCTable

        public void createJDBCTable​(StarTable startab,
                                    java.lang.String spec,
                                    WriteMode mode)
                             throws java.io.IOException,
                                    java.sql.SQLException
        Throws:
        java.io.IOException
        java.sql.SQLException
      • hasDrivers

        public static boolean hasDrivers()
        Indicates whether any drivers are installed.
        Returns:
        true iff at least one JDBC driver is available for URL resolution