接口 MysqlxCrud.ColumnOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MysqlxCrud.Column,MysqlxCrud.Column.Builder
- 封闭类:
- MysqlxCrud
public static interface MysqlxCrud.ColumnOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetAlias()optional string alias = 2;com.google.protobuf.ByteStringgetAliasBytes()optional string alias = 2;MysqlxExpr.DocumentPathItemgetDocumentPath(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;intgetDocumentPathCount()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;List<MysqlxExpr.DocumentPathItem>getDocumentPathList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItemOrBuildergetDocumentPathOrBuilder(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;List<? extends MysqlxExpr.DocumentPathItemOrBuilder>getDocumentPathOrBuilderList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;booleanhasAlias()optional string alias = 2;booleanhasName()optional string name = 1;
-
-
-
方法详细资料
-
hasName
boolean hasName()
optional string name = 1;- 返回:
- Whether the name field is set.
-
getName
String getName()
optional string name = 1;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- 返回:
- The bytes for name.
-
hasAlias
boolean hasAlias()
optional string alias = 2;- 返回:
- Whether the alias field is set.
-
getAlias
String getAlias()
optional string alias = 2;- 返回:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
optional string alias = 2;- 返回:
- The bytes for alias.
-
getDocumentPathList
List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPath
MysqlxExpr.DocumentPathItem getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathCount
int getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathOrBuilderList
List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathOrBuilder
MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
-