Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.06 KB

File metadata and controls

36 lines (27 loc) · 1.06 KB
title beforeFirst Method (SQLServerResultSet)
description beforeFirst Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.beforeFirst
apitype Assembly

beforeFirst Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Moves the cursor to before the first row of this SQLServerResultSet object.

Syntax

  
public void beforeFirst()  

Exceptions

SQLServerException

Remarks

This beforeFirst method is specified by the beforeFirst method in the java.sql.ResultSet interface.

See Also

SQLServerResultSet Members
SQLServerResultSet Class