Temp (Temporary directory) Connection

About

temp is built-in connection that points to the temporary directory of the local file system.

How-to's

Info

With the connection info command

tabli connection info temp
Information about the connection (temp)
Attribute              Value                                           Description                                                            
--------------------   ---------------------------------------------   --------------------------------------------------------------------   
Comment                The local temporary directory                   A connection description                                               
MaxConcurrentThread    1                                               The maximum number of threads that can be created against the system   
MaxNameInPath          2147483647                                      The maximum number of names in a path                                  
Name                   temp                                            The name of the connection                                             
TabBooleanDataType     Native                                          Boolean data type used to store boolean values                         
TabDateDataType        Native                                          Date data type used to store date values                               
TabTimeDataType        Native                                          Time format data type to store time values                             
TabTimestampDataType   Native                                          Timestamp data type used to store timestamp values                     
Url                    file:///C:/Users/GERARD~1/AppData/Local/Temp/   The url of the connection

Task Runner