firebird 40 language reference
Firebird 4.0 Language Reference Dmitry Filippov, Alexander Karpeykin, Alexey Kovyazin, Dmitry Kuzmenko, Denis Simonov, Paul Vinkenoog, Dmitry Yemanov, Mark Rotteveel Version 2.10, 15 December 2023 pull request with the necessary changes. Preface 1 Table of Contents 1. About the Firebird 4.0 Language Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 2. SQL Language Structure. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 778 页 | 3.43 MB | 1 年前3Firebird 2.5 Language Reference
Firebird 2.5 Language Reference Dmitry Filippov, Alexander Karpeykin, Alexey Kovyazin, Dmitry Kuzmenko, Denis Simonov, Paul Vinkenoog, Dmitry Yemanov Version 1.16, 15 December 2023 The source of much topics concerning Firebird’s SQL language written by members of the Russian-speaking community of Firebird developers and users. In 2014, it culminated in a language reference manual, in Russian. At of the Firebird Documentation Project. Preface 1 Table of Contents 1. About the Firebird SQL Language Reference: for Firebird 2.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 码力 | 521 页 | 2.30 MB | 1 年前3firebird language reference 30 rus
слова; • Типы и подтипы данных; • Операторы DDL (Data Definition Language — язык создания данных); • Операторы DML (Data Manipulation Language — язык обращения с данными); • Операторы управления транзакциями; документ доступен по адресу https://www.firebirdsql.org/ file/documentation/reference_manuals/firebird-language-reference-30-rus.pdf Кроме того, данный документ выложен в различных форматах на сайте ibase.ru Использование типа BIGINT CREATE TABLE WHOLELOTTARECORDS ( ID BIGINT NOT NULL PRIMARY KEY, DESCRIPTION VARCHAR(32) ); Шестнадцатеричный формат для целых чисел Начиная с Firebird 2.5, константы0 码力 | 719 页 | 3.98 MB | 1 年前3firebird isql
client tool located in the bin directory of the Firebird installation. It provides a command line interface for interactive access to a Firebird database. It accepts DSQL statements along with a group of 'masterkey'; For the full syntax of CREATE DATABASE, refer to the Language Reference of your Firebird version. For example, the Firebird 4.0 Language Reference section on CREATE DATABASE. In the CREATE DATABASE Data Definition Language (DDL) scripts. Scripts that manipulate data by selecting, inserting, updating, deleting or performing data conversions, are called Data Manipulation Language (DML) scripts.0 码力 | 76 页 | 369.92 KB | 1 年前3Firebird File and Metadata Security
the SYSDBA password and so gain unrestricted access to the database. As you can see from this description, Firebird security is predicated on the assumption that the Firebird server process will be running choose between allowing metadata details to escape from your server via a sophisticated data access interface and spending the considerable extra time it takes to develop an application using a less sophisticated database with which they interact. It is very rare for a database-centric application to have an interface that does not reveal many details about the table structures that it uses. Some details may be0 码力 | 19 页 | 115.27 KB | 1 年前3firebird 30 sprachreferenz
Beispiele mit Integer-Typen CREATE TABLE WHOLELOTTARECORDS ( ID BIGINT NOT NULL PRIMARY KEY, DESCRIPTION VARCHAR(32) ); INSERT INTO MYBIGINTS VALUES ( -236453287458723, 328832607832, 22, -56786237632476 (I <= 5) DO BEGIN SELECT LANGUAGE_REQ[:I] FROM JOB WHERE (JOB_CODE = :CODE) AND (JOB_GRADE = :GRADE) AND (JOB_COUNTRY = :CTY) AND (LANGUAGE_REQ IS NOT NULL)) INTO :LANGUAGES; anderen gemischt werden, die nur eine Datei hinzufügen. Die Anweisung wurde in der alten InterBase 6 Language Reference falsch dokumentiert. Chapter 5. Anweisungen der Datendefinitionssprache (DDL) 99 Tabelle0 码力 | 701 页 | 3.12 MB | 1 年前3Firebird 1.5 ErrorCodes
Bad parameter number -104 335544440 bad_msg_vec -104 335544456 invalid_sdl Invalid slice description language at offset-104 335544570 dsql_command_err Invalid command -104 335544579 dsql_internal_err result to carry. -901 335544780 exception_unknown An exception occurred that does not have a description. Exception number %X. -901 335544781 exception_stack_overflow Stack overflow. The resource to reconnect to a transaction in database -901 335741036 gfix_trn_unknown Transaction description item unknown -901 335741038 gfix_mode_req "read_only" or "read_write" required -901 336068796 0 码力 | 26 页 | 85.09 KB | 1 年前3Firebird 2.0 ErrorCodes
Bad parameter number -104 335544440 bad_msg_vec -104 335544456 invalid_sdl Invalid slice description language at offset %ld -104 335544570 dsql_command_err Invalid command -104 335544579 dsql_internal_err gsec_pw_specified Password already specified -901 336330784 gbak_no_db_desc Expected database description record -901 336724000 gsec_uid_specified Uid already specified -901 335544353 no_recon Transaction Request referenced an unavailable database -901 336330797 gbak_missing_bkup_desc Expected backup description record -901 336330798 gbak_string_trunc String truncated -901 336330799 gbak_cant_rest_record0 码力 | 26 页 | 157.59 KB | 1 年前3Firebird 2.1 ErrorCodes
Bad parameter number -104 335544440 bad_msg_vec -104 335544456 invalid_sdl Invalid slice description language at offset @1 -104 335544570 dsql_command_err Invalid command -104 335544579 dsql_internal_err 336724000 gsec_uid_specified Uid already specified -901 336330784 gbak_no_db_desc Expected database description record -901 335544353 no_recon Transaction is not in limbo Firebird 2.1 Error Codes -901 336724001 Request referenced an unavailable database -901 336330797 gbak_missing_bkup_desc Expected backup description record -901 336330798 gbak_string_trunc String truncated -901 336330799 gbak_cant_rest_record0 码力 | 31 页 | 103.24 KB | 1 年前3firebird 5 quickstartguide
redirected to a directory which — in English versions — is called “Program Files (x86)”. In other language versions the name may be different. In the same vein, the System32 directory is reserved for 64-bit set inactive; drop user ted; For details on managing users through SQL, also see the Firebird 5.0 Language Reference, section SQL Statements for User Management. 5.1.3. The security database Firebird Chapter 5. Server configuration and management 24 2. Win_Sspi (Windows Security Support Provider Interface): The user is logged in automatically with their Windows account name. Wire encryption is used0 码力 | 49 页 | 396.21 KB | 1 年前3
共 31 条
- 1
- 2
- 3
- 4