public class NamedSql extends BoundSql
1、:name 2、@name 3、?name
Constructor and Description |
---|
NamedSql(String namedSql,
Map<String,Object> paramMap)
构造
|
Modifier and Type | Method and Description |
---|---|
String |
getNamedSql()
获取原始地带名称占位符的SQL语句
|
Map<String,Object> |
getParamMap()
获取原始参数名和参数值对应关系参数表
|
Copyright © 2025. All rights reserved.