Module litebridge.db.spi
Interface LiteralExpressionFactory
- 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 literal value expressions.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a literal value expression.
-
Method Details
-
create
Creates a literal value expression.- Parameters:
value- The literal value to be represented.- Returns:
- A new literal expression.
-