 Firebird 2.5 Language Reference. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 7.5.1. Firing Order (Order of Execution) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CREATE PROCEDURE P(APARAM INT) RETURNS (B INT) AS BEGIN /* This text will be ignored during the execution of the statement since it is a comment */ B = A + 1; -- In-line comment SUSPEND; END expressions are evaluated directly during parsing, as though the statement were already prepared for execution. Thus, even if the query is run several times, the value of, for instance, timestamp 'now' remains0 码力 | 521 页 | 2.30 MB | 1 年前3 Firebird 2.5 Language Reference. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 7.5.1. Firing Order (Order of Execution) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CREATE PROCEDURE P(APARAM INT) RETURNS (B INT) AS BEGIN /* This text will be ignored during the execution of the statement since it is a comment */ B = A + 1; -- In-line comment SUSPEND; END expressions are evaluated directly during parsing, as though the statement were already prepared for execution. Thus, even if the query is run several times, the value of, for instance, timestamp 'now' remains0 码力 | 521 页 | 2.30 MB | 1 年前3
 firebird 40 language reference. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 7.6.1. Firing Order (Order of Execution) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CREATE PROCEDURE P(APARAM INT) RETURNS (B INT) AS BEGIN /* This text will be ignored during the execution of the statement since it is a comment */ B = A + 1; -- In-line comment SUSPEND; END parsing, as though the Chapter 3. Data Types and Subtypes 60 statement were already prepared for execution. As this produced unexpected or confusing results when using the datetime mnemonics like 'NOW'0 码力 | 778 页 | 3.43 MB | 1 年前3 firebird 40 language reference. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 7.6.1. Firing Order (Order of Execution) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CREATE PROCEDURE P(APARAM INT) RETURNS (B INT) AS BEGIN /* This text will be ignored during the execution of the statement since it is a comment */ B = A + 1; -- In-line comment SUSPEND; END parsing, as though the Chapter 3. Data Types and Subtypes 60 statement were already prepared for execution. As this produced unexpected or confusing results when using the datetime mnemonics like 'NOW'0 码力 | 778 页 | 3.43 MB | 1 年前3
 firebird isqlhandling is a programming construct designed to handle an occurrence that disrupts the normal execution of a program. These are called errors. Exceptions are user-defined named error messages, written SQLCODE Message Meaning <0 SQLERROR Error occurred: statement did not execute 0 SUCCESS Successful execution +1 to +99 SQLWARNIN G System warning or information message +100 NOT FOUND No qualifying rows causes all the SQL commands being executed to be displayed on the output device prior to their execution. You may wish to turn echo off as part of a script file although the isql default is for echo to0 码力 | 76 页 | 369.92 KB | 1 年前3 firebird isqlhandling is a programming construct designed to handle an occurrence that disrupts the normal execution of a program. These are called errors. Exceptions are user-defined named error messages, written SQLCODE Message Meaning <0 SQLERROR Error occurred: statement did not execute 0 SUCCESS Successful execution +1 to +99 SQLWARNIN G System warning or information message +100 NOT FOUND No qualifying rows causes all the SQL commands being executed to be displayed on the output device prior to their execution. You may wish to turn echo off as part of a script file although the isql default is for echo to0 码力 | 76 页 | 369.92 KB | 1 年前3
 firebird wire protocol. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 5.7. Rows affected by query execution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . operation equals op_sql_response: SQL response if not: Generic response 5.7. Rows affected by query execution Obtain the rows affected by a query is done using the statement information request message List 2020 M R Conversion to AsciiDoc, minor copy-editing 0.1 5 26 Dec 2021 AP Document batch execution Appendix C: Revision history 390 码力 | 40 页 | 213.15 KB | 1 年前3 firebird wire protocol. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 5.7. Rows affected by query execution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . operation equals op_sql_response: SQL response if not: Generic response 5.7. Rows affected by query execution Obtain the rows affected by a query is done using the statement information request message List 2020 M R Conversion to AsciiDoc, minor copy-editing 0.1 5 26 Dec 2021 AP Document batch execution Appendix C: Revision history 390 码力 | 40 页 | 213.15 KB | 1 年前3
 Firebird 1.5 ErrorCodes-901 335544731 tra_must_sweep -901 335544740 udf_exception A fatal exception occurred during the execution of a user defined function. -901 335544741 lost_db_connection Connection lost to database -901 Updated 04/30/04 p. 15 -901 335544767 blob_filter_exception A fatal exception occurred during the execution of a blob filter. -901 335544768 exception_access_violation Access violation. The code attempted0 码力 | 26 页 | 85.09 KB | 1 年前3 Firebird 1.5 ErrorCodes-901 335544731 tra_must_sweep -901 335544740 udf_exception A fatal exception occurred during the execution of a user defined function. -901 335544741 lost_db_connection Connection lost to database -901 Updated 04/30/04 p. 15 -901 335544767 blob_filter_exception A fatal exception occurred during the execution of a blob filter. -901 335544768 exception_access_violation Access violation. The code attempted0 码力 | 26 页 | 85.09 KB | 1 年前3
 Firebird 2.0 ErrorCodes-901 335544731 tra_must_sweep -901 335544740 udf_exception A fatal exception occurred during the execution of a user defined function. -901 335544741 lost_db_connection Connection lost to database -901 RDB$USER_PRIVILEGES -901 335544767 blob_filter_exception A fatal exception occurred during the execution of a blob filter. -901 335544768 exception_access_violation Access violation.The code attempted0 码力 | 26 页 | 157.59 KB | 1 年前3 Firebird 2.0 ErrorCodes-901 335544731 tra_must_sweep -901 335544740 udf_exception A fatal exception occurred during the execution of a user defined function. -901 335544741 lost_db_connection Connection lost to database -901 RDB$USER_PRIVILEGES -901 335544767 blob_filter_exception A fatal exception occurred during the execution of a blob filter. -901 335544768 exception_access_violation Access violation.The code attempted0 码力 | 26 页 | 157.59 KB | 1 年前3
 Firebird 2.1 ErrorCodes-901 335544731 tra_must_sweep -901 335544740 udf_exception A fatal exception occurred during the execution of a user defined function. -901 335544741 lost_db_connection Connection lost to database -901 RDB$USER_PRIVILEGES -901 335544767 blob_filter_exception A fatal exception occurred during the execution of a blob filter. -901 335544768 exception_access_violation Access violation.The code attempted0 码力 | 31 页 | 103.24 KB | 1 年前3 Firebird 2.1 ErrorCodes-901 335544731 tra_must_sweep -901 335544740 udf_exception A fatal exception occurred during the execution of a user defined function. -901 335544741 lost_db_connection Connection lost to database -901 RDB$USER_PRIVILEGES -901 335544767 blob_filter_exception A fatal exception occurred during the execution of a blob filter. -901 335544768 exception_access_violation Access violation.The code attempted0 码力 | 31 页 | 103.24 KB | 1 年前3
 firebird gsecoperating systems allow the system administrator to set file system permissions which prevent execution of certain programs and utilities for security reasons. The Firebird database holds details of0 码力 | 23 页 | 145.31 KB | 1 年前3 firebird gsecoperating systems allow the system administrator to set file system permissions which prevent execution of certain programs and utilities for security reasons. The Firebird database holds details of0 码力 | 23 页 | 145.31 KB | 1 年前3
 firebird 5 quickstartguideoperation will be completed successfully. (In pre-2.0 Firebird, this too would cause an error and halt execution.) See also the section below, Expressions involving NULL�, about concatenating in expressions0 码力 | 49 页 | 396.21 KB | 1 年前3 firebird 5 quickstartguideoperation will be completed successfully. (In pre-2.0 Firebird, this too would cause an error and halt execution.) See also the section below, Expressions involving NULL�, about concatenating in expressions0 码力 | 49 页 | 396.21 KB | 1 年前3
 Firebird 2 QuickStartoperation will be completed successfully. (In pre-2.0 Firebird, this too would cause an error and halt execution.) See also the section below, Expressions involving NULL, about concatenating in expressions involving0 码力 | 40 页 | 218.42 KB | 1 年前3 Firebird 2 QuickStartoperation will be completed successfully. (In pre-2.0 Firebird, this too would cause an error and halt execution.) See also the section below, Expressions involving NULL, about concatenating in expressions involving0 码力 | 40 页 | 218.42 KB | 1 年前3
共 12 条
- 1
- 2













