Lines Matching refs:getVal
171 boolean getVal = oObj.getBoolean(col) ; in _getBoolean()
193 byte getVal = oObj.getByte(col) ; in _getByte()
215 short getVal = oObj.getShort(col) ; in _getShort() local
237 int getVal = oObj.getInt(col) ; in _getInt() local
257 long getVal = oObj.getLong(col) ; in _getLong() local
277 float getVal = oObj.getFloat(col) ; in _getFloat() local
297 double getVal = oObj.getDouble(col) ; in _getDouble() local
317 byte[] getVal = oObj.getBytes(col) ; in _getBytes()
337 Date getVal = oObj.getDate(col) ; in _getDate() local
357 Time getVal = oObj.getTime(col) ; in _getTime() local
377 DateTime getVal = oObj.getTimestamp(col) ; in _getTimestamp() local
397 XInputStream getVal = oObj.getBinaryStream(col) ; in _getBinaryStream() local
417 XInputStream getVal = oObj.getCharacterStream(col) ; in _getCharacterStream() local
437 Object getVal = oObj.getObject(col, null) ; in _getObject() local
457 XRef getVal = oObj.getRef(col) ; in _getRef() local
477 XBlob getVal = oObj.getBlob(col) ; in _getBlob() local
497 XClob getVal = oObj.getClob(col) ; in _getClob() local
517 XArray getVal = oObj.getArray(col) ; in _getArray() local