Interface ExecutedQueryResult.ColumnOrBuilder (0.9.0)

public static interface ExecutedQueryResult.ColumnOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the column.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the column.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract String getType()

The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").

string type = 2;

Returns
Type Description
ByteString

The bytes for type.