spring-framework / org.springframework.jdbc.support / JdbcUtils / isNumeric

isNumeric

open static fun isNumeric(sqlType: Int): Boolean

Check whether the given SQL type is numeric.

Parameters

sqlType - the SQL type to be checked

Return
whether the type is numeric