该程序从客户表中提取行并将它们发送到报告目标,它在本例中是标准输出。
The program fetches rows from the customer table and spools them to the report target, which is a standard output in this example.
访问性改进(可以指定表中的行和列标题,从而屏幕阅读器应用程序可以检测到它们)。
Accessibility enhancement (You can designate row and column headers in tables so that screen-reader applications can detect them.)
第一个文件展示了正常的网格表操作,在一个非常简单的应用程序内所有行均有相同的选项;而第二个文件则展示了定制网格编辑器的使用。
The first file demonstrates normal grid table operation with the same options for all rows in a very simple application, while the second illustrates the use of a custom grid editor select.
应用程序1 (A 1)在一个游标内从单独一个表选择行。
Application 1 (A1) selects rows from a single table in a cursor.
虽然有一些增加并发的技巧,但是,如果应用程序需要的是表级别或行级别的锁定,那么DBMS能够更好地满足您的需求。
There are little tricks one can do to increase concurrency, but if your applications need table-level or row-level locks, a DBMS will better suit your needs.
要得到一个特定用户的所有文件的列表,程序员必须首先从用户表中读取行,然后解析文件的文本,并为每个文件运行一个单独的SELECT语句。
To get a list of all the files for a particular user, the programmer must first read the row from the users table, then parse the file's text and run an individual SELECT statement for each file.
数据库管理器通过查看应用程序的锁列表并查找行锁最多的表,来决定对哪些锁进行升级。
The database manager determines which locks to escalate by looking through the lock list for the application and finding the table with the most row locks.
IDS允许应用程序开发人员将锁放在不同的对象上,如数据库、表、页或行、以及索引。
IDS allows application developers to place locks on different objects, like databases, tables, pages or rows, and indexes.
在表1中,最左边的列解释了业务驱动程序,这些业务驱动程序与列在最上端一行中的各种模式进行匹配。
In Table 1, the business drivers are explained in the leftmost column, and matched to the various patterns listed in the top row.
由于新行是插在表中具有近似值的行附近的位置,因此数据仍然是聚合的,而不需要运行REORG实用程序。
Because new rows are inserted in the part of the table that contains rows with similar values, data remains clustered without the need to run the REORG utility.
应用程序2 (A 2)更改表中符合资格的行,随后提交更改。
Application 2 (A2) changes qualifying rows in the table, and it later commits the changes.
隐式隐藏列:从兼容性方面来说,这个特性有助于将行修改时间戳列应用到现有表和应用程序。
Implicitly hidden columns: For compatibility, this feature eases the adoption of the row change timestamp columns to existing tables and applications.
DWARF行表包含源行(属于程序的可执行部分)与内存(包含与源代码对应的代码)之间的映射关系。
The DWARF line table contains the mapping between the source lines (for the executable parts of a program) and the memory containing the code corresponding to the source.
日期和时间应该早于运行错误的应用程序(即删除表中的行)的时间。
The date and time should be prior to when the bad application ran (when you deleted the table rows).
例如,DB 2数据库管理器可以让应用程序独占地控制表中的特定行,而不是让该应用程序独占地控制整个表。
For example, rather than giving an application exclusive control over an entire table, the DB2 database manager can give an application exclusive control over a specific row in a table.
您还可以从一个PHP应用程序中查看电子表格数据,并添加、编辑、删除单元格、行和工作表。
With the Google Spreadsheets data API, you can view spreadsheet data from a PHP application and change it, by adding, editing, and deleting cells, rows, and worksheets.
应用程序2可以在表上建立一个IX锁定和一个x行锁定,因为表锁定ix兼容a1的in表锁定。
Application 2 can establish an IX lock on the table and an X row lock, because the table lock IX is compatible to the IN table lock from A1.
在本文的最后一部分中,我将解释如何使用DataAPI远程操作电子表格内容,从一个远程PHP应用程序中添加、更新和删除行、单元格、工作表。
In this concluding part, I examine how you can use the Data API to remotely manipulate spreadsheet content, by adding, updating, and deleting rows, cells, and worksheets from a remote PHP application.
运行示例delete语句,模拟删除两个表中所有行的错误的应用程序逻辑。
Run sample delete statements to reproduce the bad application logic that deleted all rows in two tables.
SQLJ应用程序连接到数据源对象为 ds 的数据库,并使用已定位的迭代器ByPos从现有的Employee表中获取行。
This SQLJ application connects to a database with data source object ds and fetches the rows from existing table Employee with positioned iterator ByPos.
Jetty创建应用程序类的一个实例DerbyDatabase,该实例启动嵌入式Derby引擎,创建数据库(只此一次),然后创建两个表并装载一些行。
Jetty creates an instance of the application class, DerbyDatabase, which boots the embedded Derby engine, creates the database (only once), and creates two tables and loads some rows.
在Web应用程序环境中,迭代主要用于访存和显示数据集,通常是以列表或表中的一系列行的形式显示。
In the context of Web applications, iteration is primarily used to fetch and display collections of data, typically in the form of a list or sequence of rows in a table.
因为表是由行组成的,并且每个行包含多个单元格,所以我们首先定义row类和cell类,以实现数据提供程序和表之间的映射。
Because a table is made up of rows, each of which contains a number of cells, we achieve this mapping between the data provider and the table by first defining the row class and the cell class.
有时需要在不打开行集合的情况下获取有关提供程序、行集合、表、列的信息或其他数据库信息。
Sometimes you need to obtain information about the provider, rowset, table, columns, or other database information without opening the rowset.
例如,时间表应用程序应该显示足够的行和列,以便用户在输入他(她)的工作时间时不必看到数据周围大量的空白行、列。
For example, a timesheet application will show enough columns and rows so that the user can enter his or her work times without having to see numerous blank columns and rows surrounding the data.
例如,时间表应用程序应该显示足够的行和列,以便用户在输入他(她)的工作时间时不必看到数据周围大量的空白行、列。
For example, a timesheet application will show enough columns and rows so that the user can enter his or her work times without having to see numerous blank columns and rows surrounding the data.
应用推荐