In general, instances of ParameterList are associated with a particular Query object (the one that created them) and shouldn't be used against another Query.
Parameter indexes are 1-based to match JDBC's PreparedStatement, i.e. the first parameter has index 1. @author Oliver Jowett (oliver@opencloud.com)
|
|
|
|
|
|
|
|