public interface SqlResultColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the column.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the column.
|
String |
getType()
Datatype of the column as reported by the postgres driver.
|
com.google.protobuf.ByteString |
getTypeBytes()
Datatype of the column as reported by the postgres driver.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the column.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the column.
string name = 1;String getType()
Datatype of the column as reported by the postgres driver. Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL", "INT", and "BIGINT".
string type = 2;com.google.protobuf.ByteString getTypeBytes()
Datatype of the column as reported by the postgres driver. Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL", "INT", and "BIGINT".
string type = 2;Copyright © 2025 Google LLC. All rights reserved.