public class NamedSql extends Object
1、:name 2、@name 3、?name
Constructor and Description |
---|
NamedSql(String namedSql,
Map<String,Object> paramMap)
构造
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
getParamList()
获取参数列表,按照占位符顺序
|
Object[] |
getParams()
获取参数列表,按照占位符顺序
|
String |
getSql()
获取SQL
|
Copyright © 2024. All rights reserved.