Searched refs:toUnsignedLong (Results 1 – 4 of 4) sorted by relevance
400 assertTrue("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()402 assertTrue("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()405 assertTrue("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()408 try { AnyConverter.toUnsignedLong(anyShort); fail(""); in test_toLong()410 try { AnyConverter.toUnsignedLong(anyInt); fail(""); in test_toLong()414 try { AnyConverter.toUnsignedLong(anyLong); fail(""); 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