public class PgsqlBindMessage extends PgsqlQueryRequestMessage
| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE |
HEADER_SIZE| Constructor and Description |
|---|
PgsqlBindMessage(CString portal,
CString preparedStatement,
List<Short> parameterFormats,
List<io.netty.buffer.ByteBuf> parameterValues,
List<Short> resultColumnFormats) |
| Modifier and Type | Method and Description |
|---|---|
short |
getParameterFormat(int index) |
List<Short> |
getParameterFormats() |
io.netty.buffer.ByteBuf |
getParameterValue(int index) |
CString |
getParameterValueAsText(int index) |
List<io.netty.buffer.ByteBuf> |
getParameterValues() |
CString |
getPortal() |
CString |
getPreparedStatement() |
short |
getResultColumnFormat(int index) |
List<Short> |
getResultColumnFormats() |
byte |
getType() |
boolean |
isParameterBinaryFormat(int index) |
boolean |
isParameterTextFormat(int index) |
boolean |
isResultColumnBinaryFormat(int index) |
boolean |
isResultColumnTextFormat(int index) |
void |
setParameterFormats(List<Short> parameterFormats) |
void |
setParameterValues(List<io.netty.buffer.ByteBuf> parameterValues) |
void |
setPortal(CString portal) |
void |
setPreparedStatement(CString preparedStatement) |
void |
setResultColumnFormats(List<Short> resultColumnFormats) |
String |
toString() |
getHeaderSizepublic static final byte TYPE
public CString getPortal()
public void setPortal(CString portal)
public CString getPreparedStatement()
public void setPreparedStatement(CString preparedStatement)
public short getParameterFormat(int index)
public boolean isParameterTextFormat(int index)
public boolean isParameterBinaryFormat(int index)
public List<io.netty.buffer.ByteBuf> getParameterValues()
public void setParameterValues(List<io.netty.buffer.ByteBuf> parameterValues)
public io.netty.buffer.ByteBuf getParameterValue(int index)
public CString getParameterValueAsText(int index)
public short getResultColumnFormat(int index)
public boolean isResultColumnTextFormat(int index)
public boolean isResultColumnBinaryFormat(int index)
public byte getType()
public String toString()
toString in class PgsqlQueryRequestMessageCopyright © 2017 The CLARUS Consortium. All rights reserved.