mysql_info() for PDO?

Hello,

I’m doing a LOAD DATA INFILE prepared statement using PDO and I’d like to know the detailed results…like mysql_info() would provide.

I thought PDO::getAttribute but that doesn’t really provide the data I’m looking for.

Anyone know of any way to get detailed info with PDO?

TIA,
Noob