Built-In Object Type: DBBatch

Inherits All
(MORE DESCRIPTION TO COME.)
Methods:
NameArgumentsDescription
addBatch
sql
Adds the sql to this batch.
executeBatch
  Executes this batch, and returns an array of integers that correspond to the execution result of each SQL statement.
getBatchSize
  Returns the current number of SQL statements in this batch.