Package org.h2.result

Class ResultColumn

java.lang.Object
org.h2.result.ResultColumn

public class ResultColumn extends Object
A result set column of a remote result.
  • Method Details

    • writeColumn

      public static void writeColumn(Transfer out, ResultInterface result, int i) throws IOException
      Write a result column to the given output.
      Parameters:
      out - the object to where to write the data
      result - the result
      i - the column index
      Throws:
      IOException - on failure