Built-In Object Type: DBUpdate

Inherits All
(MORE DESCRIPTION TO COME.)
Methods:
NameArgumentsDescription
close
  Closes this prepared statement.
getPreparedStatement
  Returns the prepared statement (an instance of java.sql.PreparedStatement) for this query.
getResult
  Returns the last run result, which is a count of affected rows.
getSQL
  Returns the SQL statement for this query.
hasResult
  Returns true if the last run has results.