Class MySQLConnection
- java.lang.Object
-
- io.edurt.datacap.spi.connection.Connection
-
- io.edurt.datacap.spi.connection.JdbcConnection
-
- io.edurt.datacap.plugin.jdbc.mysql.MySQLConnection
-
public class MySQLConnection extends JdbcConnection
-
-
Constructor Summary
Constructors Constructor Description MySQLConnection(JdbcConfigure jdbcConfigure, Response response)
-
Method Summary
-
Methods inherited from class io.edurt.datacap.spi.connection.JdbcConnection
destroy, formatJdbcUrl, openConnection
-
Methods inherited from class io.edurt.datacap.spi.connection.Connection
getConfigure, getConnection, getResponse
-
-
-
-
Constructor Detail
-
MySQLConnection
public MySQLConnection(JdbcConfigure jdbcConfigure, Response response)
-
-