Firebird Docwriting Guide GermanTexteditor - oder wählen die reine Textansicht in Ihrem XML-Editor - werden Sie den aktuellen XML-Code sehen. Sehen Sie auch die vorhandenen XML-Quellen des manual Modul ein, um herauszufinden wie andere jump to the introduction. Firebird Docwriting-Anleitung 22 Im gerenderten Dokument, ist „here“ ein hot text, das heißt: ein anklickbarer Link, der zur Einleitung verweist: Click here to jump to the introduction zu benutzen. Dieses wird die E-Mail-Adresse als klickbaren Link in der Ausgabe anzeigen. Dieser XML-Code: Send mail tofirebird-docs-request@lists.sourceforge.net to subscribe. wird in0 码力 | 49 页 | 228.41 KB | 1 年前3
Firebird 2 QuickStart Germanin Firebird werden durch ein Paar von einfachen Hochkommas abgegrenzt: 'Ich bin ein String' (ASCII Code 39, und nicht 96). Falls Sie frühere Versionen von Firebird's Verwandten InterBase® verwenden, dann Benutzer damit verbunden sind, gesichert werden. Die Sicherung der Datenbank wird von einem Snaps- hot zum Zeitpunkt des Starts der Sicherung erstellt. Periodische Sicherungen und gelegentliche Wiederherstellungen Systemtabellen verwenden sollen, wann immer Sie Metadaten ändern oder entfernen. Verschieben Sie daher die „Hot Fix“ Aktivitäten bis Sie fit in SQL und Ihr Wissen über die Firebird Engine entsprechend groß ist.0 码力 | 37 页 | 207.22 KB | 1 年前3
Firebird 1.0 QuickStartsymbol Strings in Firebird are delimited by a pair of single quote symbols – 'I am a string' – (ASCII code 39, not 96). If you used earlier versions of Firebird's relative, InterBase®, you might recall that NULL • if (a = b) then MyVariable = 'Equal'; else MyVariable = 'Not equal'; After executing this code, MyVariable will be 'Not equal' if both a and b are NULL. The reason is that the expression 'a = b' direct SQL operations on the system tables – whenever you need to alter or remove metadata. Defer the “hot fix” stuff until your skills in SQL and your knowledge of the Firebird engine become very advanced0 码力 | 26 页 | 179.05 KB | 1 年前3
Firebird 2 QuickStartLicense) and the IDPL (Initial Developer's Public License). The first one covers the parts of the source code that were inherited from InterBase; the second applies to the additions and improvements made by the notices included with Firebird must remain intact. • You may modify and recompile the Firebird source code or parts of it. You may distribute such modified versions, but if you do so, you must document your make them publicly available, at no cost, under the same license as the original code. • You may include Firebird source code (modified or not) in a larger work and distribute that larger work, in source0 码力 | 40 页 | 218.42 KB | 1 年前3
firebird wire protocolthe Firebird wire protocol. Most of the information was obtained by studying the Firebird source code and implementing the wire protocol in the Firebird .NET provider and Jaybird (Firebird JDBC driver) content depend on the operation that initiated the response. 2.1. Generic response Int32 Operation code If operation equals op_response: Int32 Object handle Int64 Object ID Buffer Data (meaning depends Operation code If operation equals op_sql_response: Int32 Message count Buffer Response data (meaning depends on the operation). 2.3. Fetch response Chapter 2. Responses 4 Int32 Operation code If0 码力 | 40 页 | 213.15 KB | 1 年前3
firebird 40 language reference. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 7.7. Writing the Body Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . procedural SQL (PSQL) — for stored procedures, stored functions, triggers, and dynamically-executable code blocks. These are the areas addressed in this volume. This document does not cover configuration statements and PSQL modules. A comment can be any text specified by the code writer, usually used to document how particular parts of the code work. The parser ignores the text of comments. Firebird supports0 码力 | 778 页 | 3.43 MB | 1 年前3
Firebird 2.5 Language Reference. . . . . . . . . . . . . . . . . . . . . . . . 269 Table of Contents 6 7.6. Writing the Body Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . procedural language — procedural SQL (PSQL) — for stored procedures, triggers and dynamically-executable code blocks. These are the areas addressed in this volume. 1.2. Authorship The material for assembling conglomerate was warmly welcomed. However, it came without rights to existing documentation. Once the code base had been forked by its owners for private, commercial development, it became clear that the0 码力 | 521 页 | 2.30 MB | 1 年前3
firebird 30 sprachreferenzProzedursprache — procedural SQL (PSQL) — für gespeicherte Prozeduren, Trigger und dynamisch ausführbare Code Blöcke. Dies sind die Themen, die in diesem Dokument behandelt werden. 1.2. Urheberschaft Für die SQL-Anweisungen und PSQL-Modulen vorhanden sein. Ein Kommentar kann ein beliebiger Text sein, der vom Code-Autor angegeben wird und normalerweise verwendet wird, um zu dokumentieren, wie bestimmte Teile des angibt. Normalerweise ist dies nichts anderes als eine Sortierung basierend auf dem numerischen Code der Zeichen und eine grundlegende Zuordnung von Groß- und Kleinbuchstaben. Wenn für Strings ein Verhalten0 码力 | 701 页 | 3.12 MB | 1 年前3
firebird language reference 30 rusвозможности работы с массивами. Ниже приведён её текст: CREATE OR ALTER PROCEDURE SHOW_LANGS ( CODE VARCHAR(5), GRADE SMALLINT, CTY VARCHAR(15)) RETURNS ( LANGUAGES VARCHAR(15)) AS DECLARE VARIABLE BEGIN I = 1; WHILE (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 Пример 4.35. Таблица с полем массивом CREATE TABLE JOB ( JOB_CODE JOBCODE NOT NULL, JOB_GRADE JOBGRADE NOT NULL, JOB_COUNTRY COUNTRYNAME0 码力 | 719 页 | 3.98 MB | 1 年前3
firebird isqlutility to bail on error, but only when used in a non-interactive mode. The switch returns an error code to the Operating System. This switch was added to prevent isql from executing scripts after an error error has been detected. No further statements will be executed and isql will return an error code to the OS. Users still need to use the -e(cho) switch to echo commands to an output file, to isolate other than a semicolon. To change the terminator character to a tilde (‘~’) enter the following code: SQL> SET TERM ~ ; You must terminate this command with the current terminator of course! Changing0 码力 | 76 页 | 369.92 KB | 1 年前3
共 28 条
- 1
- 2
- 3













