public static interface MysqlxExpr.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
java.lang.String |
getSchemaName()
optional string schema_name = 2; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
optional string schema_name = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSchemaName()
optional string schema_name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;java.lang.String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasSchemaName()
optional string schema_name = 2;java.lang.String getSchemaName()
optional string schema_name = 2;com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 2;