public class TrafResultSet extends Object
Constructor and Description |
---|
TrafResultSet(ResultSet rs,
int stmtHandle,
String stmtLabel,
long stmtLabelCharset,
Descriptor2List columnDescList,
String proxySyntax) |
Modifier and Type | Method and Description |
---|---|
void |
closeTResultSet() |
Descriptor2List |
getColumnDescList() |
String |
getProxySyntax() |
ResultSet |
getResultSet() |
String |
getStmtLabel() |
long |
getStmtLabelCharset() |
void |
insertIntoByteBuffer(ByteBuffer bbBuf) |
boolean |
isClosed() |
int |
lengthOfData() |
void |
setColumnDescList(Descriptor2List columnDescList) |
void |
setProxySyntax(String proxySyntax) |
void |
setResultSet(ResultSet rs) |
void |
setStmtLabel(String stmtLabel) |
void |
setStmtLabelCharset(long stmtLabelCharset) |
public TrafResultSet(ResultSet rs, int stmtHandle, String stmtLabel, long stmtLabelCharset, Descriptor2List columnDescList, String proxySyntax)
public void insertIntoByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingException
public int lengthOfData()
public void closeTResultSet()
public boolean isClosed()
public ResultSet getResultSet()
public String getStmtLabel()
public long getStmtLabelCharset()
public Descriptor2List getColumnDescList()
public String getProxySyntax()
public void setResultSet(ResultSet rs)
public void setStmtLabel(String stmtLabel)
public void setStmtLabelCharset(long stmtLabelCharset)
public void setColumnDescList(Descriptor2List columnDescList)
public void setProxySyntax(String proxySyntax)
Copyright © 2020. All rights reserved.