public interface Statement
Modifier and Type | Method and Description |
---|---|
List<Object> |
getValues()
返回语句中值的列表(对应于?)
|
void |
id(String id)
语句的标识,仅用于日志记录时更清晰
|
String |
sql()
返回语句对应的SQL
|
Copyright © 2006–2018 TinyGroup. All rights reserved.