public class Column extends AbstractColumn
buffer, name, type, values| Constructor and Description |
|---|
Column(String name,
IDataType<?,?> type,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushToSerializer(BinarySerializer serializer,
boolean now)
Flush to socket output stream
|
void |
write(Object object) |
clear, getColumnWriterBuffer, isExported, name, setColumnWriterBuffer, type, valuepublic void write(Object object) throws IOException, SQLException
IOExceptionSQLExceptionpublic void flushToSerializer(BinarySerializer serializer, boolean now) throws IOException, SQLException
IColumnserializer - is serializer wrapper of tcp socketnow - means we should flush all the buffer to serializer nowIOExceptionSQLExceptionCopyright © 2021. All rights reserved.