Back to Exposed

executeUpdate

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc.statements.jdbc/-jdbc-prepared-statement-impl/execute-update.html

1.2.0510 B
Original Source

executeUpdate

open override fun executeUpdate(): Int

Executes an SQL statement stored in a java.sql.PreparedStatement.

Return

The affected row count if the executed statement is a DML type; otherwise, 0 if the statement returns nothing.

Generated by Dokka © 2026 Copyright