Class Unknowns.TxtEncoder
- java.lang.Object
-
- com.impossibl.postgres.system.procs.Strings.TxtEncoder
-
- com.impossibl.postgres.system.procs.Unknowns.TxtEncoder
-
- All Implemented Interfaces:
Type.Codec.Encoder<StringBuilder>
- Enclosing class:
- Unknowns
public static class Unknowns.TxtEncoder extends Strings.TxtEncoder
-
-
Constructor Summary
Constructors Constructor Description TxtEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encode(Context context, Type type, Object value, Object sourceContext, StringBuilder buffer)
-
Methods inherited from class com.impossibl.postgres.system.procs.Strings.TxtEncoder
encodeValue
-
-
-
-
Method Detail
-
encode
public void encode(Context context, Type type, Object value, Object sourceContext, StringBuilder buffer) throws IOException
- Specified by:
encode
in interfaceType.Codec.Encoder<StringBuilder>
- Throws:
IOException
-
-