Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java145 int col = findColumnOfType(String.class) ; in _getString()
167 int col = findColumnOfType(Boolean.class) ; in _getBoolean()
189 int col = findColumnOfType(Byte.class) ; in _getByte()
211 int col = findColumnOfType(Short.class) ; in _getShort()
233 int col = findColumnOfType(Integer.class) ; in _getInt()
253 int col = findColumnOfType(Long.class) ; in _getLong()
273 int col = findColumnOfType(Float.class) ; in _getFloat()
293 int col = findColumnOfType(Double.class) ; in _getDouble()
313 int col = findColumnOfType(byte[].class) ; in _getBytes()
333 int col = findColumnOfType(Date.class) ; in _getDate()
[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()
263 int idx = findColumnOfType(Integer.class) ; in _updateInt()
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()
[all …]