@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.