Package sqlline
Class DriverInfo
- java.lang.Object
-
- sqlline.DriverInfo
-
public class DriverInfo extends Object
Description of a JDBC driver.
-
-
Constructor Summary
Constructors Constructor Description DriverInfo(String name)
DriverInfo(Properties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromProperties(Properties props)
-
-
-
Field Detail
-
sampleURL
public String sampleURL
-
-
Constructor Detail
-
DriverInfo
public DriverInfo(String name) throws IOException
- Throws:
IOException
-
DriverInfo
public DriverInfo(Properties props)
-
-
Method Detail
-
fromProperties
public void fromProperties(Properties props)
-
-