Python中,在获取数据库连接的时候
cursorclass=pymysql.cursors.DictCursor
就可以让查询到的结果集,返回的数据格式为Dict类型
Java中jdbc有类似的操作吗,例如设置某个参数,就可以返回hashmap?
相关问题
- Delete Messages from a Topic in Apache Kafka
- how to define constructor for Python's new Nam
- Jackson Deserialization not calling deserialize on
- streaming md5sum of contents of a large remote tar
- How to maintain order of key-value in DataFrame sa
jdbc返回的数据结构是ResultSetRow,并不能设置某个参数返回hashmap,但可以通过代理自己将结果集转换成别的数据结构