다음을 통해 공유


executeQuery Method (java.lang.String)

Runs the given SQL statement and returns a single SQLServerResultSet object.

public final java.sql.ResultSet executeQuery(java.lang.String sql)

매개 변수

sql

A String that contains an SQL statement.

반환 값

A SQLServerResultSet object.

예외

SQLServerException

주의

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

This method overrides the executeQuery method that is found in the SQLServerStatement class.

Calling this method will result in an exception since the SQL statement for the SQLServerPreparedStatement object is specified when the object is created.

참고 항목

참조

SQLServerPreparedStatement Class

개념

executeQuery Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members