[Java] Class SqlWithParams

  • groovy.sql.SqlWithParams
public class SqlWithParams

Constructor Summary

Constructors
Constructor and description
SqlWithParams (String sql, List<Object> params)

Methods Summary

Methods
Type Params Return Type Name and description
public List<Object> getParams()
public String getSql()

Inherited Methods Summary

Inherited Methods
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/3.0.7/html/gapi/groovy/sql/SqlWithParams.html