Firebird 2.5 Language Reference
Firebird Project and all contributing authors, under the Public Documentation License Version 1.0. Please refer to the License Notice in the Appendix This volume represents a compilation of topics concerning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511 Appendix G: License notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . parameters With named parameters: ... DECLARE license_num VARCHAR(15); DECLARE connect_string VARCHAR (100); DECLARE stmt VARCHAR (100) = 'SELECT license FROM cars WHERE driver = :driver AND location0 码力 | 521 页 | 2.30 MB | 1 年前3Firebird 2 QuickStart
................................................................................ 33 Appendix B: License notice ......................................................................................... use of Firebird is governed by two licenses: the IPL (InterBase Public License) and the IDPL (Initial Developer's Public License). The first one covers the parts of the source code that were inherited separately or with a product of your own, but you may not claim ownership or credit for it. Any license notices included with Firebird must remain intact. • You may modify and recompile the Firebird source0 码力 | 40 页 | 218.42 KB | 1 年前3firebird 5 quickstartguide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 Appendix B: License notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . use of Firebird is governed by two licenses: the IPL (InterBase Public License) and the IDPL (Initial Developer’s Public License). The first one covers the parts of the source code that were inherited separately or with a product of your own, but you may not claim ownership or credit for it. Any license notices included with Firebird must remain intact. • You may modify and recompile the Firebird source0 码力 | 49 页 | 396.21 KB | 1 年前3Firebird Docwriting Guide German
DocBook-Elemente. • Ein, zwei Worte zu Sprache und Schreibstil. • Copyrights und die Public Documentation License. Abschließend, werden wir Ihnen zeigen, wie Sie Ihr fertiges Dokument zum Firebird-Projekt hinzufügenDocument history ...to be discussed later!License notice ...to be discussed later! Zu beachtende Punkte • Beachten bei Borland angefragt, ob wir diese Dokumente nutzen könnten,„ da sie unter die InterBase Public License fielen“, aber sie haben sich nicht mal die Mühe gemacht Firebird Docwriting-Anleitung 37 zu antworten0 码力 | 49 页 | 228.41 KB | 1 年前3firebird cache
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Appendix B: License notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Appendix A: Document history 9 Appendix B: License notice The contents of this Documentation are subject to the Public Documentation License Version 1.0 (the “License”); you may only use this Documentation Documentation if you comply with the terms of this License. Copies of the License are available at https://www.firebirdsql.org/pdfmanual/pdl.pdf (PDF) and https://www.firebirdsql.org/manual/pdl.html (HTML). The0 码力 | 11 页 | 82.76 KB | 1 年前3firebird gsplit
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Appendix B: License notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Appendix A: Document history 8 Appendix B: License notice The contents of this Documentation are subject to the Public Documentation License Version 1.0 (the “License”); you may only use this Documentation Documentation if you comply with the terms of this License. Copies of the License are available at https://www.firebirdsql.org/pdfmanual/pdl.pdf (PDF) and https://www.firebirdsql.org/manual/pdl.html (HTML). The0 码力 | 10 页 | 103.73 KB | 1 年前3firebird gsec
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Appendix B: License notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A: Document history 21 Appendix B: License notice The contents of this Documentation are subject to the Public Documentation License Version 1.0 (the “License”); you may only use this Documentation Documentation if you comply with the terms of this License. Copies of the License are available at https://www.firebirdsql.org/pdfmanual/pdl.pdf (PDF) and https://www.firebirdsql.org/manual/pdl.html (HTML). The0 码力 | 23 页 | 145.31 KB | 1 年前3Firebird Generator Guide: A guide on how and when to use generators in Firebird
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Appendix B: License notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A: Document history 18 Appendix B: License notice The contents of this Documentation are subject to the Public Documentation License Version 1.0 (the “License”); you may only use this Documentation Documentation if you comply with the terms of this License. Copies of the License are available at https://www.firebirdsql.org/pdfmanual/pdl.pdf (PDF) and https://www.firebirdsql.org/manual/pdl.html (HTML). The0 码力 | 20 页 | 169.00 KB | 1 年前3Firebird 2.5 LangRef Update Russian
182 Руководство по языку SQL ... DECLARE LICENSE_NUM VARCHAR(15); DECLARE CONNECT_STRING VARCHAR(100); DECLARE STMT VARCHAR(100) = ' SELECT LICENSE FROM CARS ' || ' WHERE DRIVER = :DRV AND LOCATION :CONNECT_STRING INTO :LICENSE_NUM; ... Для позиционных параметров: ... DECLARE LICENSE_NUM VARCHAR(15); DECLARE CONNECT_STRING VARCHAR(100); DECLARE STMT VARCHAR(100) = ' SELECT LICENSE FROM CARS ' || ' EXECUTE STATEMENT (STMT) (:CURRENT_DRIVER, :CURRENT_LOCATION) ON EXTERNAL :CONNECT_STRING INTO :LICENSE_NUM; ... Примечания: Некоторые вещи, которые надо знать: • Когда у оператора есть параметры, они0 码力 | 364 页 | 1.45 MB | 1 年前3Firebird 1.0 QuickStart
......................................................................................... 24 B. License notice ......................................................................................... 1.0 Quick Start Guide 24 Appendix B: License notice The contents of this Documentation are subject to the Public Documentation License Version 1.0 (the “License”); you may only use this Documentation Documentation if you comply with the terms of this License. Cop- ies of the License are available at http://www.firebirdsql.org/pdfmanual/pdl.pdf (PDF) and http:// www.firebirdsql.org/manual/pdl.html (HTML). The0 码力 | 26 页 | 179.05 KB | 1 年前3
共 30 条
- 1
- 2
- 3