public class SqlWithParams
extends Object
Holds an SQL string together with the positional parameters that should be bound to it.
| Constructor and description |
|---|
SqlWithParams(String sql, List<?> params)Creates an SQL-and-parameters pair. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.