(int idx)
| 45 | public double getDouble(int idx) throws ExecException, FieldIsNullException; |
| 46 | public long getLong(int idx) throws ExecException, FieldIsNullException; |
| 47 | public String getString(int idx) throws ExecException, FieldIsNullException; |
| 48 | public boolean getBoolean(int idx) throws ExecException, FieldIsNullException; |
| 49 | public BigInteger getBigInteger(int idx) throws ExecException; |
| 50 | public BigDecimal getBigDecimal(int idx) throws ExecException; |
no outgoing calls