make Delete From Prepared Statement
fun makeDeleteFromPreparedStatement(con: Connection, tableName: String, fieldName: String, schemaName: String?): PreparedStatement
Uses the longLastingConnection property for the connection for metadata checking.
Return
a prepared statement that can perform the deletion if given the appropriate condition value
Parameters
con
an active connection to the database
table Name
the name of the table to be inserted into
field Name
the field name controlling the where clause
schema Name
the schema containing the table