QBE:示例查询

“Query By Example”在计算机领域,特别是数据库操作中,通常被缩写成QBE,以方便快捷地书写和使用。QBE的中文含义为“示例查询”,它是一种直观的数据查询方式,用户只需提供一个示例或模板,系统便会自动匹配并返回符合条件的结果,从而简化了复杂的查询过程。

Query By Example具体释义

  • 英文缩写:QBE
  • 英语全称:Query By Example
  • 中文意思:示例查询
  • 中文拼音:shì lì chá xún
  • 相关领域qbe 数据库

Query By Example的英文发音

例句

  1. The lists returned can be filtered according to a Notes Formula language query, a query by example, or a view.
  2. 返回的列表可以根据NotesFormula语言查询、示例查询(QBE)或视图进行过滤。
  3. Query by example : Query the database by creating a sample object of the type you want to retrieve and setting its properties to specify selection criteria.
  4. Querybyexample:通过创建一个你想要遍历类型的对象,设置它的属性来指定某个criteria来查询数据库。
  5. It introduces query technology, including query by example image or color description by user.
  6. 最后介绍查询技术,用示例接口查询或者用户主观颜色查询。
  7. The most commonly used method for content-based video retrieval is query by example, so the video similarity measurement becomes a basal problem.
  8. 基于内容的视频检索中的一个最普遍的方法是根据给定例子视频的检索,因此视频相似度度量是基于内容检索中的一个基本问题。
  9. In a JPQL query, the parameters are encoded in the query string as either named ( preceded by a colon for example,: age ) or positional ( preceded by a question mark for example,? 3 ).
  10. 在JPQL查询中,查询字符串中的参数以命名方式(前面带有冒号,例如:age)或位置方式(前面带有问号,例如?3)编码。