moveToCurrentRow 메서드(SQLServerResultSet)

JDBC 드라이버 다운로드

커서를 저장된 커서 위치(대개 현재 행)로 이동합니다.

구문

  
public void moveToCurrentRow()  

예외

SQLServerException

설명

이 moveToCurrentRow 메서드는 java.sql.ResultSet 인터페이스의 moveToCurrentRow 메서드에 의해 지정됩니다.

커서가 삽입 행에 있지 않으면 이 메서드는 아무 영향도 주지 않습니다.

참고 항목

SQLServerResultSet 멤버
SQLServerResultSet 클래스