Struct mysql_common::packets::LocalInfilePacket [] [src]

pub struct LocalInfilePacket<'a> { /* fields omitted */ }

Represents MySql's local infile packet.

Methods

impl<'a> LocalInfilePacket<'a>
[src]

Value of the file_name field of a local infile packet as a byte slice.

Value of the file_name field of a local infile packet as a string (lossy converted).