public class ErrorDescList extends Object
| Constructor and Description |
|---|
ErrorDescList() |
ErrorDescList(ErrorDescList edl) |
ErrorDescList(int length) |
ErrorDescList(SQLException ex) |
| Modifier and Type | Method and Description |
|---|---|
ErrorDesc[] |
getBuffer() |
int |
getLength() |
void |
insertIntoByteBuffer(ByteBuffer bbBuf) |
int |
lengthOfData() |
public ErrorDescList()
public ErrorDescList(int length)
public ErrorDescList(ErrorDescList edl)
public ErrorDescList(SQLException ex)
public void insertIntoByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic int lengthOfData()
public int getLength()
public ErrorDesc[] getBuffer()
Copyright © 2020. All rights reserved.