public static interface MysqlxCrud.ProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
optional string alias = 2; |
com.google.protobuf.ByteString |
getAliasBytes()
optional string alias = 2; |
MysqlxExpr.Expr |
getSource()
required .Mysqlx.Expr.Expr source = 1; |
MysqlxExpr.ExprOrBuilder |
getSourceOrBuilder()
required .Mysqlx.Expr.Expr source = 1; |
boolean |
hasAlias()
optional string alias = 2; |
boolean |
hasSource()
required .Mysqlx.Expr.Expr source = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
required .Mysqlx.Expr.Expr source = 1;MysqlxExpr.Expr getSource()
required .Mysqlx.Expr.Expr source = 1;MysqlxExpr.ExprOrBuilder getSourceOrBuilder()
required .Mysqlx.Expr.Expr source = 1;boolean hasAlias()
optional string alias = 2;java.lang.String getAlias()
optional string alias = 2;com.google.protobuf.ByteString getAliasBytes()
optional string alias = 2;