QC:查询调用

“Query Calling”是计算机科学,尤其是数据库技术领域中一个常用术语。它常被简写为“QC”,以便在文档编写和日常交流中快速书写与使用。该术语的中文含义为“查询调用”,指代向数据库系统发送指令以请求特定数据或执行检索操作的过程。

Query Calling具体释义

  • 英文缩写:QC
  • 英语全称:Query Calling
  • 中文意思:查询调用
  • 中文拼音:chá xún diào yòng
  • 相关领域qc 数据库

Query Calling的英文发音

例句

  1. When the query is redundant, in that all the data needed has been captured, close the query by calling the PdhCloseQuery function.
  2. 当查询变得多余时(因为已经收集了全部所需的数据),就可以通过调用PdhCloseQuery函数来关闭查询。
  3. The value of this flag is returned at the instant of the query to the calling application.
  4. 执行查询时,把这个标志的值返回给进行调用的应用程序。
  5. Thirdly, spatial data query language provides the calling and operating method to spatial data.
  6. 第三,空间数据查询语言,空间数据查询语言提供了空间数据的访问和操作方法。
  7. You can perform a query to a content provider by calling query () on a ContentResolver.
  8. 你能通过调用ContentResolver的query()方法执行一次查询。
  9. At run time you can query the application object for the configured value by calling Application. getProjectStage ().
  10. 你可以在运行时通过调用Application.getProjectStage()来查询应用对象以获得相应的值。