Database.executeSQL()

Signature

int executeSQL(String sql)

Domain

ACTION, CONDITION, BUI

Description

Executes an SQL statement using the connection that is set

Parameters

NameTypeDescription
sqlStringSQL statement to execute

Returns

TypeDescription
intTotal number of records affected by the SQL statement.

Cautions

none