接口 MysqlxCrud.ProjectionOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxCrud
public static interface MysqlxCrud.ProjectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetAlias()optional alias.com.google.protobuf.ByteStringgetAliasBytes()optional alias.MysqlxExpr.ExprgetSource()the expression identifying an element from the source data, which can include a column identifier or any expressionMysqlxExpr.ExprOrBuildergetSourceOrBuilder()the expression identifying an element from the source data, which can include a column identifier or any expressionbooleanhasAlias()optional alias.booleanhasSource()the expression identifying an element from the source data, which can include a column identifier or any expression
-
-
-
方法详细资料
-
hasSource
boolean hasSource()
the expression identifying an element from the source data, which can include a column identifier or any expression
required .Mysqlx.Expr.Expr source = 1;- 返回:
- Whether the source field is set.
-
getSource
MysqlxExpr.Expr getSource()
the expression identifying an element from the source data, which can include a column identifier or any expression
required .Mysqlx.Expr.Expr source = 1;- 返回:
- The source.
-
getSourceOrBuilder
MysqlxExpr.ExprOrBuilder getSourceOrBuilder()
the expression identifying an element from the source data, which can include a column identifier or any expression
required .Mysqlx.Expr.Expr source = 1;
-
hasAlias
boolean hasAlias()
optional alias. Required for DOCUMENTs (clients may use the source string as default)
optional string alias = 2;- 返回:
- Whether the alias field is set.
-
getAlias
String getAlias()
optional alias. Required for DOCUMENTs (clients may use the source string as default)
optional string alias = 2;- 返回:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
optional alias. Required for DOCUMENTs (clients may use the source string as default)
optional string alias = 2;- 返回:
- The bytes for alias.
-
-