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

me.wuwenbin.modules.sql.support.Symbol Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
package me.wuwenbin.modules.sql.support;

/**
 * sql语句占位符
 * created by Wuwenbin on 2017/12/28 at 18:27
 *
 * @author wuwenbin
 */
public enum Symbol {

    /**
     * 冒号
     */
    COLON,

    /**
     * 问号
     */
    QUESTION_MARK
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy