Home
last modified time | relevance | path

Searched refs:findColumnOfType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRow.java145 int col = findColumnOfType(String.class) ; in _getString()
189 int col = findColumnOfType(Byte.class) ; in _getByte()
211 int col = findColumnOfType(Short.class) ; in _getShort()
253 int col = findColumnOfType(Long.class) ; in _getLong()
273 int col = findColumnOfType(Float.class) ; in _getFloat()
333 int col = findColumnOfType(Date.class) ; in _getDate()
353 int col = findColumnOfType(Time.class) ; in _getTime()
453 int col = findColumnOfType(XRef.class) ; in _getRef()
473 int col = findColumnOfType(XBlob.class) ; in _getBlob()
493 int col = findColumnOfType(XClob.class) ; in _getClob()
[all …]
H A D_XRowUpdate.java176 int idx = findColumnOfType(Boolean.class) ; in _updateBoolean()
205 int idx = findColumnOfType(Byte.class) ; in _updateByte()
234 int idx = findColumnOfType(Short.class) ; in _updateShort()
292 int idx = findColumnOfType(Long.class) ; in _updateLong()
321 int idx = findColumnOfType(Float.class) ; in _updateFloat()
350 int idx = findColumnOfType(Double.class) ; in _updateDouble()
379 int idx = findColumnOfType(String.class) ; in _updateString()
410 int idx = findColumnOfType(byte[].class) ; in _updateBytes()
444 int idx = findColumnOfType(Date.class) ; in _updateDate()
474 int idx = findColumnOfType(Time.class) ; in _updateTime()
[all …]

Completed in 21 milliseconds