Module litebridge.db.spi
Interface SubselectExpressionFactory
- 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 encapsulation a sub-select.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a sub-select expression.
-
Method Details
-
create
Creates a sub-select expression.- Parameters:
subselect- Target sub-select.- Returns:
- A new column expression.
-