类 RedisConnection
- java.lang.Object
-
- io.edurt.datacap.spi.connection.Connection
-
- io.edurt.datacap.spi.connection.JdbcConnection
-
- io.edurt.datacap.plugin.jdbc.redis.RedisConnection
-
public class RedisConnection extends JdbcConnection
-
-
构造器概要
构造器 构造器 说明 RedisConnection(JdbcConfigure jdbcConfigure, Response response)
-
方法概要
-
从类继承的方法 io.edurt.datacap.spi.connection.JdbcConnection
destroy, formatJdbcUrl, openConnection
-
从类继承的方法 io.edurt.datacap.spi.connection.Connection
getConfigure, getConnection, getResponse
-
-
-
-
构造器详细资料
-
RedisConnection
public RedisConnection(JdbcConfigure jdbcConfigure, Response response)
-
-