public static interface ExecutedQueryResult.ColumnOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |