类 MysqlxCrud
- java.lang.Object
-
- com.mysql.cj.x.protobuf.MysqlxCrud
-
public final class MysqlxCrud extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlxCrud.CollectionProtobuf typeMysqlx.Crud.Collectionstatic interfaceMysqlxCrud.CollectionOrBuilderstatic classMysqlxCrud.ColumnProtobuf typeMysqlx.Crud.Columnstatic interfaceMysqlxCrud.ColumnOrBuilderstatic classMysqlxCrud.CreateViewCreateView create view based on indicated @ref Mysqlx::Crud::Find messagestatic interfaceMysqlxCrud.CreateViewOrBuilderstatic classMysqlxCrud.DataModelDataModel to use for filters, names, ...static classMysqlxCrud.DeleteDelete documents/rows from a Collection/Table @returns @ref Mysqlx::Resultsetstatic interfaceMysqlxCrud.DeleteOrBuilderstatic classMysqlxCrud.DropViewDropView removing existing viewstatic interfaceMysqlxCrud.DropViewOrBuilderstatic classMysqlxCrud.FindFind Documents/Rows in a Collection/Table @startuml client -> server: Find ... one or more Resultset ...static interfaceMysqlxCrud.FindOrBuilderstatic classMysqlxCrud.InsertInsert documents/rows into a collection/table @returns @ref Mysqlx::Resultsetstatic interfaceMysqlxCrud.InsertOrBuilderstatic classMysqlxCrud.LimitProtobuf typeMysqlx.Crud.Limitstatic classMysqlxCrud.LimitExprLimitExpr, in comparison to Limit, is able to specify that row_count and offset are placeholders.static interfaceMysqlxCrud.LimitExprOrBuilderstatic interfaceMysqlxCrud.LimitOrBuilderstatic classMysqlxCrud.ModifyViewModifyView modify existing view based on indicated @ref Mysqlx::Crud::Find messagestatic interfaceMysqlxCrud.ModifyViewOrBuilderstatic classMysqlxCrud.OrderSort orderstatic interfaceMysqlxCrud.OrderOrBuilderstatic classMysqlxCrud.ProjectionProtobuf typeMysqlx.Crud.Projectionstatic interfaceMysqlxCrud.ProjectionOrBuilderstatic classMysqlxCrud.UpdateUpdate documents/rows in a collection/table @returns @ref Mysqlx::Resultsetstatic classMysqlxCrud.UpdateOperationProtobuf typeMysqlx.Crud.UpdateOperationstatic interfaceMysqlxCrud.UpdateOperationOrBuilderstatic interfaceMysqlxCrud.UpdateOrBuilderstatic classMysqlxCrud.ViewAlgorithmViewAlgorithm defines how MySQL Server processes the viewstatic classMysqlxCrud.ViewCheckOptionViewCheckOption limits the write operations done on a `VIEW` (`INSERT`, `UPDATE`, `DELETE`) to rows in which the `WHERE` clause is `TRUE`static classMysqlxCrud.ViewSqlSecurityViewSqlSecurity defines the security context in which the view is going to be executed; this means that VIEW can be executed with current user permissions or with permissions of the user who defined the VIEW
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
方法详细资料
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-