接口 MysqlxExpr.ColumnIdentifierOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxExpr
public static interface MysqlxExpr.ColumnIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 MysqlxExpr.DocumentPathItemgetDocumentPath(int index)document pathintgetDocumentPathCount()document pathList<MysqlxExpr.DocumentPathItem>getDocumentPathList()document pathMysqlxExpr.DocumentPathItemOrBuildergetDocumentPathOrBuilder(int index)document pathList<? extends MysqlxExpr.DocumentPathItemOrBuilder>getDocumentPathOrBuilderList()document pathStringgetName()name of columncom.google.protobuf.ByteStringgetNameBytes()name of columnStringgetSchemaName()name of schemacom.google.protobuf.ByteStringgetSchemaNameBytes()name of schemaStringgetTableName()name of tablecom.google.protobuf.ByteStringgetTableNameBytes()name of tablebooleanhasName()name of columnbooleanhasSchemaName()name of schemabooleanhasTableName()name of table
-
-
-
方法详细资料
-
getDocumentPathList
List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPath
MysqlxExpr.DocumentPathItem getDocumentPath(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathCount
int getDocumentPathCount()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathOrBuilderList
List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathOrBuilder
MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
hasName
boolean hasName()
name of column
optional string name = 2;- 返回:
- Whether the name field is set.
-
getName
String getName()
name of column
optional string name = 2;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
name of column
optional string name = 2;- 返回:
- The bytes for name.
-
hasTableName
boolean hasTableName()
name of table
optional string table_name = 3;- 返回:
- Whether the tableName field is set.
-
getTableName
String getTableName()
name of table
optional string table_name = 3;- 返回:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()
name of table
optional string table_name = 3;- 返回:
- The bytes for tableName.
-
hasSchemaName
boolean hasSchemaName()
name of schema
optional string schema_name = 4;- 返回:
- Whether the schemaName field is set.
-
getSchemaName
String getSchemaName()
name of schema
optional string schema_name = 4;- 返回:
- The schemaName.
-
getSchemaNameBytes
com.google.protobuf.ByteString getSchemaNameBytes()
name of schema
optional string schema_name = 4;- 返回:
- The bytes for schemaName.
-
-