public class WithStringDetail extends Object implements WithDetail
| Constructor and Description |
|---|
WithStringDetail(String rawSQL,
Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
WithStringDetail |
clone()
改写
Object.clone() 方法。 |
Object[] |
getParams() |
Object[] |
getParamValues() |
String |
getRawSQL() |
void |
setParams(Object[] params) |
void |
setRawSQL(String rawSQL) |
String |
toSql(IDialect dialect) |
public String getRawSQL()
public void setRawSQL(String rawSQL)
public Object[] getParams()
public void setParams(Object[] params)
public String toSql(IDialect dialect)
toSql in interface WithDetailpublic Object[] getParamValues()
getParamValues in interface WithDetailpublic WithStringDetail clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<WithDetail>clone in class ObjectCopyright © 2024. All rights reserved.