setFetchDirection Method (SQLServerStatement)

Gives Microsoft SQL Server JDBC Driver a hint as to the direction in which result set rows should be processed.

참고

The JDBC driver currently ignores the hint that is given by this method.

public final void setFetchDirection(int nDir)

매개 변수

nDir

An int that indicates the row processing direction, which can be one of the following values:

FETCH_FORWARD

FETCH_REVERSE

FETCH_UNKNOWN

예외

SQLServerException

주의

This setFetchDirection method is specified by the setFetchDirection method in the java.sql.Statement interface.

참고

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members