blob: 281a0530b4e4e5088073d0fc80dbd90b335c1ef9 [file] [log] [blame]
<html>
<body>
Reports any attempts to access column 0 of a <b>java.sql.ResultSet</b> or <b>java.sql.PreparedStatement</b>. For historical
reasons columns of <b>java.sql.ResultSet</b>s and <b>java.sql.PreparedStatement</b>s are numbered beginning with 1, rather than
0, and accessing column 0 is a common error in JDBC programming.
<!-- tooltip end -->
<p>
</body>
</html>