Interface ArrowFlightJdbcAccessorFactory.WasNullConsumer
- Enclosing class:
- ArrowFlightJdbcAccessorFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface used to propagate that the value accessed was null or not.
-
Method Summary
-
Method Details
-
setWasNull
void setWasNull(boolean wasNull)
-