mysql-native v1.2.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Function PreparedImpl.exec
Execute a prepared command, such as INSERT/UPDATE/CREATE/etc.
ulong exec
();
This method is intended for commands which do not produce a result set
(otherwise, use one of the query functions instead.) If the SQL command does
produces a result set (such as SELECT), MYXResultRecieved
will be thrown.
Type Mappings
See the MySQL/D Type Mappings tables
Returns
The number of rows affected.