Class SqlLiteralInterval


  • public class SqlLiteralInterval
    extends SqlNode
    • Constructor Detail

      • SqlLiteralInterval

        public SqlLiteralInterval​(String value,
                                  DataType type)
    • Method Detail

      • getValue

        public String getValue()
        Returns:
        literal interval value in format: YYYY-MM-DD HH:MI:SS.FF6
      • getDataType

        public DataType getDataType()
      • toSimpleSql

        public String toSimpleSql()
        Specified by:
        toSimpleSql in class SqlNode
        Returns:
        A SQL representation of the current graph, using EXASOL SQL syntax. It is called "SIMPLE" because it is not guaranteed to be 100 % correct SQL (e.g. might be ambiguous).