Module litebridge.db.spi
Interface SelectReferenceExpressionFactory
- 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 references to selected columns.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a reference to a selected column.
-
Method Details
-
create
Creates a reference to a selected column.- Parameters:
column- The selected column to reference.- Returns:
- A new reference expression.
-