db9010 / com.jovial.db9010 / ValueAdapterNotNull / nullable

nullable

@Synchronized fun nullable(javaSqlTypesType: Int): ValueAdapter<T?>

Create a nullable version of this ValueAdapter. For this, we need the java.sql.Types type, which is an integer constant, because PreparedStatement.setNull demands it.