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 ARRAY Type The support of arrays in the Firebird DBMS is a departure from the traditional relational model. Supporting arrays in the DBMS could make it easier to solve some data-processing tasks involving0 码力 | 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 arrays. The support of arrays in the Firebird DBMS is a departure from the traditional relational model. Supporting arrays in the DBMS could make it easier to solve some data-processing tasks involving0 码力 | 778 页 | 3.43 MB | 1 年前3
Firebird 2 QuickStartde- fined scope even if it has sufficient rights on the database files. Choose your authentication model (2.1 only) Firebird 2.1 and higher support three authentication models when connecting to databases account name. On Linux, the mixed model is used. On Windows, the default is mixed in 2.1, 2.1.1 and 2.1.2, and native in 2.1.3 and higher. You can change the model by setting the Authentication parameter operation 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 language reference 30 rusEXISTS. Например, следующий запрос: Общие элементы языка 84 SELECT model, speed, hd FROM PC WHERE model IN (SELECT model FROM product WHERE maker = 'A'); использованием предиката EXISTS: SELECT model, speed, hd FROM PC WHERE EXISTS (SELECT * FROM product WHERE maker = 'A' AND product.model = PC.model); существуют модели, производитель которых начинается на букву «A»: SELECT model, speed, hd FROM PC WHERE model IN (SELECT model FROM product WHERE maker STARTING WITH 'A'); См0 码力 | 719 页 | 3.98 MB | 1 年前3
firebird 30 sprachreferenzCREATE 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 Abfrage: SELECT model, speed, hd FROM PC WHERE model IN (SELECT model FROM product WHERE maker = 'A'); kann ersetzt werden mittels EXISTS-Prädikat: SELECT model, speed, hd FROM WHERE maker = 'A' Chapter 4. Allgemeine Sprachelemente 87 AND product.model = PC.model); Jedoch gilt zu beachten, dass eine Abfrage mittels NOT IN und einer Unterabfrage nicht immer0 码力 | 701 页 | 3.12 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 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 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
共 14 条
- 1
- 2













