Frees the Array object and releases the resources that it holds.
Both 1-D and N-D arrays are supported for this method.
Syntax
void free() throws SQLException
Exceptions
Throws SQLException if an error occurs while attempting to free the array and release its resources. A database specific code “9743 (ERRUDFJAVARRAY) <Failed to free Array object>” is returned.