break;
case _float:
result = compare(((Float)primitiveWrapper).floatValue(), field, obj, fieldTypeEnum);
break;
default:
throw new JodbIOException();
}
if(result < 0){
return COMPARE_RESULT.SMALLER;
}else if (result > 0){
return COMPARE_RESULT.GREATER;