Condividi tramite


execute Method ()

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

public boolean execute()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerPreparedStatement Class

Concetti

execute Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members