Class SqlLiteralTimestamp


  • public class SqlLiteralTimestamp
    extends SqlNode
    Timestamp literal.
    • Constructor Detail

      • SqlLiteralTimestamp

        public SqlLiteralTimestamp​(String value)
        Instantiates a new Sql literal timestamp.
        Parameters:
        value - the value
    • Method Detail

      • getValue

        public String getValue()
        Get the value.
        Returns:
        literal timestamp value in format: YYYY-MM-DD HH:MI:SS.FF6