接口的使用
com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
使用MysqlxExpr.ColumnIdentifierOrBuilder的程序包 程序包 说明 com.mysql.cj.x.protobuf Message classes used for serialization with Google Protocol Buffers to support the X Protocol. -
-
com.mysql.cj.x.protobuf中MysqlxExpr.ColumnIdentifierOrBuilder的使用
实现MysqlxExpr.ColumnIdentifierOrBuilder的com.mysql.cj.x.protobuf中的类 修饰符和类型 类 说明 static classMysqlxExpr.ColumnIdentifierColumn identifier for table: col\@doc_path, tbl.col\@doc_path col, tbl.col, schema.tbl.col for document collection: doc_path // @par production list @code{unparsed} col_identifier: string "." string "." string | : string "." string | : string | : string "." string "." string "@" document_path | : string "." string "@" document_path | : string "@" document_path | : document_path document_path: member | arrayLocation | doubleAsterisk member = "." string | "." "*" arrayLocation = "[" index "]" | "[" "*" "]" doubleAsterisk = "**" @endcodestatic classMysqlxExpr.ColumnIdentifier.BuilderColumn identifier for table: col\@doc_path, tbl.col\@doc_path col, tbl.col, schema.tbl.col for document collection: doc_path // @par production list @code{unparsed} col_identifier: string "." string "." string | : string "." string | : string | : string "." string "." string "@" document_path | : string "." string "@" document_path | : string "@" document_path | : document_path document_path: member | arrayLocation | doubleAsterisk member = "." string | "." "*" arrayLocation = "[" index "]" | "[" "*" "]" doubleAsterisk = "**" @endcode返回MysqlxExpr.ColumnIdentifierOrBuilder的com.mysql.cj.x.protobuf中的方法 修饰符和类型 方法 说明 MysqlxExpr.ColumnIdentifierOrBuilderMysqlxExpr.Expr.Builder. getIdentifierOrBuilder()optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;MysqlxExpr.ColumnIdentifierOrBuilderMysqlxExpr.Expr. getIdentifierOrBuilder()optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;MysqlxExpr.ColumnIdentifierOrBuilderMysqlxExpr.ExprOrBuilder. getIdentifierOrBuilder()optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;MysqlxExpr.ColumnIdentifierOrBuilderMysqlxCrud.UpdateOperation.Builder. getSourceOrBuilder()specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not setMysqlxExpr.ColumnIdentifierOrBuilderMysqlxCrud.UpdateOperation. getSourceOrBuilder()specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not setMysqlxExpr.ColumnIdentifierOrBuilderMysqlxCrud.UpdateOperationOrBuilder. getSourceOrBuilder()specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
-