Blobbing out (and in)
previous slidetable of contentsnext slide

You allocate the buffer
$dbh->{LongReadLen}
$dbh->{LongTruncOk}
Use place holders for inserts
Use $sth->bind_param_inout (where available) to avoid copying
No support for chunking
Driver specific methods: eg: blob_read()