Package com.inet.excel
Class ExcelDriver
java.lang.Object
com.inet.excel.ExcelDriver
- All Implemented Interfaces:
Driver
Implementation of JDBC Driver, which allows to read data from Excel documents.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String url) connect(String url, Properties info) intintgetPropertyInfo(String url, Properties info) boolean
-
Field Details
-
URL_PREFIX
- See Also:
-
DRIVER_NAME
- See Also:
-
MAJOR_VERSION
public static final int MAJOR_VERSION- See Also:
-
MINOR_VERSION
public static final int MINOR_VERSION- See Also:
-
-
Constructor Details
-
ExcelDriver
public ExcelDriver()
-
-
Method Details
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver- Throws:
SQLException
-
getPropertyInfo
- Specified by:
getPropertyInfoin interfaceDriver- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersionin interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
- Specified by:
getParentLoggerin interfaceDriver- Throws:
SQLFeatureNotSupportedException
-