• SQLPrepare函数准备语句

    SQLPrepare function prepares the statement.

    youdao

  • 为了考虑这些变化,必须重新准备语句

    To account for these changes, the statement has to be re-prepared.

    youdao

  • 客户机准备语句

    The statement is prepared on the client.

    youdao

  • 里面没有优势准备语句BEGIN警告)。

    There is no advantage to preparing statements inside BEGIN (with caveat below).

    youdao

  • 如果经常准备语句那么可以试调低优化级别

    If Prepares are frequent, try a lower optimization class.

    youdao

  • 准备语句相比普通查询来说要很多,当然跟使用数据库关系。

    Prepared statements can be significantly faster than regular queries depending on the database being used.

    youdao

  • 注意1如果数据库模式变化声明需要必须重新准备语句

    Caveat 1: if the database schema changes, the statement will need to be re-prepared.

    youdao

  • 所有这些查询可以简化参数化查询(称为一个准备语句),如清单2

    All of these can be condensed into a single parameterized query (also known as a prepared statement), as shown in Listing 2.

    youdao

  • 还有其他优势准备语句以外事务例如可以使用它们多个事务没有多次准备

    There are other advantages to preparing statements outside transactions, e. g., you can use them in multiple transactions without preparing multiple times.

    youdao

  • 由于大部分数据库支持能更好地处理该风险准备语句,禁用该设置再次消除这个烦人性能问题

    Since most database layers support prepared statements that handle this risk much better, turning this off will again remove an annoying performance problem.

    youdao

  • 这个方面两个主要职责跟踪与创建准备语句有关信息然后监视jdbc语句执行性能统计值

    This aspect has two primary responsibilities: tracking information about creating and preparing statements and then monitoring performance statistics for executing JDBC statements.

    youdao

  • 一方面,Net.Data支持立即执行这种情况下每次执行语句时都准备语句

    Net. Data, on the other hand, supports only immediate execution, where the prepare is done each time a statement executes.

    youdao

  • 一个优势准备语句BEGIN因为事务第二警告下面),从而允许更多并发性

    There is a small advantage to preparing the statements outside the BEGIN since the transaction will be slightly smaller in time (with second caveat below), thereby permitting more concurrency.

    youdao

  • 这个建议可以匹配JDBC12种不同可以创建准备语句方式而且为了适应 JDBCAPI未来扩展而设计的。

    This matches the 12 different ways that a statement can be created or prepared in JDBC and is designed to adapt to future extensions to the JDBC API.

    youdao

  • 当使用静态SQL时,执行sql语句准备步骤应用程序执行之前进行的,因此运行时取得更好性能

    With static SQL, the preparation steps for executing a SQL statement occur before the application is ever executed, thus offering the opportunity for better performance at runtime.

    youdao

  • 这样sql语句多次执行时,准备阶段时间CPU资源得以节约。

    Thus time and CPU resources are saved in the prepare phase when SQL statements are executed many times.

    youdao

  • 执行准备语句

    Execute the prepared statement.

    youdao

  • 解释之后连接处于活动状态准备执行sql语句(参见清单2)。

    After the macro is interpreted, the connection is active and ready to execute SQL statements (see Listing 2).

    youdao

  • 常常希望准备编译UPDATE语句一次然后每次执行更新时传递

    Often you will want to prepare and compile the UPDATE statement only once, and then pass in a new value every time you execute the update.

    youdao

  • 如果没有启用MRF准备fetch语句时将包含行定位

    If MRF is not enabled, FETCH statements are prepared without rowset positioning.

    youdao

  • 避免准备阶段在下面两种情况最有用:sql语句多次执行;二是准备阶段需要的时间语句执行时间的很大一部分

    Avoiding the prepare phase especially pays off if an SQL statement is executed many times and if the prepare phase makes up a significant portion of the statement's overall execution time.

    youdao

  • 关键准备好的语句中的sql语句会引用游标当前位置所以可以多次执行更新不同

    The key is that the SQL statement in the prepared statement references the current position of the cursor, so you can execute it multiple times and update different rows.

    youdao

  • 应用程序准备(编译)好语句之后可以修改语句对象——索引统计信息

    After a statement has been prepared (compiled) by the application, the statement objectstables, indexes, statisticscan be altered.

    youdao

  • 执行编译语句时,IDS检测底层对象变化,必要时重新准备(重新编译)语句

    When you execute a prepared statement, IDS now detects changes to underlying objects and re-prepares (re-compiles) the statement if needed.

    youdao

  • 准备sql语句

    Prepare the SQL statement.

    youdao

  • 就是说如果sql语句执行多次,开发人员应该准备语句一次,在以后执行重用准备好的语句

    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.

    youdao

  • 然后[2]中准备语句

    The statement is then prepared just once at [2].

    youdao

  • 准备提交用于执行语句

    Prepare and submit a statement for execution.

    youdao

  • 比如说,olap4 j创建连接准备执行语句代码看起来JDBC里的非常

    For example, the code to create a connection, prepare and execute a statement looks very similar in olap4j and JDBC.

    youdao

  • 重新准备fetch语句,并且包含行定位

    The fetch statement will be re-prepared without rowset positioning.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定