public static final class RowDescription.Field extends Object
RowDescription
.Constructor and Description |
---|
Field(short column,
int dataType,
int dataTypeModifier,
short dataTypeSize,
io.r2dbc.postgresql.message.Format format,
String name,
int table)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
short |
getColumn()
Returns the attribute number of the column.
|
int |
getDataType()
Returns the object ID of the field's data type.
|
int |
getDataTypeModifier()
Returns the type modifier.
|
short |
getDataTypeSize()
Returns the data type size.
|
io.r2dbc.postgresql.message.Format |
getFormat()
Returns the format.
|
String |
getName()
Returns the field name.
|
int |
getTable()
Returns the object ID of the table.
|
int |
hashCode() |
String |
toString() |
public Field(short column, int dataType, int dataTypeModifier, short dataTypeSize, io.r2dbc.postgresql.message.Format format, String name, int table)
column
- the attribute number of the columndataType
- the object ID of the field's data typedataTypeModifier
- the type modifierdataTypeSize
- the data type sizeformat
- the formatname
- the field nametable
- the object ID of the tableIllegalArgumentException
- if format
or name
is null
public short getColumn()
public int getDataType()
public int getDataTypeModifier()
public short getDataTypeSize()
public io.r2dbc.postgresql.message.Format getFormat()
public String getName()
public int getTable()
Copyright © 2019. All rights reserved.