Mastering MySQL 4 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Mastering MySQL 4 [Electronic resources] - نسخه متنی

Ian Gilfillan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







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.



/ 229