(int idx)
| 53 | public DataBag getDataBag(int idx) throws ExecException, FieldIsNullException; |
| 54 | public Map<String,Object> getMap(int idx) throws ExecException, FieldIsNullException; |
| 55 | public DateTime getDateTime(int idx) throws ExecException, FieldIsNullException; |
| 56 | |
| 57 | public Schema getSchema(); |
| 58 | } |
no outgoing calls