public class PgsqlBackendKeyDataMessage extends PgsqlQueryResponseMessage
| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE |
HEADER_SIZE| Constructor and Description |
|---|
PgsqlBackendKeyDataMessage(int processId,
int secretKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
getProcessId() |
int |
getSecretKey() |
byte |
getType() |
void |
setProcessId(int processId) |
void |
setSecretKey(int secretKey) |
String |
toString() |
getHeaderSizepublic static final byte TYPE
public PgsqlBackendKeyDataMessage(int processId,
int secretKey)
public int getProcessId()
public void setProcessId(int processId)
public int getSecretKey()
public void setSecretKey(int secretKey)
public byte getType()
public String toString()
toString in class PgsqlQueryResponseMessageCopyright © 2017 The CLARUS Consortium. All rights reserved.