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 SqlField {
public Group() {
super();
}
public Group(String schema, String tableAlias, String name) {
super(schema, tableAlias, name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy