Purpose
 
 
 Get the list of indices of a given table.
 
 
  Synopsis
 
 
  procedure SQLindices(t:string,ls:list of string) 
 
 
  Arguments
 
 
 
  
   | 
     t 
     | 
     The table name
     | 
  
   | 
     ls 
     | 
     A list of strings to return the index names
     | 
 
 
  Further information
 
 
 The provided list is reset.
 
 
  Related topics
 
  
  Module