The first tracks the connections used to create a statement.
第一个图跟踪用来创建语句的连接。
For example, you can create a statement that only affects the current developer (see Listing 9).
例如,您可以创建仅影响当前开发人员的语句(参见清单9)。
According to this interpretation, in the process of forming legal judgment, the judge should first create a statement of the case facts.
根据这种阐释,在法律判决的形成中,判决者应当首先形成关于案件事实的陈述。
You create a Statement to execute commands to drop and recreate the table, which allows you to reset the database from this program if it becomes corrupted.
创建一个Statement来执行删除和重新创建表的命令,这允许您在数据库受损时通过此程序重置数据库。
What would be even more useful, however, is to create a statement that can be used for different rows and different values, such as that shown in Listing 7.
但更有用的功能是创建可用于不同行和不同值的语句,如清单7所示。
If you create a CGTT table using the like clause (create CGTT like a regular table), the statement will be successful, but the CGTT will not inherit the constraints of the original table.
如果您使用like语句创建cgtt表(像普通表一样创建CGTT),则该语句会执行成功,但CGTT不会继承原始表的约束。
You can either call the function directly, or create a view based on this statement and then query the view.
可以直接调用此函数,也可以根据这个语句创建视图,然后查询视图。
We suggest that you create a short statement that describes what your organization will look like at that point in the future.
我们建议您创建一个简短的声明,由该声明描述了您的公司在未来是什么样的。
For more details about the database structure and a sample account, see Listing 2. SQL statement to create a sample account at the bottom of the article.
更多关于数据库结构和示例账户的详细内容,请参考文章最后的清单2.创建一个示例账户的sql语句。
You can execute the statement to create this view in a DB2 command line or other query tool.
您可以使用DB 2命令行或其他查询工具执行这些语句来创建视图。
Typically, you create a SELECT statement, perhaps JOINing many tables together to yield a row.
通常,将创建select子句,可能需要把许多表join在一起才能得到行。
The number of ways to overcome a problem, or to explore a notion, or to prove a statement, or to create a new idea, may be as large as the number of ideas itself.
无论是解决一个问题、或探究一个概念、或证明一个说法、或创造一个新的观念,其方法或许和想法本身一样多。
The number of ways to overcome a problem, orto explore a notion, or to prove a statement, or to create a new idea, may be as large as the number of ideas itself.
无论是解决一个问题、或探究一个概念、或证明一个说法、或创造一个新的观念,其方法或许和想法本身一样多。
Running such a create table statement — by a user at the command line or by a custom application — creates these columns within each table.
用户在命令行上或通过定制应用程序运行这样的CREATEtable语句将在每个表中创建这些列。
You can use the PASSTHRU session to directly send the create table statement to the data source and create a nickname for this new table.
您可以使用PASSTHRU会话直接将CREATEtable语句发送到数据源,并为这个新表创建一个昵称。
Listing 9 contains a code example of the SQL CREATE procedure statement used to register an RPG program as an external stored procedure.
清单9包含一个用于将一个R PG程序注册为一个外部存储过程的SQLCREATEPROCEDURE语句的代码示例。
The SQL statement was then used to create a resultset, which was used to write the appropriate data to DB2.
然后使用该sql语句来创建结果集,该结果集用于将适当的数据写到DB2。
Use the create type statement to create a structured type, and use the DROP statement to delete a structured type.
可以使用CREATEtype语句创建一个结构化类型,并使用drop语句删除结构化类型。
When you create a database using the create database statement, the code page for the database will be derived from the operating system locale setting.
在使用CREATEdatabase语句创建数据库时,将从操作系统的地区设置推导出数据库的编码页。
Q: Why can't I specify a table space for my local index using the CREATE index statement?
Q:为什么我无法利用CREATEindex语句为我的本地索引指定表空间?
If a primary key is specified in the CREATE TABLE statement, the first column of the primary key is used as the distribution key.
如果在CREATEtable语句中指定了一个主键,那么主键的首列会被用作分配键。
The creation of the schema is implicit because you don't issue a CREATE schema statement.
模式的创建所以是隐式的,是因为没有发出CREATEschema语句。
Once you have determined the MQT definitions, the MQTs can be created with the use of a " CREATE TABLE" statement.
一旦确定了MQT定义,就可以使用 "CREATETABLE"语句创建MQT 了。
Here you use the get cursor command to create a cursor, feeding it an SQL statement that represents the data you want to include.
在此处您可以使用getcursor命令创建一个游标,并馈送它一个sql语句,表示您要包含的数据。
The CREATE transform statement enables an existing function to be used as a transform function.
CREATETRANSFORM允许将现有的函数用作转换函数。
In the updateCatalog function, retrieve the form field values and create an SQL statement to add a row to database table Catalog.
在updatecatalog函数中,获取表单字段值,并创建一条sql语句,以便将一行添加到数据库表Catalog中。
The DBI module automatically loads the DBD::DB2 driver when you create a database handle using the DBI->connect statement with the following syntax
当使用DBI->connect语句(语法如下)来创建一个数据库句柄 时,DBI模块会自动加载DBD::DB2驱动程序。
For this article, I will be using a combination of fixed-list dynamic SQL and static embedded SQL (for the UPDATE statement) to create a format-based handler.
对于本文,我将结合使用固定列表动态sql和静态嵌入式SQL(用于update语句)来创建一个基于格式的Handlder程序。
For example, the code to create a connection, prepare and execute a statement looks very similar in olap4j and JDBC.
比如说,olap4 j里创建连接、准备和执行语句的代码看起来和JDBC里的非常像。
From the BSD command line, log into mySQL and execute the statement in Listing 5 to create a database.
在BSD命令行中,登录到mySQL并执行清单5的语句来创建数据库。
应用推荐