未验证 提交 c629c324 编写于 作者: X Xiangdong Huang 提交者: GitHub

Merge pull request #95 from apache/fix_jira_34

[IOTDB-34] using the default close function in IoTDBMetadataResultSet
......@@ -74,11 +74,6 @@ public class IoTDBMetadataResultSet extends IoTDBQueryResultSet {
}
}
@Override
public void close() throws SQLException {
throw new SQLException(METHOD_NOT_SUPPORTED);
}
@Override
public int findColumn(String columnName) throws SQLException {
throw new SQLException(METHOD_NOT_SUPPORTED);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册