mysql_enc_int() = {int, mysql_enc_int_type()}
mysql_enc_int_type() = 1 | 2 | 3 | 4 | 6 | 8 | lenenc
mysql_enc_string() = {string, mysql_enc_string_type()}
mysql_enc_string_type() = pos_integer() | null | var | lenenc | eof
mysql_enc_type() = mysql_enc_int() | mysql_enc_string()
| take/2 | |
| take_seq/2 |
take(Type::mysql_enc_type(), PacketIn::binary()) -> {ok, Value::term(), PacketOut::binary()} | {error, Reason::term()}
take_seq(Types, BinIn) -> any()
Generated by EDoc