Searched refs:toUnsignedLong (Results 1 – 4 of 4) sorted by relevance
407 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()409 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()412 assure("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()415 try { AnyConverter.toUnsignedLong(anyShort); failed(""); in test_toLong()417 try { AnyConverter.toUnsignedLong(anyInt); failed(""); in test_toLong()421 try { AnyConverter.toUnsignedLong(anyLong); failed(""); in test_toLong()
801 updatedObject.updateLong(columnIndex, AnyConverter.toUnsignedLong(value)); in updateObject()862 parameters.setLong(index, AnyConverter.toUnsignedLong(any)); in setObject()
408 value = AnyConverter.toUnsignedLong(any); in fill()
282 static public long toUnsignedLong(Object object) in toUnsignedLong() method in AnyConverter