Cloudscape Properties
Page 20 of 47

cloudscape.language.logStatementText

Function

When this property is set to true, Cloudscape 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.

Example

cloudscape.language.logStatementText=true

-- database-wide property
CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.language.logStatementText', 'true')

-- publishing a database-wide property
CREATE PUBLICATION APub
ADD TARGET DATABASE PROPERTY
cloudscape.language.logStatementText=
    'true'

Default

False.

Scope

system-wide

database-wide (publishable)

Dynamic or Static

static