Module litebridge.db.spi
Interface ColumnExpressionFactory
- 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 expressions targeting a specific column.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a column expression.
-
Method Details
-
create
Creates a column expression.- Parameters:
column- Target column of the expression.args- Expression-specific additional arguments, if any.- Returns:
- A new column expression.
-