Module packet_parser_string

This module contains functions these are responsible for parsing rows exctructed from response packages these came from MySQL server.

Copyright © 2010-2014 Alexei Krasnopolski

Version: 1.2.8

Introduced in: 2010-11-18

Authors: Alexei Krasnopolski (krasnop@bellsouth.net) [web site: http://krasnopolski.org/].

Description

This module contains functions these are responsible for parsing rows exctructed from response packages these came from MySQL server.

Function Index

parse_string_row/2Converts binary representation of result row to list of field values.

Function Details

parse_string_row/2

parse_string_row(B::binary(), Metadata::[#field_metadata{}]) -> [integer() | float() | string() | binary() | #mysql_time{} | #mysql_decimal{}] | #mysql_error{}

Converts binary representation of result row to list of field values.


Generated by EDoc