TSL_Shutdown procedure

The TSL_Shutdown procedure shuts down the loader application and releases all resources.

Syntax

TSL_Shutdown(
           handle   lvarchar)
handle
The table and column name combination returned by the TSL_Init function.

Usage

Use the TSL_Shutdown procedure when data loading is complete. The TSL_Shutdown procedure closes the global context and releases the associated resources that are used by the loader application. Any virtual tables that were created during the session are removed. Run the TSL_SessionClose function to close each database session before running the TSL_Shutdown procedure.

Example

EXECUTE PROCEDURE TSL_Shutdown('ts_data|raw_reads');