public class Condition extends Object
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
List<SQLParameter> |
getParameters() |
String |
getSqlExpression() |
boolean |
isHasParamter() |
void |
setHasParamter(boolean hasParamter) |
void |
setParameters(List<SQLParameter> parameters) |
void |
setSqlExpression(String sqlExpression) |
public String getSqlExpression()
public void setSqlExpression(String sqlExpression)
public List<SQLParameter> getParameters()
public void setParameters(List<SQLParameter> parameters)
public boolean isHasParamter()
public void setHasParamter(boolean hasParamter)
Copyright © 2020. All rights reserved.