(int idx)
| 49 | public BigInteger getBigInteger(int idx) throws ExecException; |
| 50 | public BigDecimal getBigDecimal(int idx) throws ExecException; |
| 51 | public byte[] getBytes(int idx) throws ExecException, FieldIsNullException; |
| 52 | public Tuple getTuple(int idx) throws ExecException; |
| 53 | public DataBag getDataBag(int idx) throws ExecException, FieldIsNullException; |
| 54 | public Map<String,Object> getMap(int idx) throws ExecException, FieldIsNullException; |
no outgoing calls