executeQuery Method ()

Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object that is generated by the query.

public java.sql.ResultSet executeQuery()

Valor devuelto

A SQLServerResultSet object.

Excepciones

SQLServerException

Notas

This executeQuery method is specified by the executeQuery method in the java.sql.PreparedStatement interface.

Vea también

Referencia

SQLServerPreparedStatement Class

Conceptos

executeQuery Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members