提交 9d363aeb authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 bebb211e
......@@ -56,7 +56,7 @@ public class ResultTempTable implements ResultExternal {
table.getIndexes().add(index);
}
public int removeRow(Value[] values) throws SQLException {
public int removeRow(Value[] values) throws SQLException {
Row row = convertToRow(values);
Cursor cursor = find(row);
if (cursor != null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论