public class SqlParam extends Object
Constructor and Description |
---|
SqlParam() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getParams() |
List<String> |
getPropertyNames() |
String |
getSql() |
void |
setParams(List<Object> params) |
void |
setPropertyNames(List<String> propertyNames) |
void |
setSql(String sql) |
String |
toString() |
Copyright © 2020. All rights reserved.