|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.idms.qcli.QcliException
ca.idms.qcli.QcliSQLException
ca.idms.qcli.QcliSQLWarning
public class QcliSQLWarning
Thrown when SQLCODE > 0 and not 100 after a call to Qcli.
| Field Summary |
|---|
| Fields inherited from class ca.idms.qcli.QcliException |
|---|
sqlstate |
| Constructor Summary | |
|---|---|
QcliSQLWarning(ca.idms.qcli.Sqlca s)
Constructs a new QcliSQLWarning. |
|
| Method Summary |
|---|
| Methods inherited from class ca.idms.qcli.QcliSQLException |
|---|
getSqlca |
| Methods inherited from class ca.idms.qcli.QcliException |
|---|
getDetailMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QcliSQLWarning(ca.idms.qcli.Sqlca s)
s - the Sqlca returned by Qcli.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||