单项选择题

获得一个ResultSet后,请填空完善下面代码通过rs(ResultSet)插入一条新记录()

A.rs.moveToCurrentRow()
B.rs.isBeforeFirst()
C.rs.moveToInsertRow()
D.rs.insertRow()