Type a name for the new parameterized query.
为新的参数型查询输入名称。
Select a new or existing parameterized query.
选取新的或现有的参数型查询。
Note: This step is similar to creating a parameterized query in SQL.
注意:这一步类似于用SQL创建参数化查询。
Instead, use a parameterized query and assign user input to parameter objects.
相反,使用参数化查询并将用户输入分配给参数对象。
A parameterized query binds the value of the parameter before the query execution.
参数化查询在查询执行之前绑定参数的值。
A parameterized query also takes a variable number of arguments as its binding parameters.
一个带参数的查询也可以将一组数量不定的参数作为它的绑定参数。
A parameterized query returns data that meets the conditions of a WHERE clause within the query.
参数化查询将返回满足查询内的where子句条件的数据。
All of these can be condensed into a single parameterized query (also known as a prepared statement), as shown in Listing 2.
所有这些查询可以简化为一个参数化查询(也称为一个预准备语句),如清单2所示。
A typical parameterized query USES these parameters instead of literal values, so that WHERE clause conditions can be changed at run time.
典型的参数化查询使用这些参数来代替文字值,因此where子句条件可以在运行时更改。
Data Driven Queries must specify the text of the parameterized query and identify any columns (in the associated columns collection) needed to fill in the parameters.
数据驱动的查询必须指定参数化查询的文本并识别任何需要填写参数的列(在相关的列集合中)。
Parameterized queries require that you define all the SQL code and then pass in each parameter to the query later.
参数化查询要求您定义所有的SQL代码,然后向查询传入每个参数。
A reference to an XSLT verb mapping file, which translates the parameterized verbs into the plug-in specific staff query language.
一个到xslt谓词映射文件的引用,该引用将参数化谓词转换为特定于插件的人员查询语言。
During deployment, the parameterized staff verbs are transformed into concrete staff queries (also known as people queries) that are specific to the staff repository used to perform the query.
在部署期间,将把参数化的人员谓词转换为具体的人员查询(也称为员工查询),这些人员查询特定于用来执行查询的人员存储库。
Defining the query parameters for a verb it results in a parameterized verb embedded in the task model of your human task or business process module.
为谓词定义查询参数将产生嵌入在人工任务或业务流程模块的任务模型中的参数化谓词。
Like any other expression, they are strongly typed and constructed by the expression factory - namely, CriteriaBuilder. The query in Listing 2, then, can be parameterized as shown in Listing 10.
与其他表达式一样,它们是强类型的,并且由表达式工厂(即QueryBuilder)构造。
A parameterized class lets you base a recordset query on information obtained or calculated at run time.
参数化类使您可以根据运行时获取或计算的信息创建记录集查询。
A parameterized form displays data that meets the conditions of a WHERE clause within the query, which means that the data is filtered to meet a certain criteria.
参数型表单会显示符合查询中where子句条件的资料,这表示资料是经过筛选以符合特定准则。
A parameterized form displays data that meets the conditions of a WHERE clause within the query, which means that the data is filtered to meet a certain criteria.
参数型表单会显示符合查询中where子句条件的资料,这表示资料是经过筛选以符合特定准则。
应用推荐