public class PgsqlExecuteMessage extends PgsqlQueryRequestMessage
| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE |
HEADER_SIZE| Constructor and Description |
|---|
PgsqlExecuteMessage(CString portal,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRows() |
CString |
getPortal() |
byte |
getType() |
void |
setMaxRows(int maxRows) |
void |
setPortal(CString portal) |
String |
toString() |
getHeaderSizepublic static final byte TYPE
public PgsqlExecuteMessage(CString portal, int maxRows)
public CString getPortal()
public void setPortal(CString portal)
public int getMaxRows()
public void setMaxRows(int maxRows)
public byte getType()
public String toString()
toString in class PgsqlQueryRequestMessageCopyright © 2017 The CLARUS Consortium. All rights reserved.