cn.vonce.sql.bean.Group Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
package cn.vonce.sql.bean;
/**
* Group By
*/
public class Group extends Column {
public Group() {
super();
}
public Group(String tableAlias, String name) {
super(tableAlias, name, "");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy