public class SqlWithParams extends Object implements Serializable
| Constructor and Description |
|---|
SqlWithParams(String sql,
List<Object> params)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getParams()
パラメータリストを返す。
|
String |
getSql()
SQLを返す。
|
Copyright © 2018. All rights reserved.