Class UnpooledDataSource.DriverProxy
java.lang.Object
org.apache.ibatis.datasource.unpooled.UnpooledDataSource.DriverProxy
- All Implemented Interfaces:
Driver
- Enclosing class:
UnpooledDataSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURL(String u) connect(String u, Properties p) intintgetPropertyInfo(String u, Properties p) boolean
-
Field Details
-
driver
-
-
Constructor Details
-
DriverProxy
DriverProxy(Driver d)
-
-
Method Details
-
acceptsURL
- Specified by:
acceptsURLin interfaceDriver- Throws:
SQLException
-
connect
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersionin interfaceDriver
-
getPropertyInfo
- Specified by:
getPropertyInfoin interfaceDriver- Throws:
SQLException
-
jdbcCompliant
public boolean jdbcCompliant()- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
- Specified by:
getParentLoggerin interfaceDriver
-