public class SqlWarning extends SqlException implements Diagnosable
getSQLWarning()| Modifier and Type | Field and Description |
|---|---|
private SqlWarning |
nextWarning_ |
CLIENT_MESSAGE_RESOURCE_NAME, nextException_, wrappedException_| Constructor and Description |
|---|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
java.lang.Object... args) |
SqlWarning(LogWriter logWriter,
Sqlca sqlca) |
| Modifier and Type | Method and Description |
|---|---|
java.sql.SQLWarning |
getSQLWarning()
Get the java.sql.SQLWarning for this SqlWarning
|
(package private) void |
setNextWarning(SqlWarning warning) |
copyAsUnchainedSQLException, getErrorCode, getMessage, getMessageUtil, getNextException, getSqlca, getSQLException, getSQLState, javaException, setBatchPositionLabel, setNextException, setNextException, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSqlcaprivate SqlWarning nextWarning_
SqlWarning(LogWriter logwriter, ClientMessageId msgid, java.lang.Object... args)
void setNextWarning(SqlWarning warning)
public java.sql.SQLWarning getSQLWarning()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.