Partager via


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.

RemarqueRemarque :

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

public final int getFetchDirection()

Valeur de retour

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

Exceptions

SQLServerException

Remarques

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

Voir aussi

Référence

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members