Share via


PreparedStatement.execute

Interface Overview | Interface Members | This Package | All Packages

Syntax

public abstract boolean execute() throws SQLException

Description

Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate.

Exceptions

SQLException if a database-access error occurs.

See Also

execute