Partager via


getResultSetType Method (SQLServerStatement)

Retrieves the result set type for SQLServerResultSet objects that are generated by this SQLServerStatement object.

public final int getResultSetType()

Valeur de retour

An int that indicates the result set type.

Exceptions

SQLServerException

Remarques

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

Voir aussi

Référence

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members