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

com.litongjava.table.constants.SqlTemplateConstants Maven / Gradle / Ivy

There is a newer version: 1.4.8
Show newest version
package com.litongjava.table.constants;

/**
 * Created by [email protected] on 2023/6/8_17:27
 */
public class SqlTemplateConstants {
  public static String SELECT_ALL_FROM = "select * from %s";
  public static String SELECT_COLUMNS_FROM = "select %s from %s";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy