java.sql.ResultSetMetaData interface java.sql.ResultSetMetaData interface

does not track the source or updatability of columns in ResultSets, and so always returns the constants shown for the methods listed in the following table.

Implementation notes on <i>ResultSet</i> methods Method Name Value isDefinitelyWritable false isReadOnly false isWritable false