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

com.jdkhome.blzo.ex.basic.constants.SqlTemplate Maven / Gradle / Ivy

There is a newer version: 0.5.0.3.RELEASE
Show newest version
package com.jdkhome.blzo.ex.basic.constants;

/**
 * Created by jdk on 17/11/24.
 * sql查询语句常量
 */
public interface SqlTemplate {

    String ORDER_BY_ID_DESC = "id desc";

    String ORDER_BY_UPDATE_TIME_DESC = "update_time desc";
    String ORDER_BY_CREATE_TIME_DESC = "create_time desc";

    String ORDER_BY_UPDATE_TIME_ASC = "update_time asc";
    String ORDER_BY_CREATE_TIME_ASC = "create_time asc";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy