Interface RowValueBuilder<E extends Throwable>
public interface RowValueBuilder<E extends Throwable>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(List<BlockBuilder> fieldBuilders) buildRowValue(RowType rowType, RowValueBuilder<E> builder)
-
Method Details
-
buildRowValue
static <E extends Throwable> SqlRow buildRowValue(RowType rowType, RowValueBuilder<E> builder) throws E - Throws:
E
-
build
- Throws:
E
-