Package com.mysql.cj.x.protobuf
Interface MysqlxExpr.ColumnIdentifierOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxExpr.ColumnIdentifier
,MysqlxExpr.ColumnIdentifier.Builder
- Enclosing class:
- MysqlxExpr
public static interface MysqlxExpr.ColumnIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxExpr.DocumentPathItem
getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
int
getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
java.util.List<MysqlxExpr.DocumentPathItem>
getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
MysqlxExpr.DocumentPathItemOrBuilder
getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder>
getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
java.lang.String
getName()
optional string name = 2;
com.google.protobuf.ByteString
getNameBytes()
optional string name = 2;
java.lang.String
getSchemaName()
optional string schema_name = 4;
com.google.protobuf.ByteString
getSchemaNameBytes()
optional string schema_name = 4;
java.lang.String
getTableName()
optional string table_name = 3;
com.google.protobuf.ByteString
getTableNameBytes()
optional string table_name = 3;
boolean
hasName()
optional string name = 2;
boolean
hasSchemaName()
optional string schema_name = 4;
boolean
hasTableName()
optional string table_name = 3;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDocumentPathList
java.util.List<MysqlxExpr.DocumentPathItem> getDocumentPathList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPath
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathCount
int getDocumentPathCount()repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathOrBuilderList
java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
hasName
boolean hasName()optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;
- Returns:
- The bytes for name.
-
hasTableName
boolean hasTableName()optional string table_name = 3;
- Returns:
- Whether the tableName field is set.
-
getTableName
java.lang.String getTableName()optional string table_name = 3;
- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()optional string table_name = 3;
- Returns:
- The bytes for tableName.
-
hasSchemaName
boolean hasSchemaName()optional string schema_name = 4;
- Returns:
- Whether the schemaName field is set.
-
getSchemaName
java.lang.String getSchemaName()optional string schema_name = 4;
- Returns:
- The schemaName.
-
getSchemaNameBytes
com.google.protobuf.ByteString getSchemaNameBytes()optional string schema_name = 4;
- Returns:
- The bytes for schemaName.
-