Class MySQLPlugin
- java.lang.Object
-
- io.edurt.datacap.plugin.jdbc.mysql.MySQLPlugin
-
-
Constructor Summary
Constructors Constructor Description MySQLPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect(Configure configure)Stringdescription()voiddestroy()Stringdriver()Responseexecute(String content)Stringname()PluginTypetype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.edurt.datacap.spi.Plugin
connectType, validator
-
-
-
-
Method Detail
-
description
public String description()
- Specified by:
descriptionin interfacePlugin
-
type
public PluginType type()
-
-