JDBC 3种获得mysql插入数据的自增字段值的方法

转自:

http://hi.baidu.com/softlover/blog/item/ffb012d5557b33c251da4b05.html

http://hi.baidu.com/softlover/blog/item/82c9a07713355d1db051b917.html

 

获得mysql auto increment字段值的3种方法


1。Retrieving AUTO_INCREMENT Column Values using Statement.getGeneratedKeys()
2。Retrieving AUTO_INCREMENT Column Values using SELECT LAST_INSERT_ID()
3。Retrieving AUTO_INCREMENT Column Values in Updatable ResultSets

 

 

 

 

你可能感兴趣的:(html,mysql,jdbc,Blog)