Module litebridge.db.spi
Interface DelegateExpressionFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory to create nestable column expressions.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ColumnExpression target, @Nullable Object... args) Creates a nestable column expression.
-
Method Details
-
create
Creates a nestable column expression.- Parameters:
target- Target/nested column expression, e.g. target "select column" expressionargs- Expression-specific additional arguments, if any.- Returns:
- A new column expression.
-