make Insert Prepared Statement
fun makeInsertPreparedStatement(con: Connection, tableName: String, numColumns: Int, schemaName: String?): PreparedStatement
Return
a prepared statement that can perform the insert if given the appropriate column values
Parameters
con
an active connection to the database
table Name
the name of the table to be inserted into
num Columns
the number of columns starting from the left to insert into
schema Name
the schema containing the table