[Java] Class SqlWithParams
- groovy.sql.SqlWithParams
Constructor Summary
Constructor and description |
---|
SqlWithParams
(String sql, List<Object> params) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
List<Object> |
getParams() | |
String |
getSql() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public SqlWithParams(String sql, List<Object> params)
Method Detail
public List<Object> getParams()
public String getSql()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/sql/SqlWithParams.html