다음을 통해 공유


getFetchDirection Method (SQLServerStatement)

Retrieves the direction for fetching rows from database tables that is the default for result sets that are generated from this SQLServerStatement object.

참고

This method is not currently implemented by Microsoft SQL Server 2005 JDBC Driver. Therefore, it will always return FETCH_UNKNOWN.

public final int getFetchDirection()

반환 값

An int that indicates the fetch direction that is specified by the setFetchDirection method.

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members