public class SelectSqlBuilder extends Object
| Constructor and Description |
|---|
SelectSqlBuilder(StringBuffer select) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendCondition(String conditionSql) |
void |
appendGroupBy(String groupSql) |
void |
appendOrderBy(String orderBySql) |
void |
appendSelectItem(String selectItem) |
void |
appendTable(String tableName) |
String |
toSelectSql() |
public SelectSqlBuilder(StringBuffer select)
public void appendSelectItem(String selectItem)
public void appendTable(String tableName)
public void appendCondition(String conditionSql)
public void appendGroupBy(String groupSql)
public void appendOrderBy(String orderBySql)
public String toSelectSql()
Copyright © 2006–2018 TinyGroup. All rights reserved.