public class SQLWarningOrErrorList extends Object
| Constructor and Description |
|---|
SQLWarningOrErrorList() |
SQLWarningOrErrorList(SQLException ex) |
SQLWarningOrErrorList(SQLException ex,
int[] numStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode() |
void |
insertIntoByteBuffer(ByteBuffer bbBuf) |
int |
lengthOfData() |
public SQLWarningOrErrorList()
public SQLWarningOrErrorList(SQLException ex)
public SQLWarningOrErrorList(SQLException ex, int[] numStatus)
public void insertIntoByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic int lengthOfData()
public int getReturnCode()
Copyright © 2020. All rights reserved.