Searched defs:getVal (Results 1 – 5 of 5) sorted by relevance
215 short getVal = oObj.getShort(col) ; in _getShort() local237 int getVal = oObj.getInt(col) ; in _getInt() local257 long getVal = oObj.getLong(col) ; in _getLong() local277 float getVal = oObj.getFloat(col) ; in _getFloat() local297 double getVal = oObj.getDouble(col) ; in _getDouble() local337 Date getVal = oObj.getDate(col) ; in _getDate() local357 Time getVal = oObj.getTime(col) ; in _getTime() local457 XRef getVal = oObj.getRef(col) ; in _getRef() local477 XBlob getVal = oObj.getBlob(col) ; in _getBlob() local497 XClob getVal = oObj.getClob(col) ; in _getClob() local[all …]
245 short getVal = row.getShort(idx) ; in _updateShort() local274 int getVal = row.getInt(idx) ; in _updateInt() local303 long getVal = row.getLong(idx) ; in _updateLong() local332 float getVal = row.getFloat(idx) ; in _updateFloat() local361 double getVal = row.getDouble(idx) ; in _updateDouble() local390 String getVal = row.getString(idx) ; in _updateString() local456 Date getVal = row.getDate(idx) ; in _updateDate() local486 Time getVal = row.getTime(idx) ; in _updateTime() local516 DateTime getVal = row.getTimestamp(idx) ; in _updateTimestamp() local550 XInputStream getVal = row.getBinaryStream(idx) ; in _updateBinaryStream() local[all …]
118 Object getVal = null ; in _setValue() local163 String getVal = null ; in _setLabel() local
66 double getVal() const { return mfVal; } in getVal() function in basegfx::ip_single
476 ValType getVal( int nIndex) const { return mnValStack[ nIndex];} in getVal() function in CffSubsetterContext
Completed in 134 milliseconds