Returns the column number associated with the column_name

Property definitions

postgresql $ PGResult :: fnumber
  # Returns the column number associated with the `column_name`
  fun fnumber(column_name:String):Int do return pg_result.fnumber(column_name)
lib/postgresql/postgres.nit:153,3--154,78