Interface MapValueBuilder<E extends Throwable>
public interface MapValueBuilder<E extends Throwable>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(BlockBuilder keyBuilder, BlockBuilder valueBuilder) buildMapValue(MapType mapType, int entryCount, MapValueBuilder<E> builder)
-
Method Details
-
buildMapValue
static <E extends Throwable> SqlMap buildMapValue(MapType mapType, int entryCount, MapValueBuilder<E> builder) throws E - Throws:
E
-
build
- Throws:
E
-