Class DB2Codec

  • All Implemented Interfaces:
    Codec<java.lang.Character>

    @Deprecated
    public class DB2Codec
    extends AbstractCharacterCodec
    Deprecated.
    Implementation of the Codec interface for DB2 strings. This function will only protect you from SQLi in limited situations.
    Since:
    October 26, 2010
    Author:
    Sivasankar Tanakala (stanakal@TRS.NYC.NY.US)
    See Also:
    Encoder
    • Constructor Detail

      • DB2Codec

        public DB2Codec()
        Deprecated.
    • Method Detail

      • decodeCharacter

        public java.lang.Character decodeCharacter​(PushbackString input)
        Deprecated.