Package com.mysql.cj.x.protobuf
Interface MysqlxExpr.IdentifierOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxExpr.Identifier,MysqlxExpr.Identifier.Builder
- Enclosing class:
- MysqlxExpr
public static interface MysqlxExpr.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;java.lang.StringgetSchemaName()optional string schema_name = 2;com.google.protobuf.ByteStringgetSchemaNameBytes()optional string schema_name = 2;booleanhasName()required string name = 1;booleanhasSchemaName()optional string schema_name = 2;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()required string name = 1;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()required string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()required string name = 1;- Returns:
- The bytes for name.
-
hasSchemaName
boolean hasSchemaName()optional string schema_name = 2;- Returns:
- Whether the schemaName field is set.
-
getSchemaName
java.lang.String getSchemaName()optional string schema_name = 2;- Returns:
- The schemaName.
-
getSchemaNameBytes
com.google.protobuf.ByteString getSchemaNameBytes()optional string schema_name = 2;- Returns:
- The bytes for schemaName.
-