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