다음을 통해 공유


execute Method ()

Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement.

public boolean execute()

반환 값

true if the statement returns a result set. false if it returns an update count or no result.

예외

SQLServerException

주의

This execute method is specified by the execute method in the java.sql.PreparedStatement interface.

참고 항목

참조

SQLServerPreparedStatement Class

개념

execute Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members