public static class PGSQLInput.Text extends PGSQLInput<CharSequence>
PGSQLInput.Binary, PGSQLInput.Text
Constructor and Description |
---|
Text(Context context,
Type[] attributeTypes,
CharSequence[] attributeBuffers) |
Modifier and Type | Method and Description |
---|---|
protected Type.Codec.Decoder<CharSequence> |
getDecoder(Type type) |
readArray, readAsciiStream, readBigDecimal, readBinaryStream, readBlob, readBoolean, readByte, readBytes, readCharacterStream, readClob, readDate, readDouble, readFloat, readInt, readLong, readNClob, readNString, readObject, readObject, readRef, readRowId, readShort, readSQLXML, readString, readTime, readTimestamp, readURL, wasNull
public Text(Context context, Type[] attributeTypes, CharSequence[] attributeBuffers)
protected Type.Codec.Decoder<CharSequence> getDecoder(Type type)
getDecoder
in class PGSQLInput<CharSequence>