public static interface MysqlxExpr.ColumnIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;MysqlxExpr.DocumentPathItem getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;int getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;boolean hasName()
optional string name = 2;java.lang.String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;boolean hasTableName()
optional string table_name = 3;java.lang.String getTableName()
optional string table_name = 3;com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 3;boolean hasSchemaName()
optional string schema_name = 4;java.lang.String getSchemaName()
optional string schema_name = 4;com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 4;