Compare and contrast income statements prepared for managerial use and those prepared for external reporting.
比较并对照用管理目的与用于外部报表的损益表。
Financial accounting statements prepared for external users must be prepared in accordance with generally accepted accounting principles (GAAP).
财务会计为外部用户所做的分析报告一定要根据通用会计原理(GAAP)并且与之相吻合。
Details on employee welfare plans of the Company are set out in note 34 to the financial statements prepared in accordance with IFRS in this annual report.
本公司员工福利计划详情列载于本年度报告按国际财务报告准则编制的财务报表附注34。
As with prepared statements in a JDBC application, the values get substituted for each placeholder in order of appearance in the statement.
与JDBC应用程序中的准备好的语句一样,值可以按在语句中出现的顺序被各占位符取代。
You can create and execute prepared statements or create and run external scripts.
您可以创建并执行准备好的语句,或创建并运行外部脚本。
Unfortunately, this also means that you do not have control over which prepared statements are pooled, only the number of statements that are cached.
但可惜的是,这也意味着您将不能控制哪个预备语句将被缓冲,而只能控制被缓存的语句的数目。
Another task you don't normally associate with the command line is the use of prepared statements.
通常您不会联系到命令行的另外一项任务就是使用准备好的语句。
Prepared statements are recompiled for better performance and are convenient when you need to do the same thing over and over again.
准备好的语句可重新编译,从而获得更好的性能,在您反复执行同一操作时,它非常方便。
Perhaps the most useful prepared statements are those that not only take input values, but also operate on the current row of a cursor.
或许最有用的准备好的语句不仅可以获取输入值,而且还可以对游标的当前行进行操作。
Data source statement cache size specifies the number of prepared JDBC statements that can be cached per connection.
数据源语句缓存大小指定每次连接可以缓存的经过准备的jdbc语句的数量。
Since most database layers support prepared statements that handle this risk much better, turning this off will again remove an annoying performance problem.
由于大部分数据库层支持能更好地处理该风险的准备语句,禁用该设置会再次消除这个烦人的性能问题。
You can even create prepared statements that can be used with multiple sets of data (see Listing 8).
您甚至可以创建与多个数据集一起使用的准备好的语句(参见清单8)。
Prepared statements can be significantly faster than regular queries depending on the database being used.
准备语句相比普通查询来说要快很多,当然跟使用的数据库有关系。
You can view when relevant elements such as JDBC connections, statements, prepared statements, and result sets, were created and which queries were issued.
您可以查看创建了哪些相关元素,比如jdbc连接、语句、已备语句和结果集,以及发起了哪些查询。
But a statement object submits different SQL statements to batch, while prepared statement submits a set of parameters to batch.
但语句对象提交不同的sql语句进行批处理,而预置语句提交的是一组参数。
JDBC 3.0 frees the developer from this concern because the data source layer is now responsible for caching prepared statements.
JDBC 3.0让开发人员不再为此担心,因为数据源层现在负责为预备语句进行缓存。
However, most applications use prepared statements rather than dynamic SQL statements, so I won't delve into this.
但是,多数应用程序使用预备语句而不是动态sql语句,所以我不想深入这一部分。
This is a unique feature in comparison with any other mechanism to identify errors in SQL, such as using JDBC prepared statements.
与识别SQL错误的其他机制(比如使用JDBC预备语句)相比,这个特性确实非常方便。
It means that when an SQL statement is going to be executed more than once, the developer should prepare the statement just once and then reuse the prepared statements for consecutive executions.
就是说如果sql语句要执行多次,开发人员应该只准备该语句一次,在以后的执行中重用准备好的语句。
If your JDBC program USES prepared statements and parameter markers, queries are processed faster if they are found in the database statement cache.
如果您的JDBC程序使用已经准备好的语句和参数标志,并且如果在数据库语句缓存中找到了它们的话,查询过程将处理地更快。
I would further like to track performance of prepared statements by the SQL strings that was prepared prior to executing to them.
我还想进一步根据SQL字符串跟踪预备语句(在执行之前就已经准备就绪)。
This parameter controls the maximum number of prepared statements cached by a connection pool.
该参数控制由连接池缓存的最大预编译语句数。
Prepared statements are so useful that PDO actually breaks the rule set out in Goal number 4: if the driver doesn't support prepared statements, PDO will emulate them.
预处理语句是如此有用,以致pdo实际上打破了在目标4中设下的规则:如果驱动程序不支持预处理语句,那么PDO将仿真预处理语句。
Using prepared statements with a cursor.
结合使用准备好的语句和游标。
Ij enables you to do many of the same tasks you might think you can only accomplish using a full-fledged JDBC application, such as manipulating cursors and creating and executing prepared statements.
ij使您能够执行许多您原本认为只有使用完备的JDBC应用程序才能完成的任务,如操纵游标和创建并执行准备好的语句。
You can think of them as a kind of compiled template for the SQL that you want to run, that can be customized using variable parameters. Prepared statements offer two major benefits.
您可以把预处理语句看作您想要运行的SQL的一种编译过的模板,它可以使用变量参数进行定制。
Automatic re-compilation of prepared statements.
预编译语句的自动重新编译。
Different languages call these different things, such as "bound" or "placeholder" or "prepared" or "parameterized" SQL statements.
不同的语言调用不同的内容,例如“bound ”或“placeholder ”或“prepared ”或“parameterized ”sql语句。
Different languages call these different things, such as "bound" or "placeholder" or "prepared" or "parameterized" SQL statements.
不同的语言调用不同的内容,例如“bound ”或“placeholder ”或“prepared ”或“parameterized ”sql语句。
应用推荐