hdbExplainSignature
hdbExplainSignature(t_indentation h_bindSignatureId) =>t_string
Description
Explains the contents of a binding signature.
Arguments
Value Returned
|
A string that explains the contents of the binding signature. |
Example
bindSigStr = hdbExplainSignature(" " bindSignature)
An example for the use of this function can also be found at:
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top