execute Method (java.lang.String) (SQLServerStatement)
Runs the given SQL statement, which can return multiple results.
public boolean execute(java.lang.String sql)
매개 변수
sql
A String that contains an SQL statement.
반환 값
true if the first result is a result set. Otherwise, false.
예외
주의
This execute method is specified by the execute method in the java.sql.Statement interface.
참고 항목
참조
개념
execute Method (SQLServerStatement)
SQLServerStatement Methods
SQLServerStatement Members