类 SqlWithAnalysis
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.SqlWithAnalysis
-
- 所有已实现的接口:
Serializable
public class SqlWithAnalysis extends Object implements Serializable
- 版本:
- v1.0,Date:2013-6-20
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SqlWithAnalysis(String sql)
-
-
-
构造器详细资料
-
SqlWithAnalysis
public SqlWithAnalysis(String sql)
-
-
方法详细资料
-
getSql
public String getSql()
- 返回:
- the sql
-
getWithSql
public String getWithSql()
- 返回:
- the withSql
-
getRejectWithSql
public String getRejectWithSql()
- 返回:
- the rejectWithSql
-
isHasWith
public boolean isHasWith()
- 返回:
- the hasWith
-
setHasWith
public void setHasWith(boolean hasWith)
- 参数:
hasWith- the hasWith to set
-
-