Class Names.TxtEncoder
- java.lang.Object
-
- com.impossibl.postgres.system.procs.Names.TxtEncoder
-
- All Implemented Interfaces:
Type.Codec.Encoder<StringBuilder>
- Enclosing class:
- Names
public static class Names.TxtEncoder extends Object
-
-
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)
protected void
encodeValue(Context context, Type type, Object value, Object sourceContext, StringBuilder buffer)
-
-
-
Method Detail
-
encodeValue
protected void encodeValue(Context context, Type type, Object value, Object sourceContext, StringBuilder buffer) throws IOException
- Throws:
IOException
-
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
-
-