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

does not track the source or updatability of columns in ResultSets, and so always returns the following constants for the following methods: Method Name Value isDefinitelyWritable false isReadOnly false isWritable false