Find out if a given field is null. @param fieldNum Number of field to check for null. @return true if the field is null, false otherwise. @throws ExecException if the field number given is greater than or equal to the number of fields in the tuple.
(int fieldNum)
| 81 | * than or equal to the number of fields in the tuple. |
| 82 | */ |
| 83 | boolean isNull(int fieldNum) throws ExecException; |
| 84 | |
| 85 | /** |
| 86 | * Find the type of a given field. |
no outgoing calls