com.gitee.sunchenbin.mybatis.actable.constants.MySqlEngineConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-enhance-actable Show documentation
Show all versions of mybatis-enhance-actable Show documentation
A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis
package com.gitee.sunchenbin.mybatis.actable.constants;
/**
* mysql支持的引擎
*/
public enum MySqlEngineConstant {
DEFAULT,
ARCHIVE,
BLACKHOLE,
CSV,
InnoDB,
MEMORY,
MRG_MYISAM,
MyISAM,
PERFORMANCE_SCHEMA;
}