Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Retrieves the direction for fetching rows from database tables that is the default for result sets that are generated from this SQLServerStatement object.
Note
This method is not currently implemented by the Microsoft JDBC Driver for SQL Server. Therefore, it will always return FETCH_UNKNOWN.
Syntax
public final int getFetchDirection()
Return Value
An int that indicates the fetch direction that is specified by the setFetchDirection method.
Exceptions
Remarks
This getFetchDirection method is specified by the getFetchDirection method in the java.sql.Statement interface.