Método execute ()

Ejecuta la instrucción SQL en este objeto SQLServerPreparedStatement, que puede ser cualquier tipo de instrucción SQL.

Sintaxis

public boolean execute()

Valor devuelto

true si la instrucción devuelve un conjunto de resultados. false si devuelve un recuento de la actualización o ningún resultado.

Excepciones

SQLServerException

Notas

El método execute es especificado por el método execute en la interfaz java.sql.PreparedStatement.

Vea también

Referencia

Clase SQLServerPreparedStatement

Conceptos

Método execute (ISQLServerPreparedStatement)
Miembros de SQLServerPreparedStatement