Package sqlline

Class DriverInfo


  • public class DriverInfo
    extends java.lang.Object
    Description of a JDBC driver.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String sampleURL  
    • Constructor Summary

      Constructors 
      Constructor Description
      DriverInfo​(java.lang.String name)  
      DriverInfo​(java.util.Properties props)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fromProperties​(java.util.Properties props)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sampleURL

        public java.lang.String sampleURL
    • Constructor Detail

      • DriverInfo

        public DriverInfo​(java.lang.String name)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • DriverInfo

        public DriverInfo​(java.util.Properties props)
    • Method Detail

      • fromProperties

        public void fromProperties​(java.util.Properties props)