| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
     ||
| 
        
        hstmt
         | 
      
        
        long
         | 
      
        
        The statement handle.
         | 
     
| 
        
        wsColName
         | 
      
        
        String
         | 
      
        
        The name of the column.
         | 
     
| 
        
        iColType
         | 
      
        
        int
         | 
      
        
        Type of column as defined in the schema.
        
       
        For stored procedures, iColType parameters can be:
        
       
        For tables, iColType parameters can be:
        
        | 
     
| 
        
        RETURN
         | 
     ||
| 
        
        long
         | 
      
        
        The handle to the specified column. 0 is returned if the column does not exist.
         | 
     |