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