(int idx)
| 41 | public void setDateTime(int idx, DateTime val) throws ExecException; |
| 42 | |
| 43 | public int getInt(int idx) throws ExecException, FieldIsNullException; |
| 44 | public float getFloat(int idx) throws ExecException, FieldIsNullException; |
| 45 | public double getDouble(int idx) throws ExecException, FieldIsNullException; |
| 46 | public long getLong(int idx) throws ExecException, FieldIsNullException; |
no outgoing calls