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)
Create 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 nullpublic List<RowDescription.Field> getFields()
Copyright © 2024. All rights reserved.