public class SQLWarningOrError extends Object
Constructor and Description |
---|
SQLWarningOrError() |
SQLWarningOrError(SQLException ex,
int rowId) |
Modifier and Type | Method and Description |
---|---|
void |
extractFromByteBuffer(ByteBuffer bbBuf) |
int |
getRowId() |
int |
getSqlCode() |
String |
getSqlState() |
String |
getText() |
void |
insertIntoByteBuffer(ByteBuffer bbBuf) |
int |
lengthOfData() |
void |
setRowId(int rowId) |
void |
setSqlCode(int sqlCode) |
void |
setSqlState(String sqlState) |
void |
setText(String text) |
public SQLWarningOrError()
public SQLWarningOrError(SQLException ex, int rowId)
public void extractFromByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingException
public void insertIntoByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingException
public int lengthOfData()
public int getRowId()
public int getSqlCode()
public String getText()
public String getSqlState()
public void setRowId(int rowId)
public void setSqlCode(int sqlCode)
public void setText(String text)
public void setSqlState(String sqlState)
Copyright © 2020. All rights reserved.