Package hu.webarticum.miniconnect.jdbc
Class MiniJdbcDriver
java.lang.Object
hu.webarticum.miniconnect.jdbc.MiniJdbcDriver
- All Implemented Interfaces:
Driver
-
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
-
JDBC_MAJOR_VERSION
public static final int JDBC_MAJOR_VERSION- See Also:
-
JDBC_MINOR_VERSION
public static final int JDBC_MINOR_VERSION- See Also:
-
DRIVER_NAME
- See Also:
-
DRIVER_MAJOR_VERSION
public static final int DRIVER_MAJOR_VERSION- See Also:
-
DRIVER_MINOR_VERSION
public static final int DRIVER_MINOR_VERSION- See Also:
-
DRIVER_VERSION
- See Also:
-
PROPERTY_USER
- See Also:
-
PROPERTY_PASSSWORD
- See Also:
-
PROPERTY_PROVIDER
- See Also:
-
PROVIDER_BLANKET
- See Also:
-
PROVIDER_H2
- See Also:
-
-
Constructor Details
-
MiniJdbcDriver
public MiniJdbcDriver()
-
-
Method Details
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver
-
getPropertyInfo
- Specified by:
getPropertyInfoin interfaceDriver
-
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
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-