add Batch
This method inserts the data into the prepared statement as a batch insert. The statement is not executed.
Return
returns true if the data was inserted false if something went wrong and no insert made
Parameters
row Data
the data to be inserted
num Columns
the column metadata for the row set
prepared Statement
the prepared statement to use