DML

网络  数据库操作语言; 数据操纵; 数据操作; 数据库操纵语言; 数据处理语言

计算机



双语例句

  1. DML operations cannot be performed while the table is in alter mode.
    当表处于alger模式时,不能执行DML操作。
  2. DML operations are not allowed on a table in alter mode.
    对于alter模式下的表,DML操作是不允许的。
  3. These counters are incremented by the respective DML operation occurring on the partition, both table and index partitions.
    这些计数器由表和索引分区中发生的各个DML操作实现值累加。
  4. Future articles will focus on the DML commands and more advanced DDL commands.
    未来的文章将侧重于DML命令和更高级的DDL命令。
  5. Data Definition Language ( DDL) and Data Manipulation Language ( DML)
    数据定义语言(DDL)和数据操作语言(DML)
  6. Attempting a DML operation on a table that is in alter mode results in SQL error code-19992.
    如果尝试对alter模式下的表执行DML操作,则会产生SQL错误码-19992。
  7. When a global variable is referenced within a DML SQL statement or within a trigger, view or routine, a dependency on the fully-qualified global variable name is recorded for the statement or object.
    如果DMLSQL语句、触发器、视图或例程内引用了一个全局变量,将为语句或对象记录关于完全限定全局变量名的依赖关系。
  8. Stream driver& uses the TPump protocol to perform the parallel real-time DML operations on tables.
    流驱动程序&使用TPump协议对表执行并行实时DML操作。
  9. Replicate DML operations performed on the detached fragment after a detach fragment operation on a replicated table.
    在对一个复制表执行detachfragment操作后,复制在被分离分段上执行的DML操作。
  10. This section deals with specific issues that come up during conversion of DML statements like SELECT.
    本节讨论SELECT等DML语句的转换会遇到的问题。
  11. Database object references are validated only in SQL DML statements.
    数据库对象引用只会在SQLDML语句中验证。
  12. The ability to run single or multiple DDL/ DML statements and view results in single or multiple grids
    能够运行单个或多个DDL/DML语句,并在单个或多个网格中查看结果
  13. In previous releases of Dynamic Server, external optimizer directives existed as text strings within DML statements, but were not stored as separate entities.
    在上一版本的DynamicServer中,外部优化器指令作为文本字符串保存在DML语句中,而没有作为单独的实体保存。
  14. It does not leverage the Teradata DML array operation feature.
    它没有利用TeradataDML数组操作特性。
  15. Solution: Wait for the table to be altered and then issue the DML operation.
    解决办法:等这个表被修改,然后发出DML操作。
  16. DML commands are used to add, modify, delete, or select data from a table in the database.
    DML命令用来在数据库表中添加、修改、删除或选择数据。
  17. You can execute both data definition language ( DDL) and data manipulation language ( DML) statements, and obtain and display the results using this tool.
    您可以执行数据定义语言(DDL)和数据操作语言(DML)语句,并使用该工具来获取和显示结果。
  18. For static DML statements in packages, the global variables are resolved during a bind operation.
    对于包中的静态DML语句,将在进行绑定时解析全局变量。
  19. We could issue some Data Manipulation Language ( DML) statements, but because we have PHP installed, we will create and use a simple PHP form for inserting new records in the database.
    我们可以发出一些数据操纵语言(DataManipulationLanguage,DML)语句,但由于我们已经安装了PHP,因此我们将创建并使用一个简单的PHP表单,用来在数据库中插入新记录。
  20. SQL has two main components: a Data Definition Language ( DDL) and a Data Manipulation Language ( DML).
    SQL有两个主要部分:数据定义语言(DDL)和数据操纵语言(DML)。
  21. Static DML statements in packages
    包中的静态DML语句
  22. It is strongly recommended that DML-style operations be used along with a stateless session.
    强烈建议结合使用DML风格操作和无状态会话。
  23. SQL is also commonly known as a DML, but it cannot be directly used from an application program.
    SQL通常也被称为数据修改语言,但它不能由应用程序直接使用。
  24. Describes the procedures to create, modify, or delete a DML trigger.
    说明创建、修改或删除dml触发器的过程。
  25. For more information, see "Reducing Loop Overhead for DML Statements and Queries with Bulk SQL".
    欲了解更多信息,见“减少循环开销DML语句和查询的SQL散装”。
  26. DML triggers operate on insert, update, and delete statements, and help to enforce business rules and extend data integrity when data is modified in tables or views.
    dml触发器在insert、update和delete语句上操作,并且有助于在表或视图中修改数据时强制业务规则,扩展数据完整性。
  27. A DML is a language through which a user can access or manipulate data programmatically.
    数据修改语言是一种用户通过它可以用编程方法访问或处理数据的语言。
  28. These operations could share a common transaction, but there are strict rules about the order in which queries and DML operations are performed.
    这些操作能分享共有的事务,但是在查询和DML操作的执行顺序上有一些严格的规则。
  29. These programs, known as "application programs", are written in a host language and have embedded Data Modification Language ( DML) calls to interact with DBMS.
    这些被称为“应用程序”的程序,是用主机语言编写的,并嵌入了用以与数据库管理系统进行交互的数据修改语言调用。
  30. Using DML-style insert, update or delete, you manipulate data directly in your database instead of in Hibernate as is the case in the previous two approaches.
    使用DML风格的插入、更新或删除,你直接在数据库中操作数据,这和前两种方法在Hibernate中操作数据的情况有所不同。