wrong(headerCells);
throw new SQLException("Cannot find column " + paramName);
}
if (question_mark > 0) {
if (question_mark < name.length() - 1) {
accessors[i] = new SequenceAccessor(accessors[i], name.substring(question_mark + 1));
} else {
accessors[i] = new DbAutoGeneratedKeyAccessor(accessors[i]);
}
columnBindings[i] = new SymbolAccessQueryBinding();
} else {