Package io.edurt.datacap.plugin
Class MySQLService
- java.lang.Object
-
- io.edurt.datacap.plugin.MySQLService
-
- All Implemented Interfaces:
io.edurt.datacap.plugin.Service,PluginService
public class MySQLService extends Object implements PluginService
-
-
Field Summary
-
Fields inherited from interface io.edurt.datacap.spi.PluginService
local, log
-
-
Constructor Summary
Constructors Constructor Description MySQLService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconnectType()Stringdriver()BooleanisSupportMeta()-
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.PluginService
changeAutoIncrement, changeColumn, connect, createColumn, createTable, deleteData, description, destroy, dropColumn, dropTable, execute, execute, formatPagination, formatPrimaryKeys, getColumn, getColumns, getCreateColumn, getDatabase, getDatabases, getDataTypes, getEngines, getPagination, getPrimaryKeys, getResponse, getSuggests, getTable, getTables, getTableStatement, insertData, name, queryTable, truncateTable, type, updateData, url, validator
-
-
-
-
Method Detail
-
connectType
public String connectType()
- Specified by:
connectTypein interfacePluginService
-
driver
public String driver()
- Specified by:
driverin interfacePluginService
-
isSupportMeta
public Boolean isSupportMeta()
- Specified by:
isSupportMetain interfacePluginService
-
-