A pit: java.sql.resultset.getint== "the column value; If the value is SQL NULL, the value of returned is 0

Source: Internet
Author: User

Retrieves the value of the designated column in the current row of this ResultSet object as a in the String Java programming LA Nguage.

Parameters:
ColumnLabel The label for the column specified with the SQL as clause. If the SQL as clause is isn't specified, then the label is the name of the column
Returns:
The column value, if the value is SQL NULL , the value of returned is null
Throws:
Sqlexception-if The ColumnLabel is not valid; If a database access error occurs or This method is called on a cl osed result set

int java.sql.ResultSet.getInt (String ColumnLabel) throws SQLException

Retrieves the value of the designated column in the current row of this object as a in the ResultSet int Java programming L Anguage.

Parameters:
ColumnLabel The label for the column specified with the SQL as clause. If the SQL as clause is isn't specified, then the label is the name of the column
Returns:
The column value, if the value is SQL NULL , the value of returned is 0
Throws:

A pit: java.sql.resultset.getint== "the column value; If the value is SQL NULL, the value of returned is 0

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.