Class AbstractLiteral<T>

    • Field Detail

      • value

        protected T value
    • Constructor Detail

      • AbstractLiteral

        public AbstractLiteral​(T value)
    • Method Detail

      • getLiteralType

        public abstract LiteralType getLiteralType()
      • evaluatesToSchemaType

        public abstract boolean evaluatesToSchemaType​(SimpleType schemaType)
      • convertToSQLPlaceHolder

        public abstract org.citydb.sqlbuilder.expression.PlaceHolder<?> convertToSQLPlaceHolder()
      • getValue

        public T getValue()