|
wb_field_name | Information about Cursors | wb_field_type |
This function returns the number of the column of the specified name in the specified cursor. If such column does not exist, the value FALSE will be returned and an error may occur (according to the silent flag).
The silent parameter specifies whether the function should return an error if there is no column of the specified name in the cursor. If you set silent=TRUE, an error will not occur (however the function still returns FALSE). If silent=FALSE, an error will occur. The silent flag is useful to learn whether a certain column exists in the specified cursor.
Returns the column number or FALSE if an error occurs.
wb_field_name | Information about Cursors | wb_field_type |