public class SqlWarning extends SqlException implements Diagnosable
getSQLWarning()| Modifier and Type | Field and Description |
|---|---|
protected SqlWarning |
nextWarning_ |
args_, BATCH_POSITION_ID, cachedMessage_, CAUSED_BY_EXCEPTION_ID, causeString_, CLIENT_MESSAGE_RESOURCE_NAME, DEFAULT_ERRCODE, errorcode_, message_, msgid_, nextException_, sqlca_, sqlstate_, throwable_, wrappedException_| Modifier | Constructor and Description |
|---|---|
|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid) |
|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
Object arg1) |
|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
Object[] args) |
|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
Object[] args,
Throwable cause) |
|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
Object arg1,
Object arg2) |
|
SqlWarning(LogWriter logwriter,
ClientMessageId msgid,
Object arg1,
Object arg2,
Object arg3) |
|
SqlWarning(LogWriter logWriter,
Sqlca sqlca) |
protected |
SqlWarning(LogWriter logWriter,
Throwable throwable,
String reason,
String sqlState,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
SqlWarning |
getNextWarning() |
SQLWarning |
getSQLWarning(Agent agent)
Get the java.sql.SQLWarning for this SqlWarning
|
void |
setNextWarning(SqlWarning warning) |
getErrorCode, getMessage, getMessageUtil, getNextException, getSqlca, getSQLException, getSQLException, getSQLState, javaException, printTrace, setNextException, setNextException, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSqlca, printTraceprotected SqlWarning nextWarning_
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, Object[] args, Throwable cause)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, Object[] args)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, Object arg1)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, Object arg1, Object arg2)
public SqlWarning(LogWriter logwriter, ClientMessageId msgid, Object arg1, Object arg2, Object arg3)
public void setNextWarning(SqlWarning warning)
public SqlWarning getNextWarning()
public SQLWarning getSQLWarning(Agent agent)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.