Share via


execute Method (java.lang.String) (SQLServerStatement)

Runs the given SQL statement, which can return multiple results.

public boolean execute(java.lang.String sql)

Parámetros

sql

A String that contains an SQL statement.

Valor devuelto

true if the first result is a result set. Otherwise, false.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerStatement Class

Conceptos

execute Method (SQLServerStatement)
SQLServerStatement Methods
SQLServerStatement Members