Class SqlTimestampTzLiteral

All Implemented Interfaces:
Cloneable

public class SqlTimestampTzLiteral extends SqlAbstractDateTimeLiteral
A SQL literal representing a TIMESTAMP WITH TIME ZONE value, for example TIMESTAMP '1969-07-21 03:15 GMT+00:00'.

Create values using SqlLiteral.createTimestamp(java.util.Calendar, int, org.apache.calcite.sql.parser.SqlParserPos).