Package sqlline

Class DriverInfo

java.lang.Object
sqlline.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

    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 Details

    • sampleURL

      public java.lang.String sampleURL
  • Constructor Details

    • DriverInfo

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

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

    • fromProperties

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