dump_results
$rows = DBI::dump_results(st_handle, maxlen, ldelim, fdelim, fileh)
- Runs
DBI::neat()on all the rows of a statement handle and prints them for testing purposes.- st_handle
- The statement handle to retrieve.
- maxlen
- The length at which to truncate with "..." (default is 35).
- ldelim
- The delimiter between rows (default is "
n"). - fdelim
- The delimiter between individual fields (default is "").
- fileh
- The filehandle to print to (default is STDOUT).