Compartir a través de


Método getResultSetType (ISQLServerStatement)

Recupera el tipo del conjunto de resultados para los objetos SQLServerResultSet que haya generado este objeto SQLServerStatement.

Sintaxis

public final int getResultSetType()

Valor devuelto

Un valor int que indica el tipo de conjunto de resultados.

Excepciones

SQLServerException

Notas

El método getResultSetType especifica este método getResultSetType en la interfaz java.sql.Statement.

Vea también

Referencia

Clase SQLServerStatement

Conceptos

Miembros SQLServerStatement