CRUD operations
CRUD 操作
JDBCAPI使用SQL语句来完成创建(create)、读取(read)、更新(update)和删除(delete)(CRUD)操作 。 The JDBC API uses SQL statements to perform create, read, update, and delete(CRUD) operations . Connect with the database and perform CRUD operation . Odata提供了一种统一的方式来组织数据,查询数据,并通过操纵crud操作 的数据集(创建,读取,更新和删除)。 OData provides a uniform way to query and manipulate data sets through CRUD operations (create, read, update, and delete). ORM提供功能来执行完整的CRUD操作 并鼓励面向对象的查询。 ORM provides functionality to perform complete CRUD operations and encourages object-oriented querying. 它为常见的CRUD操作 提供了简洁的语法,速度非常快。 It provides concise syntax for common CRUD operations and is extremely fast.
Another problem is that projected objects cannot participate in CRUD operations . Non-native graph processing uses other means to process CRUD operations . 了解如何使用PHP通过基于语义的Web执行CRUD操作 。 Learn how to use PHP to perform CRUD operations over the semantic Web. Non-native graph processing engines use other means to process CRUD operations . 从中你将学到GET和POST请求如何转化为CRUD操作 。 From there, you will learn how GET and POST requests translate to CRUD operations . 创建客户这个业务,乍一看似乎就是简单的CRUD操作 ,但对于大多数系统来说并不止这些。 Customer creation at first glance could be considered a simple set of CRUD operations , but for most systems it is more complex than that. 编写一个云Java微服务来连接ComposeforMongoDB数据源并展示样本CRUD操作 信息。 Write a cloud Java microservice that connects a Compose for MongoDB datasource and showcases sample CRUD operations . 你将了解此缩略词在Web开发及对数据库实现CRUD操作 中的重要性。 You will learn why this acronym is important in web development and implement CRUD operations on a database. 尽管这个脚手架有一个“标准的”UI,它可以让您在数据表上进行所有的CRUD操作 。 Although this scaffold has a'standard' UI, it lets you try all CRUD operations on your tables. 它允许用户对各种以时间序列组织起来的数据库对象进行CRUD操作 。 It allows users to perform CRUD operations on various time series organized as database objects. 程序员通常会忘记,模型还将具有执行CRUD操作 的代码。 Developers in general, forget that the models will also have code that will perform CRUD operations . EntityManager管理实体生命周期,并公开了多个在实体上执行CRUD操作 的方法。 EntityManager manages entity lifecycles and exposes several methods to perform CRUD operations on entities. 然后,SQL为你提供了一种语言,用于对其进行CRUD操作 ,来生成新表或更改现有表。 SQL then gives you a language for doing CRUD operations on these to produce new tables or alter existing ones. 这种新模式的好处在于,它清晰地将CRUD操作 从Action中分离了出来。 The key benefit of this new pattern is that it clearly separates the CRUD operations from the Actions. 透明地支持所有可用的JPA实现,并支持CRUD操作 以及方便地执行数据库查询。 Transparently supports all available JPA implementations and supports CRUD operations as well as the convenient execution of database queries. SQL和JDBCAPI可以完美地处理纯扁平数据,并且现在新的JDBC结果集已经使CRUD操作 变得更简单了。 SQL and the JDBC API are perfectly serviceable for dealing with pure tabular data, and the JDBC RowSet makes CRUD operations even easier. 例如,数据访问层(例如负责处理数据连接和CRUD操作 )有特定的目的。 For example, the data access layer(e.g. in charge of handling database connections and CRUD operations ) has a specific purpose. Model负责它的持久化,将会通过CRUD操作 来实现,通过View是无法进行访问的。 The Model is responsible for its persistence which will be implemented with CRUD operations , not accessible from the view. 管理界面自动从模型生成,具有所有CRUD操作 和精细的过滤器。 The Admin UI is automatically generated from the models, has all CRUD actions and nice filters. How to handle basic CRUD operations . Implementing complex CRUD operations on multiple resources. Django和Flask-SQLchemy可以直接对每个model进行不同的CRUD操作 。 Django(and Flask-SQLAlchemy) make the various CRUD operations for each model straightforward. 许多HTTP服务也会通过REST或类REST的API模拟CRUD操作 。 Many HTTP services also model CRUD operations through REST or REST-like APIs. 这四种基本操作 也用CRUD (创建、读取、更新、删除)和ACID(添加、变更、查询、删除)的首字母缩写来表示。 These four basic operations are also referred to with the acronyms CRUD (Create, Read, Update, Delete) and ACID(Add, Change, Inquire, Delete). CRUD procedures are fundamental data manipulation for database.
Display more examples
Results: 37 ,
Time: 0.0208