All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.vonce.sql.enumerate.EscapeChar Maven / Gradle / Ivy

There is a newer version: 1.7.0-beta1
Show newest version
package cn.vonce.sql.enumerate;

/**
 * ESCAPE_CHARACTER 转义符类型
 * SINGLE (`xxx`) 主要有mysql
 * DOUBLE ("xxx")
 */
public enum EscapeChar {

    SINGLE, DOUBLE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy