dbp.IsUnicodeDatabase

This job returns whether the underlying database of the enaio® server is configured for Unicode (column encoding NCHAR/NVARCHAR/NCLOB on MSSQL or NVARCHAR2/NCLOB on Oracle).

The dbp namespace is not listed in the official enaio® server API engine overviews. This description was reconstructed from the call code of the enaio-jobs-custom template.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

2. Output Parameters

Name Type Dependency Description

Value

BOOL

true if the database uses Unicode columns, otherwise false.

3. Return Value

(INT): 0 = job successful, otherwise error code.

4. See Also