SQLJ 调试文档

SQLJ 调试文档驻留在 com.ibm.debug.sqlj.doc 中。其它文档插件可以下列方式链接至 SQLJ 调试文档。

链接至整个文档

要链接至所有 SQLJ 调试文档,从帮助插件“工具/组件”(Tools/Components)目录文件链接至 debugSQLJToc.xml,如下所示:

<topic label="SQLJ debug">
   <link toc="../com.ibm.debug.sqlj.doc/debugSQLJToc.xml" />
</topic>

或者,例如,

<toc label="eg., Product documentation Tools/Components">
   <topic label="SQLJ debug">
        <link toc="../com.ibm.debug.sqlj.doc/debugSQLJToc.xml" />
   </topic>
</toc>

链接至所有概念文件

要链接至所有 SQLJ 调试概念文件,从帮助插件“概念”(Concepts)目录文件链接至 debugSQLJConcepts.xml,如下所示:

<topic label="SQLJ debug">
   <link toc="../com.ibm.debug.sqlj.doc/debugSQLJConcepts.xml" />
</topic>

或者,例如,

<toc label="Concepts">
   <topic label="SQLJ debug">
       <link toc="../com.ibm.debug.sqlj.doc/debugSQLJConcepts.xml" />
   </topic>
</toc>

链接至所有任务文件

要链接至所有 SQLJ 调试任务文件,从帮助插件“任务”(Tasks)目录文件链接至 debugSQLJTasks.xml,如下所示:

<topic label="SQLJ debug">
   <link toc="../com.ibm.debug.sqlj.doc/debugSQLJTasks.xml" />
</topic>

或者,例如,

<toc label="Tasks">
   <topic label="SQLJ debug">
       <link toc="../com.ibm.debug.sqlj.doc/debugSQLJTasks.xml" />
   </topic>
</toc>

链接至所有参考文件

要链接至所有 SQLJ 调试参考文件,从帮助插件“参考”(Reference)目录文件链接至 debugSQLJReference.xml,如下所示:

<topic label="SQLJ debug">
   <link toc="../com.ibm.debug.sqlj.doc/debugSQLJReference.xml" />
</topic>

或者,例如,

<toc label="Reference">
   <topic label="SQLJ debug">
       <link toc="../com.ibm.debug.sqlj.doc/debugSQLJReference.xml" />
   </topic>
</toc>

链接至个别文件

要从目录链接至 SQLJ 调试文件,使用以下指南:

<topic href="/com.ibm.debug.sqlj.doc/<concepts, tasks, or ref>/<filename>" label="<title of file>"></topic>

要从另一个帮助文件链接至 SQLJ 调试文件,使用以下指南:

<a href="../../com.ibm.debug.sqlj.doc/<concepts, tasks, or ref>/<filename>"><title of file></a>