在JDBC中PreparedStatement不可以set字符串作为Key
因为PreparedStatement中并没有可以set字符串作为key的方法
那如何实现具名参数呢?(就像spring jdbc那样)
原生的JDBC难道没提供这种接口?