The SQL code is a database-specific value.
SQL编码是与数据库相关的值。
The only exception to this is the code in the migration to create a database table, but that can also be done in straight SQL in the database.
其中唯一的例外是迁移中用于创建数据库表的代码,但事实上这也可以通过数据库中的简单SQL完成。
The purpose of these optimizations is to avoid invocation of the regular SQL runtime interpreter wherever possible to shorten the code path.
这些优化的目的是为了可以在任何缩短代码路径的地方,避免调用常规的SQL运行时解释器。
All data, including dynamic SQL statements, user input data, user output data, and character fields in the SQLCA, is interpreted based on this code page.
所有数据,包括动态sql语句、用户输入数据、用户输出数据以及SQLCA中的字符字段,都是基于该代码页进行解释的。
But the ability to execute arbitrary SQL code is available if you need it.
但如果需要,也可以使用执行任意s QL代码的能力。
Express the schema in code instead of SQL, which is more convenient for us.
用代码而不是SQL来表达模式,更便于我们使用。
CLOB data types have an inherent code page equal to the database code page, so there is an implicit code page conversion of the reply to the SQL world during the serialization.
CLOB数据类型的代码页自然地等于数据库代码页,所以在串行化期间对SQL的回复有一个隐式的代码页转换。
Handle SQL exceptions in your code and run your applications to find out whether the SQL is valid or invalid.
在代码中处理SQL异常并运行应用程序,以此判断SQL是否有效。
XML mode is used for the temporary models that sit between the abstract model and the code templates. Text mode is used in the code templates when you generate the PHP and the SQL.
位于抽象模型和代码模板之间的中间模型使用XML模式,生成PHP 和SQL 的代码模板则使用文本模式。
This is a nice convenience for making the SQL code more readable.
这个函数使SQL代码的可读性更好。
The artifacts generated from such an approach can be anything that is text-based. This can include code, scripts, SQL, documentation, Eclipse-based project resources, and so forth.
从这样的一种方案中产生的产品,可以是基于文本的任何物,包括代码、脚本、SQL、文件、Eclipse 的资源以及等待。
The SQL Server Best practices Analyzer is a code analysis tool specifically written to warn developers about questionable practices.
SQLServer最佳实践分析器是专门为开发人员提示实践方面的问题的一个代码分析器。
The first option that you should try is to create it as an SQL UDF in DB2 by modifying the code.
应该首先尝试通过修改代码创建DB2 内部的SQLUDF。
Note that capitalization of the SQL code and MySQL internal commands is optional, but names of databases, tables, and columns are case sensitive.
注意,SQL代码和MySQL内部命令的大写是可选的,但是数据库的名称、表和列都对大小写敏感。
The character is replaced by a substitution character before parsing takes place, and results in the element tag name throwing a SQL error code "16110 XML Syntax error.
在解析之前,该字符被一个替换字符替代,导致元素标记名称抛出一个SQL错误代码 "16110XMLSyntax error.
The updated SQL code from the MActivity model is shown in Listing 19.
MActivity模型的更新后的SQL代码如清单19所示。
Using SQL stored procedures is the best way to encapsulate the business logic of administrative applications because it minimizes the amount of code that developers need to write.
使用SQL存储过程是封装管理应用程序的业务逻辑的最佳方式,这会把开发人员需要编写的代码量减少到最低限度。
These elements differ in that the SQL code for a stored procedure is defined and stored in the database itself, then called from the application.
不同之处在于,用于存储过程的SQL代码定义并存储在数据库本身中,然后从应用程序中进行调用。
The result of code generation is a DAO implementation class which is compiled and used to execute the SQL statements declared in the original interface.
代码生成的结果就是第二个实现类,该实现类被编译并用于执行初始接口中声明的sql语句。
A SQL injection vulnerability occurs when a user is able to pass SQL code directly to the application in such a way that the code will be executed in a query.
如果用户能够将SQL代码直接传递给应用程序,此代码将在一个查询中执行,那么就可能发生SQL注入攻击。
Although using a string variable is easier, you might need to use an internal table if a remote function call sends the dynamic SQL code.
尽管使用字符串变量更容易,但是如果通过远程函数调用发送动态sql,可能需要使用内部表。
Additionally, the first SQL code is provided to give insight into the error encountered.
另外,第一条SQL代码可以用来深入了解遇到的错误。
Once a data model is specified, RDA allows you to create the SQL code for DB2 so that you can deploy the data model on a database.
指定一个数据模型之后,RDA允许创建用于DB2的SQL代码,以便将数据模型部署到一个数据库上。
Sometimes the SQL code that needs to be executed is not known during programming time.
有时候,在编程时还不知道需要执行的SQL代码。
The code template's job is simply to translate the XML into SQL, which makes it possible to generate code for a variety of databases from a single model.
代码模板的任务就是将XML转化成SQL,从而能够从单一的模型为不同数据库生成代码。
Note that the situation is similar for SQL code generation: You often need to fine-tune code generation to your database.
这种情况和SQL代码生成类似,常常需要微调数据库的代码生成。
Note that the SQL script in Listing 1 is included with the source code.
请注意,源代码中附带了清单1中的sql脚本。
Outside of learning how to write the code, there is the challenge involved in just writing SQL and interacting with the data.
除了要学习如何写代码,还有一个挑战涉及写SQL语句和与数据交互。
A form is bound to a specified database table and all data controls within can be used to display and edit the table's columns without writing code or SQL.
表单被绑定到指定的数据库表,其中的所有数据控件都可以用于显示和编辑表的列,无需编写代码或SQL。
Without a transaction there is no trigger for the ORM to generate SQL code and persist the changes, so the method simply ends - no exceptions, no updates.
没有事务,就不会触发orm去生成SQL代码和保存更改,因此只会终止方法—没有异常,没有更新。
应用推荐