Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.Insert.TypedRowOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.Insert.TypedRow,MysqlxCrud.Insert.TypedRow.Builder
- Enclosing class:
- MysqlxCrud.Insert
public static interface MysqlxCrud.Insert.TypedRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxExpr.ExprgetField(int index)repeated .Mysqlx.Expr.Expr field = 1;intgetFieldCount()repeated .Mysqlx.Expr.Expr field = 1;java.util.List<MysqlxExpr.Expr>getFieldList()repeated .Mysqlx.Expr.Expr field = 1;MysqlxExpr.ExprOrBuildergetFieldOrBuilder(int index)repeated .Mysqlx.Expr.Expr field = 1;java.util.List<? extends MysqlxExpr.ExprOrBuilder>getFieldOrBuilderList()repeated .Mysqlx.Expr.Expr field = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldList
java.util.List<MysqlxExpr.Expr> getFieldList()repeated .Mysqlx.Expr.Expr field = 1; -
getField
repeated .Mysqlx.Expr.Expr field = 1; -
getFieldCount
int getFieldCount()repeated .Mysqlx.Expr.Expr field = 1; -
getFieldOrBuilderList
java.util.List<? extends MysqlxExpr.ExprOrBuilder> getFieldOrBuilderList()repeated .Mysqlx.Expr.Expr field = 1; -
getFieldOrBuilder
repeated .Mysqlx.Expr.Expr field = 1;
-