Class ParameterWithCal<T>


  • public class ParameterWithCal<T>
    extends Parameter<T>
    • Field Detail

      • cal

        private final java.util.Calendar cal
    • Constructor Detail

      • ParameterWithCal

        public ParameterWithCal​(Codec<T> codec,
                                T value,
                                java.util.Calendar cal)
    • Method Detail

      • encodeText

        public void encodeText​(PacketWriter encoder,
                               Context context)
                        throws java.io.IOException,
                               java.sql.SQLException
        Overrides:
        encodeText in class Parameter<T>
        Throws:
        java.io.IOException
        java.sql.SQLException
      • encodeBinary

        public void encodeBinary​(PacketWriter encoder)
                          throws java.io.IOException,
                                 java.sql.SQLException
        Overrides:
        encodeBinary in class Parameter<T>
        Throws:
        java.io.IOException
        java.sql.SQLException