Package com.impossibl.postgres.jdbc
Class PGSQLInput.Text
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGSQLInput<CharSequence>
-
- com.impossibl.postgres.jdbc.PGSQLInput.Text
-
- All Implemented Interfaces:
SQLInput
- Enclosing class:
- PGSQLInput<Buffer>
public static class PGSQLInput.Text extends PGSQLInput<CharSequence>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.impossibl.postgres.jdbc.PGSQLInput
PGSQLInput.Binary, PGSQLInput.Text
-
-
Constructor Summary
Constructors Constructor Description Text(Context context, Type[] attributeTypes, CharSequence[] attributeBuffers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Type.Codec.Decoder<CharSequence>
getDecoder(Type type)
-
Methods inherited from class com.impossibl.postgres.jdbc.PGSQLInput
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
-
-
-
-
Constructor Detail
-
Text
public Text(Context context, Type[] attributeTypes, CharSequence[] attributeBuffers)
-
-
Method Detail
-
getDecoder
protected Type.Codec.Decoder<CharSequence> getDecoder(Type type)
- Specified by:
getDecoder
in classPGSQLInput<CharSequence>
-
-