Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object generated by the query.
Overload List
Name | Description |
---|---|
executeQuery () | Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object that is generated by the query. |
executeQuery (java.lang.String) | Runs the given SQL statement and returns a single SQLServerResultSet object. |
See Also
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class