Class TimestampValue

  • All Implemented Interfaces:
    Serializable, Expression, Model, net.sf.jsqlparser.parser.ASTNodeAccess

    public final class TimestampValue
    extends net.sf.jsqlparser.parser.ASTNodeAccessImpl
    implements Expression
    A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f . . .'}
    See Also:
    Serialized Form
    • Constructor Detail

      • TimestampValue

        public TimestampValue()
      • TimestampValue

        public TimestampValue​(String value)
    • Method Detail

      • setValue

        public void setValue​(Timestamp d)
      • getRawValue

        public String getRawValue()
      • setRawValue

        public void setRawValue​(String rawValue)
      • toString

        public String toString()
        Overrides:
        toString in class net.sf.jsqlparser.parser.ASTNodeAccessImpl