public interface JsonOutput
void flush() throws IOException
IOException
void writeStartArray() throws IOException
IOException
void writeEndArray() throws IOException
IOException
void writeStartObject() throws IOException
IOException
void writeEndObject() throws IOException
IOException
void writeUntypedNull() throws IOException
IOException
void writeFieldName(String name) throws IOException
IOException
void writeDecimal(BigDecimal value) throws IOException
IOException
void writeTinyInt(byte value) throws IOException
IOException
void writeSmallInt(short value) throws IOException
IOException
void writeInt(int value) throws IOException
IOException
void writeBigInt(long value) throws IOException
IOException
void writeFloat(float value) throws IOException
IOException
void writeDouble(double value) throws IOException
IOException
void writeVarChar(String value) throws IOException
IOException
void writeVar16Char(String value) throws IOException
IOException
void writeBinary(byte[] value) throws IOException
IOException
void writeBoolean(boolean value) throws IOException
IOException
void writeDate(TemporalAccessor value) throws IOException
IOException
void writeTime(TemporalAccessor value) throws IOException
IOException
void writeTimestamp(TemporalAccessor value) throws IOException
IOException
void writeInterval(org.joda.time.Period value) throws IOException
IOException
void writeDecimalNull() throws IOException
IOException
void writeTinyIntNull() throws IOException
IOException
void writeSmallIntNull() throws IOException
IOException
void writeIntNull() throws IOException
IOException
void writeBigIntNull() throws IOException
IOException
void writeFloatNull() throws IOException
IOException
void writeDoubleNull() throws IOException
IOException
void writeVarcharNull() throws IOException
IOException
void writeVar16charNull() throws IOException
IOException
void writeBinaryNull() throws IOException
IOException
void writeBooleanNull() throws IOException
IOException
void writeDateNull() throws IOException
IOException
void writeTimeNull() throws IOException
IOException
void writeTimestampNull() throws IOException
IOException
void writeIntervalNull() throws IOException
IOException
void writeDecimal(FieldReader reader) throws IOException
IOException
void writeTinyInt(FieldReader reader) throws IOException
IOException
void writeSmallInt(FieldReader reader) throws IOException
IOException
void writeInt(FieldReader reader) throws IOException
IOException
void writeBigInt(FieldReader reader) throws IOException
IOException
void writeFloat(FieldReader reader) throws IOException
IOException
void writeDouble(FieldReader reader) throws IOException
IOException
void writeVarChar(FieldReader reader) throws IOException
IOException
void writeVar16Char(FieldReader reader) throws IOException
IOException
void writeBinary(FieldReader reader) throws IOException
IOException
void writeBoolean(FieldReader reader) throws IOException
IOException
void writeDate(FieldReader reader) throws IOException
IOException
void writeTime(FieldReader reader) throws IOException
IOException
void writeTimestamp(FieldReader reader) throws IOException
IOException
void writeInterval(FieldReader reader) throws IOException
IOException
void writeDecimal(int index, FieldReader reader) throws IOException
IOException
void writeTinyInt(int index, FieldReader reader) throws IOException
IOException
void writeSmallInt(int index, FieldReader reader) throws IOException
IOException
void writeInt(int index, FieldReader reader) throws IOException
IOException
void writeBigInt(int index, FieldReader reader) throws IOException
IOException
void writeFloat(int index, FieldReader reader) throws IOException
IOException
void writeDouble(int index, FieldReader reader) throws IOException
IOException
void writeVarChar(int index, FieldReader reader) throws IOException
IOException
void writeVar16Char(int index, FieldReader reader) throws IOException
IOException
void writeBinary(int index, FieldReader reader) throws IOException
IOException
void writeBoolean(int index, FieldReader reader) throws IOException
IOException
void writeDate(int index, FieldReader reader) throws IOException
IOException
void writeTime(int index, FieldReader reader) throws IOException
IOException
void writeTimestamp(int index, FieldReader reader) throws IOException
IOException
void writeInterval(int index, FieldReader reader) throws IOException
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.