Convenience method to set the value of int column.
value
column
Insert setInt(String column, int value) { _values[column] = value; return this; }