Package 

Class SqlTarget.DateTimeLiteral

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value
      private final DateTimeLiteralExpression.DateTime type
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlTarget.DateTimeLiteral(String value, DateTimeLiteralExpression.DateTime type)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getValue()
      final DateTimeLiteralExpression.DateTime getType()
      <T extends Any> T visit(SqlTargetVisitor<T> visitor)
      String toString()
      • Methods inherited from class tech.harmonysoft.oss.sql.dsl.target.SqlTarget

        replaceColumns
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlTarget.DateTimeLiteral

        SqlTarget.DateTimeLiteral(String value, DateTimeLiteralExpression.DateTime type)