|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.result.ResultColumn
public class ResultColumn
A result set column of a remote result.
| Method Summary | |
|---|---|
static void |
writeColumn(Transfer out,
ResultInterface result,
int i)
Write a result column to the given output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeColumn(Transfer out,
ResultInterface result,
int i)
throws java.io.IOException
out - the object to where to write the dataresult - the resulti - the column index
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||