다음을 통해 공유


execute 메서드 (java.lang.String)

JDBC 드라이버 다운로드

여러 결과를 반환할 수 있는 지정된 SQL 문을 실행합니다.

구문

  
public final boolean execute(java.lang.String sql)  

매개 변수

sql

SQL 문을 포함하는 문자열입니다.

Return Value

문에서 결과 집합을 반환하면 true 입니다. 업데이트 횟수를 반환하거나 결과를 반환하지 않으면 false 입니다.

예외

SQLServerException

설명

이 execute 메서드는 java.sql.Statement 인터페이스의 execute 메서드에 의해 지정됩니다.

이 메서드는 SQLServerStatement 클래스에 있는 실행 메서드를 재정의합니다.

이 메서드를 호출하면 개체를 만들 때 SQLServerPreparedStatement 개체에 대한 SQL 문이 지정되므로 예외가 발생합니다.

참고 항목

execute 메서드(SQLServerPreparedStatement)
SQLServerPreparedStatement 멤버
SQLServerPreparedStatement 클래스