apache > db
Apache DB Project
 
Font size:      

derby.language.logStatementText

derby.language.logStatementText

Function

When this property is set to true, Derby writes the text and parameter values of all executed statements to the information log at the beginning of execution. It also writes information about commits and rollbacks. Information includes the time and thread number.

This property is useful for debugging.

Examples

derby.language.logStatementText=true
 -- database-wide property 
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
    'derby.language.logStatementText', 'true')

Default

False.

Dynamic or static

static


Previous Page
Next Page
Table of Contents
Index