commit function has 2 variants:
commit
Sends commit command to the database through default connection.
default
void commit();
Sends commit command to the database through connection whose name is passed as argument connectionName.
connectionName
void commit(char connectionName);
char connectionName - Connection name to be commited.
char connectionName
Last updated 5 years ago
Was this helpful?