{
int jdbcPosition = 1;
jdbcPosition = populateOwnerInStatement(sm, om, ps, jdbcPosition);
jdbcPosition = populateElementInStatement(om, ps, element, jdbcPosition);
ResultSet rs = sqlControl.executeStatementQuery(mconn, findKeyStmt, ps);
try
{
if (rs.next())
{
key = keyMapping.getObject(om, rs, Mappings.getParametersIndex(1,keyMapping));