public final class RowDescription extends Object implements BackendMessage
Modifier and Type | Class and Description |
---|---|
static class |
RowDescription.Field
The field within the
RowDescription . |
Constructor and Description |
---|
RowDescription(List<RowDescription.Field> fields)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<RowDescription.Field> |
getFields()
Returns the fields.
|
int |
hashCode() |
String |
toString() |
public RowDescription(List<RowDescription.Field> fields)
fields
- the fieldsIllegalArgumentException
- if fields
is null
public List<RowDescription.Field> getFields()
Copyright © 2019. All rights reserved.