Dynamic Attributes

These are attributes that have a short lifespan and are only available immediately after being set. They apply to the handle that's just been returned.

err

$DBI::err

The same as $handle->err.

errstr

$DBI::errstr

The same as $handle->errstr.

lasth

$DBI::lasth

Returns the DBI handle used with the most recent DBI method call or the parent of the handle (if it exists) if the method call was a DESTROY.

rows

$DBI::rows

The same as $handle->rows.

state

$DBI::state

The same as $handle->state.



Mastering MySQL 4
Mastering MySQL 4
ISBN: 0782141625
EAN: 2147483647
Year: 2003
Pages: 230
Authors: Ian Gilfillan

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net