Source and updatability (all data types)
Source and updatability (all data types)
Derby 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 |
Previous Page
Next Page
Table of Contents
Index