apache > db
Apache DB Project
 
Font size:      

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 NameValue
isDefinitelyWritable false
isReadOnly false
isWritable false

Previous Page
Next Page
Table of Contents
Index