protected PreparedStatement
prepareInsertStatement(Connection aConnection,
String aTableName, int aColCount) throws SQLException;
Prepares a SQL statement "INSERT INTO ... VALUES (?, ?, ?, ...);" with a wildcard
for each column.
- aConnection connection to use
- aTableName table name
- aColCount count of columns the value wildcards are prepared for
returns the prepared insert statement