Mastering MySQL 4 [Electronic resources]

Ian Gilfillan

نسخه متنی -صفحه : 229/ 177
نمايش فراداده

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.