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()
Rückgabewert
A SQLServerResultSet object.
Ausnahmen
Hinweise
This executeQuery method is specified by the executeQuery method in the java.sql.PreparedStatement interface.
Siehe auch
Verweis
SQLServerPreparedStatement Class
Konzepte
executeQuery Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members