ResultColumn

A result set column of a remote result.

Methods
static void writeColumn(Transfer out, ResultInterface result, int i)
Write a result column to the given output.
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
ResultColumn(Transfer in)
Read an object from the given transfer object.
ResultColumn(Transfer in) throws IOException
Read an object from the given transfer object.
Parameters:
in - the object from where to read the data

Fields
static String alias
static boolean autoIncrement
static String columnName
static int columnType
static int displaySize
static int nullable
static long precision
static int scale
static String schemaName
static String tableName

alias

The column alias.

autoIncrement

True if this is an autoincrement column.

columnName

The column name or null.

columnType

The value type of this column.

displaySize

The expected display size.

nullable

True if this column is nullable.

precision

The precision.

scale

The scale.

schemaName

The schema name or null.

tableName

The table name or null.