public static interface MysqlxCrud.ProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
optional alias.
|
com.google.protobuf.ByteString |
getAliasBytes()
optional alias.
|
MysqlxExpr.Expr |
getSource()
the expression identifying an element from the source data,
which can include a column identifier or any expression
|
MysqlxExpr.ExprOrBuilder |
getSourceOrBuilder()
the expression identifying an element from the source data,
which can include a column identifier or any expression
|
boolean |
hasAlias()
optional alias.
|
boolean |
hasSource()
the expression identifying an element from the source data,
which can include a column identifier or any expression
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasAlias()
optional alias. Required for DOCUMENTs (clients may use the source string as default)
optional string alias = 2;java.lang.String getAlias()
optional alias. Required for DOCUMENTs (clients may use the source string as default)
optional string alias = 2;com.google.protobuf.ByteString getAliasBytes()
optional alias. Required for DOCUMENTs (clients may use the source string as default)
optional string alias = 2;