Clears the result object and frees the memory allocated to the underlying C struct

Property definitions

postgresql $ PGResult :: clear
  # Clears the result object and frees the memory allocated to the underlying C struct
  fun clear do pg_result.clear
lib/postgresql/postgres.nit:138,3--139,30