
org.fastnate.generator.statements.PrimitiveColumnExpression Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastnate-generator Show documentation
Show all versions of fastnate-generator Show documentation
The Fastnate Offline SQL Generator
The newest version!
package org.fastnate.generator.statements;
import java.util.function.Function;
import org.fastnate.generator.dialect.GeneratorDialect;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
/**
* A {@link ColumnExpression} which contains a primitive value.
*
* @author Tobias Liefke
* @param
* the type of the primitive value
*/
@Getter
@RequiredArgsConstructor
public class PrimitiveColumnExpression implements ColumnExpression {
/** Represents an expression of a {@code null} value. */
public static final PrimitiveColumnExpression
© 2015 - 2025 Weber Informatics LLC | Privacy Policy