Package org.h2.result
Class ResultColumn
java.lang.Object
org.h2.result.ResultColumn
A result set column of a remote result.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteColumn(Transfer out, ResultInterface result, int i) Write a result column to the given output.
-
Method Details
-
writeColumn
Write a result column to the given output.- Parameters:
out- the object to where to write the dataresult- the resulti- the column index- Throws:
IOException- on failure
-