Used to apply simple executing to a SQL statement.
property UnpreparedExecute: boolean default False;
If the UnpreparedExecute propery is set to True, the simple execute is used for SQL statement. Statement is not prepared before execute. It allows to add multiple statements separated by semicolon to the SQL property.