derby.language.logStatementText The derby.language.logStatementText property, when set to true, tells to write the text and parameter values of all executed statements to the information log at the beginning of execution. derby.language.logStatementText property Statement executiondebugging Statementsdebugging

It also writes information about commits and rollbacks. Information includes the time and thread number.

This property is useful for debugging.

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

False.

Dynamic or static

This property is static; if you change it while is running, the change does not take effect until you reboot.