public class PgsqlPasswordMessage extends Object implements PgsqlAuthenticationRequest
| Modifier and Type | Field and Description |
|---|---|
static int |
HEADER_SIZE |
static byte |
TYPE |
| Constructor and Description |
|---|
PgsqlPasswordMessage(CString password) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeaderSize() |
CString |
getPassword() |
byte |
getType() |
void |
setPassword(CString password) |
String |
toString() |
public static final byte TYPE
public static final int HEADER_SIZE
public PgsqlPasswordMessage(CString password)
public byte getType()
getType in interface PgsqlMessagepublic int getHeaderSize()
getHeaderSize in interface PgsqlMessagepublic CString getPassword()
public void setPassword(CString password)
Copyright © 2017 The CLARUS Consortium. All rights reserved.