// key_value varchar(255) not null,
template.update("INSERT INTO sec_idkey VALUES (?,?,?)",
1, "A", "B");
template.update("INSERT INTO sec_idkey VALUES (?,?,?)",
2, "C", "D");
template.update("INSERT INTO sec_idkey VALUES (?,?,?)",
3, "E", "F");
template.update("INSERT INTO sec_idkey VALUES (?,?,?)",
4, "GH", "HI");
// security_id bigint not null,
// idkey_id bigint not null,