gda_connection_real_close

Name

gda_connection_real_close —

Synopsis

static void gda_connection_real_close (Gda_Connection* cnc);

Arguments

cnc

The connection object which should be closed

Description

Closes the connection object and all associated #Gda_Recordset objects. #Gda_Command objects are not closed, but can't be used anymore. Transactions pending on this objects are aborted and an error is returned.

Returns

0 on success, -1 on error