Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.ProjectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.Projection
,MysqlxCrud.Projection.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.ProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method 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;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSource
boolean hasSource()required .Mysqlx.Expr.Expr source = 1;
- Returns:
- Whether the source field is set.
-
getSource
MysqlxExpr.Expr getSource()required .Mysqlx.Expr.Expr source = 1;
- Returns:
- The source.
-
getSourceOrBuilder
MysqlxExpr.ExprOrBuilder getSourceOrBuilder()required .Mysqlx.Expr.Expr source = 1;
-
hasAlias
boolean hasAlias()optional string alias = 2;
- Returns:
- Whether the alias field is set.
-
getAlias
java.lang.String getAlias()optional string alias = 2;
- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()optional string alias = 2;
- Returns:
- The bytes for alias.
-