Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: sdbc ::
exception SQLException
Base Hierarchy
SQLException
┗ ::com::sun::star::uno ::Exception
Description
is an exception that provides information on a database access error.
Each
SQLException
provides several kinds of information:
a string describing the error. This is used as the
::com::sun::star::uno ::Exception
message.
Elements' Summary
SQLState
returns a string, which uses the XOPEN SQLState conventions.
The values of the SQLState string are described in the XOPEN SQL spec.
ErrorCode
returns an integer error code that is specific to each vendor. Normally this will
be the actual error code returned by the underlying database.
A chain to the next Exception. This can be used to provide additional
error information.
NextException
returns a chain to the next Exception.
This can be used to provide additional
error information.
Elements' Details
SQLState
string SQLState ;
Description
returns a string, which uses the XOPEN SQLState conventions.
The values of the SQLState string are described in the XOPEN SQL spec.
ErrorCode
long ErrorCode ;
Description
returns an integer error code that is specific to each vendor. Normally this will
be the actual error code returned by the underlying database.
A chain to the next Exception. This can be used to provide additional
error information.
NextException
any NextException ;
Description
returns a chain to the next Exception.
This can be used to provide additional
error information.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.