public class QueryComponent extends Object
Constructor and Description |
---|
QueryComponent() |
QueryComponent(String selectSql,
String fromSql,
String whereSql) |
Modifier and Type | Method and Description |
---|---|
String |
getFromSql() |
String |
getSelectSql() |
String |
getWhereSql() |
void |
setFromSql(String tables) |
void |
setSelectSql(String sql) |
void |
setWhereSql(String tempSql) |
public QueryComponent()
public QueryComponent(String selectSql, String fromSql, String whereSql)
selectSql
- fromSql
- whereSql
- public String getFromSql()
public String getSelectSql()
public String getWhereSql()
public void setFromSql(String tables)
tables
- The tables to set.public void setSelectSql(String sql)
sql
- The sql to set.public void setWhereSql(String tempSql)
tempSql
- The tempSql to set.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.