You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
The Statement#executeBatch() method ignores any timeout that has been set using the Statement#setQueryTimeout(int) method. Instead, the default timeout for the executeBatchDml RPC is used for executeBatch(), making it impossible to increase/decrease the timeout that should be used for executeBatch().
The
Statement#executeBatch()method ignores any timeout that has been set using theStatement#setQueryTimeout(int)method. Instead, the default timeout for theexecuteBatchDmlRPC is used forexecuteBatch(), making it impossible to increase/decrease the timeout that should be used forexecuteBatch().