@FunctionalInterface public static interface Identifier.IdentifierConsumer
target type
) defining a
contract to consume Identifier
values.Modifier and Type | Method and Description |
---|---|
void |
accept(SqlIdentifier name,
Object value,
Class<?> targetType)
Performs this operation on the given arguments.
|
void accept(SqlIdentifier name, Object value, Class<?> targetType)
name
- value
- targetType
- Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.