Class Constant

  • All Implemented Interfaces:
    rocks.frieler.kraftsql.expressions.Expression

    
    public class Constant<E extends Engine<E>, T extends Object>
    extends Constant<BigQueryEngine, T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T value
    • Constructor Summary

      Constructors 
      Constructor Description
      Constant(T value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String sql()
      • Methods inherited from class rocks.frieler.kraftsql.expressions.Constant

        defaultColumnName, equals, getValue, hashCode
      • Methods inherited from class java.lang.Object

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

      • Constant

        Constant(T value)