Set the SQLXML object into the statement parameters.
将这个SQLXML对象设置为语句参数。
PureQuery follows the rules for parameter marker syntax to determine how SQL statement parameters are mapped from the declared parameters in the annotated method's parameter list.
pureQuery遵从参数占位符语法规则来决定如何从带注释的方法的参数列表中声明的参数映射sql语句参数。
Now, multiple statements that had each been unique due to the use of literals will be consolidated into a single statement using parameters to improve application performance.
现在,对于由于使用字面值而具有独特性的多个语句,会使用参数把它们整合为单一语句,从而提高应用程序性能。
SQL parameters found in your SQL statement are automatically discovered but can also be manually defined.
在您的sql语句中找到的SQL参数是自动发现的,但也可以手工定义。
There can be, but there is not necessarily, a one-to-one mapping of parameter markers in the SQL statement to declared parameters in the annotated method.
sql语句中的参数占位符与带注释的方法中声明的参数之间可能存在一对一的映射,但是也不一定如此。
This method receives several parameters, including a SQL statement and a result handler, and returns an object of generic type t.
这个方法接收多个参数,包括一条sql语句和一个结果处理程序,并返回一个泛型t的对象。
The maximum size of such LDS VSAM datasets would depend indirectly upon the type of table space you create and the parameters you specify on the create statement.
这种LDSVSAM数据集的最大尺寸将间接取决于您创建的表空间的类型和您在create语句上指定的参数。
Use of literals instead of variables or parameters is generally discouraged within SQL because it makes each statement unique, which drives down cache hit ratios.
一般情况下,不鼓励在SQL中使用字面值,而是主张使用变量或参数,因为字面值会使每个语句具有独特性,这会降低缓存的命中率。
The user can use the CREATE TYPE MAPPING statement to override the default type mapping for procedure parameters.
用户可以使用CREATETYPEMAPPING语句覆盖过程参数的默认类型映射。
Solution: Check the CREATE PROCEDURE statement and make sure you are passing the correct number of input and output parameters with proper data types.
解决方案:检查CREATEPROCEDURE语句,确保传递的输入和输出参数的数量和数据类型都正确。
First look at the CREATE procedure statement to confirm what parameters each of the stored procedures expects.
先看一下CREATEPROCEDURE语句,确定每个存储过程所需要的参数。
A parameterized SQL statement contains variables, also known as parameters (or parameter markers).
参数化sql语句包含了变量,也称作参数(或参数标记)。
Additional parameters to the INSERT statement would be needed.
insert语句将需要额外的参数。
For each parameter that has a dependency on other parameters, add a PatternDependencyDelegate statement to the constructor of the parameter's dependency inner class (see Listing 3). In this case.
对于每个依赖于其他参数的参数而言,要为参数内部依赖类的构造函数增加PatternDependencyDelegate声明(参看列表3)。
The SQL Maps framework will create a PreparedStatement instance, set any parameters using the provided parameter object, execute the statement, and build a result object from the ResultSet.
SQLMaps框架将创建一个PreparedStatement实例,使用所提供的参数对象设置所有参数、执行语句以及从ResultSet中构建一个结果对象。
Named parameters in a JDBC callable statement.
JDBC可调用语句中的命名参数。
Because Groovy is a dynamically typed language, defs do not require any type declarations for parameters, nor do defs require a return statement.
因为Groovy是动态类型的语言,所以def不需要对参数作任何类型声明,def也不需要return语句。
Projections can now pass parameters to the generated SQL statement.
Projections现在可以将参数传递到生成的SQL语句。
If you use unnamed parameters, your SQL statement looks something like this.
如果使用未命名参数,sql语句类似于。
But a statement object submits different SQL statements to batch, while prepared statement submits a set of parameters to batch.
但语句对象提交不同的sql语句进行批处理,而预置语句提交的是一组参数。
This form of batching is restricted to single tables and to multiple executions of the same SQL statement as long as the statement has input parameters.
这种形式的批处理仅限于单个表以及同一sql语句的多个执行,前提是该语句有输入参数。
If two or more data source procedures have identical schema and procedure names, but different Numbers of parameters, then the number of parameters can be specified in the CREATE procedure statement.
如果两个或更多的数据源过程具有相同的模式和过程名,但是参数数量不同,那么可以在CREATEprocedure语句中指定NUMBEROFPARAMETERS。
The method takes two parameters, a Property representing the predicate of the statement, and the statement's object.
该方法使用两个参数,表示语句谓词的 Property和语句的对象。
In order for a PERL program to transform a dynamic SQL statement into executable form, you need to first use the prepare method, and then bind parameters using the bind_param method.
为了让Perl程序将动态sql语句转换成可执行的格式,需要首先使用prepare方法,然后使用bind _ param方法来绑定参数。
In DB2 9, you are able to pass runtime parameters to the XQuery embedded in the SQL statement using the passing clause but you could not do the same for SQL embedded inside an XQuery.
在DB 29中,可以使用passing子句向sql语句中嵌入的XQuery传递运行时参数,但是不能向XQuery中嵌入的SQL传递参数。
If you want SQL to accomplish different things, then write various statements, rather than writing one statement to do different things depending on the parameters you give it.
如果你想一个SQL去完成不同的事情,那么要写不同的语句,而不是使用一个参数在SQL中去完成不同的事情。
Manufacturers should have data to support the statement that their products are within the parameters they have set for hypoallergenic or super clean.
厂商应该有数据去支持关于他们产品的声明,参数表明特别清洁要求或降低引起过敏反应。
A statement that creates a new function, specifying its name, parameters, and the statements it contains.
函数定义:创建新函数的语句,确定函数的名字,形式参数,以及函数内部的语句。
You can set these storage parameters directly with the appropriate CREATE or ALTER statement.
用户可以适当的直接通过create或者alter语句设置这些存储参数。
Typically, you want to constrain the record selection with a filter or parameters, perhaps sort the records, customize the SQL statement.
一般来说,您会想要使用筛选条件或参数来限制资料录的选取,可能会采用 排序资料录或自订SQL陈述式等方式。
应用推荐