最佳答案
JDBC 中是否存在命名参数而不是位置参数,如下面 ADO.NET 查询中的 @name
、 @city
?
select * from customers where name=@name and city = @city