SQLprimarykeys
| SQLprimarykeys | 
  Purpose
 
 
 Get the list of primary keys of a given table.
 
 
  Synopsis
 
 procedure SQLprimarykeys(t:string,ls:list of string)
 procedure SQLprimarykeys(t:string,li:list of integer)
 
  Arguments
 
 | 
     t 
     | 
     The table name
     | 
| 
     ls 
     | 
     A list of strings to return the column names
     | 
| 
     li 
     | 
     A list of strings to return the column numbers
     | 
  Further information
 
 
 The provided list is reset.
 
 
  Related topics
 
  
  Module
 
  
