CLSQL provides a facility for recording SQL commands sent to
      and/or results returned from the underlying RDBMS to user
      sprecified streams. This is useful for monitoring CLSQL
      activity and for debugging applications.
    
 
      This section documents the functions provided for enabling and
      disabling SQL recording as well as for manipulating the streams
      on to which SQL commands and results are recorded.
    
Table of Contents
- START-SQL-RECORDING — Start recording SQL commands or results.
- STOP-SQL-RECORDING — Stop recording SQL commands or results.
- SQL-RECORDING-P — Tests whether SQL commands or results are being recorded.
- SQL-STREAM — Returns the broadcast stream used for recording SQL commands or results.
- ADD-SQL-STREAM — Add a component to the broadcast streams used for recording SQL commands or results.
- DELETE-SQL-STREAM — Remove a component from the broadcast streams used for recording SQL commands or results.
- LIST-SQL-STREAMS — List the components of the broadcast streams used for recording SQL commands or results.