Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB
title beforeFirst Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.beforeFirst
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 04eebd6a-016f-4462-82f5-ab34b945eec4
author David-Engel
ms.author v-daenge

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