Lines Matching defs:getVal
245 short getVal = row.getShort(idx) ; in _updateShort() local
274 int getVal = row.getInt(idx) ; in _updateInt() local
303 long getVal = row.getLong(idx) ; in _updateLong() local
332 float getVal = row.getFloat(idx) ; in _updateFloat() local
361 double getVal = row.getDouble(idx) ; in _updateDouble() local
390 String getVal = row.getString(idx) ; in _updateString() local
456 Date getVal = row.getDate(idx) ; in _updateDate() local
486 Time getVal = row.getTime(idx) ; in _updateTime() local
516 DateTime getVal = row.getTimestamp(idx) ; in _updateTimestamp() local
550 XInputStream getVal = row.getBinaryStream(idx) ; in _updateBinaryStream() local
587 XInputStream getVal = row.getCharacterStream(idx) ; in _updateCharacterStream() local