public class PgsqlRowDescriptionMessage extends PgsqlDetailedQueryResponseMessage<List<PgsqlRowDescriptionMessage.Field>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PgsqlRowDescriptionMessage.Field |
| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE |
HEADER_SIZE| Constructor and Description |
|---|
PgsqlRowDescriptionMessage(List<PgsqlRowDescriptionMessage.Field> fields) |
| Modifier and Type | Method and Description |
|---|---|
List<PgsqlRowDescriptionMessage.Field> |
getDetails() |
List<PgsqlRowDescriptionMessage.Field> |
getFields() |
byte |
getType() |
void |
setFields(List<PgsqlRowDescriptionMessage.Field> fields) |
String |
toString() |
getHeaderSizepublic static final byte TYPE
public PgsqlRowDescriptionMessage(List<PgsqlRowDescriptionMessage.Field> fields)
public List<PgsqlRowDescriptionMessage.Field> getFields()
public void setFields(List<PgsqlRowDescriptionMessage.Field> fields)
public byte getType()
public String toString()
toString in class PgsqlQueryResponseMessagepublic List<PgsqlRowDescriptionMessage.Field> getDetails()
Copyright © 2017 The CLARUS Consortium. All rights reserved.