apache > db
Apache DB Project
 
Font size:      

java.sql.SQLWarning

java.sql.SQLWarning

Derby can generate a warning in certain circumstances. A warning is generated if, for example, you try to connect to a database with the create attribute set to true if the database already exists. Aggregates like sum() also raise a warning if NULL values are encountered during the evaluation.

All other informational messages are written to the Derby system's derby.log file.


Previous Page
Next Page
Table of Contents
Index