| Constructor and Description |
|---|
RowWriterImpl(SchemaProviderImpl schema,
ByteOrder byteOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkUnsetFields() |
org.locationtech.jts.geom.Geometry |
convertGeographyToJTSGeometry(Geography geog) |
byte[] |
encodeStr() |
void |
finish() |
ByteBuffer |
processOutOfSpace() |
SchemaProvider |
schema() |
void |
setNull(int index) |
void |
setNull(String name) |
void |
setValue(int index,
Object value) |
void |
setValue(int index,
Value value) |
void |
setValue(String name,
Object value) |
void |
setValue(String name,
Value value) |
void |
write(int index,
boolean v) |
void |
write(int index,
byte v) |
void |
write(int index,
byte[] v) |
void |
write(int index,
Date v) |
void |
write(int index,
DateTime v) |
void |
write(int index,
double v) |
void |
write(int index,
float v) |
void |
write(int index,
Geography v) |
void |
write(int index,
int v) |
void |
write(int index,
long v) |
void |
write(int index,
short v) |
void |
write(int index,
Time v) |
public RowWriterImpl(SchemaProviderImpl schema, ByteOrder byteOrder) throws RuntimeException
RuntimeExceptionpublic SchemaProvider schema()
public void write(int index,
boolean v)
throws RuntimeException
write in interface RowWriterRuntimeExceptionpublic void setValue(int index,
Object value)
public void setValue(int index,
Value value)
public void setNull(String name)
public void setNull(int index)
public void checkUnsetFields()
public ByteBuffer processOutOfSpace()
public void finish()
public org.locationtech.jts.geom.Geometry convertGeographyToJTSGeometry(Geography geog)
Copyright © 2022. All rights reserved.