| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        hstmt
         | 
      
        
        DAM_HSTMT
         | 
      
        
        The statement handle.
         | 
     
| 
        
        iColName
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        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
         | 
      ||
| 
        
        DAM_HCOL
         | 
      
        
        The handle to the specified column. A NULL is returned if the column does not exist.
         |