:: 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 © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.