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

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

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

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

Ian Gilfillan

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







SQLException Methods

You use these methods when a SQLException object has been created.


getErrorCode


sqlexception.getErrorCode()

Returns the error code from the vendor.



getMessage


sqlexception.getMessage()

Inherited from Throwable, this methods returns the message string for Throwable.



getNextException


sqlexception.getNextException()

Returns the next SQLException or null if there is none.



getSQLState


sqlexception.getSQLState()

Returns a SQLState identifier.



printStackTrace


sqlexception.printStackTrace(PrintStream s)

Inherited from the Throwable class, this method prints the stack trace to the standard error stream.



setNextException


setNextException(sqlexception e)

Adds a SQLException.



/ 229