klyn.databases.sql.Statement.executeBatch
method
public executeBatch() as ArrayList<Long> throws SQLException
Description

Executes the queued batch.

import klyn.databases.sql

counts = statement.executeBatch()
Throws
  • SQLException if the SQL operation cannot be completed because parameters, state, protocol data, or the database response are invalid.