The ifxprofp tool

Embedded SQLJ includes the ifxprofp tool. The tool ifxprofp enables you to print out the information stored in internal resource .ser files, for debugging purposes. You invoke the tool as follows:
java ifxprofp filename.ser
Here is an example of the output of the ifxprofp tool:
===================================================
printing contents of profile Demo02_SJProfile0
created 918584057644 (2/9/99 10:14 AM)
associated context is sqlj.runtime.ref.DefaultContext
profile loader is sqlj.runtime.profile.DefaultLoader@1f7f1941
contains no customizations
original source file:Demo02.sqlj
contains 8 entries
===================================================
profile Demo02_SJProfile0 entry 0
#sql { CREATE DATABASE demo_sqlj WITH LOG MODE ANSI 
         };
line number:59
PREPARED_STATEMENT executed via EXECUTE_UPDATE
role is STATEMENT
descriptor is null
contains no parameters
result set type is NO_RESULT
result set name is null
contains no result columns
===================================================