hanaclient_free_connection Function
Frees the resources associated with a connection object.
Parameters
- $conn
-
A connection object created by hanaclient_new_connection.
Returns
Returns nil.
Example
# Disconnect from the database api.hanaclient_disconnect( conn ) # Free the connection resources api.hanaclient_free_connection( conn ) # Free resources the api object uses api.hanaclient_fini() # Close the interface hanaclientwhere::API.hanaclient_finalize_interface( api )