标签:des style color os io java ar strong for
Retrieves the value of the designated column in the current row of this ResultSet
object as a String
in the Java programming language.
NULL
, the value returned is null
int java.sql.ResultSet.getInt(String columnLabel) throws SQLException
Retrieves the value of the designated column in the current row of this ResultSet
object as an int
in the Java programming language.
NULL
, the value returned is 0
一个坑:java.sql.ResultSet.getInt==》the column value; if the value is SQL NULL, the value returned is 0
标签:des style color os io java ar strong for
原文地址:http://www.cnblogs.com/softidea/p/3963936.html