public interface IColumn
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
flushToSerializer(BinarySerializer serializer,
boolean now)
Flush to socket output stream
|
ColumnWriterBuffer |
getColumnWriterBuffer() |
boolean |
isExported() |
String |
name() |
void |
setColumnWriterBuffer(ColumnWriterBuffer buffer) |
IDataType<?,?> |
type() |
Object |
value(int idx) |
void |
write(Object object) |
boolean isExported()
String name()
IDataType<?,?> type()
Object value(int idx)
void write(Object object) throws IOException, SQLException
IOExceptionSQLExceptionvoid flushToSerializer(BinarySerializer serializer, boolean now) throws IOException, SQLException
serializer - is serializer wrapper of tcp socketnow - means we should flush all the buffer to serializer nowIOExceptionSQLExceptionvoid clear()
void setColumnWriterBuffer(ColumnWriterBuffer buffer)
ColumnWriterBuffer getColumnWriterBuffer()
Copyright © 2021. All rights reserved.