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

com.javaoffers.batis.modelhelper.utils.ColumnLabel Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.utils;

/**
 * database column label.
 * @author create by mingjie
 */
public interface ColumnLabel {

    /**
     * mysql
     */
    String COLUMN_NAME = "COLUMN_NAME";
    /**
     * mysql
     */
    String TYPE_NAME = "TYPE_NAME";
    /**
     * mysql
     */
    String IS_AUTOINCREMENT = "IS_AUTOINCREMENT";
    /**
     * mysql
     */
    String COLUMN_DEF = "COLUMN_DEF";


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy