cn.vonce.sql.enumerate.EscapeChar Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.enumerate;
/**
* ESCAPE_CHARACTER 转义符类型
* SINGLE (`xxx`) 主要有mysql
* DOUBLE ("xxx")
*/
public enum EscapeChar {
SINGLE, DOUBLE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy