 firebird 30 sprachreferenz217 5.14. SEQUENCE (GENERATOR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 5.14.1. CREATE SEQUENCE . . . . . 14.2. ALTER SEQUENCE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 220 5.14.3. CREATE OR ALTER SEQUENCE . . . . . . 5.14.4. DROP SEQUENCE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 5.14.5. RECREATE SEQUENCE . . . . . . .0 码力 | 701 页 | 3.12 MB | 1 年前3 firebird 30 sprachreferenz217 5.14. SEQUENCE (GENERATOR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 5.14.1. CREATE SEQUENCE . . . . . 14.2. ALTER SEQUENCE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 220 5.14.3. CREATE OR ALTER SEQUENCE . . . . . . 5.14.4. DROP SEQUENCE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 5.14.5. RECREATE SEQUENCE . . . . . . .0 码力 | 701 页 | 3.12 MB | 1 年前3
 firebird generatoren ratgeberist in der Datenbank, aber ausserhalb jeder Transaktionskontrolle. 2.2. Was ist eine Sequenz? “Sequence” ist der offizielle SQL-Begriff für das, was Firebird einen Generator nennt. Da Firebird ständig 2 an den Begriff SEQUENCE als Synonym für GENERATOR benutzen. Es wird in der Tat empfohlen, in neuem SQL-Code die SEQUENCE-Syntax zu verwenden. Auch wenn das Schlüsselwort “SEQUENCE” die Betonung auf Erzeugung der Werte zu deuten scheint, gibt es keinerlei Unterschied in Firebird zwischen einer SEQUENCE und einem GENERATOR. Es sind einfach zwei Namen für das gleiche Datenbankobjekt. Man kann einen0 码力 | 22 页 | 183.60 KB | 1 年前3 firebird generatoren ratgeberist in der Datenbank, aber ausserhalb jeder Transaktionskontrolle. 2.2. Was ist eine Sequenz? “Sequence” ist der offizielle SQL-Begriff für das, was Firebird einen Generator nennt. Da Firebird ständig 2 an den Begriff SEQUENCE als Synonym für GENERATOR benutzen. Es wird in der Tat empfohlen, in neuem SQL-Code die SEQUENCE-Syntax zu verwenden. Auch wenn das Schlüsselwort “SEQUENCE” die Betonung auf Erzeugung der Werte zu deuten scheint, gibt es keinerlei Unterschied in Firebird zwischen einer SEQUENCE und einem GENERATOR. Es sind einfach zwei Namen für das gleiche Datenbankobjekt. Man kann einen0 码力 | 22 页 | 183.60 KB | 1 年前3
 PlantUML 1.2020.23 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor hello Alice -> Bob : ok @enduml 1.36.2 lifelineStrategy solid In order to have solid life line in sequence diagrams, you can use: • skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere0 码力 | 304 页 | 3.07 MB | 1 年前3 PlantUML 1.2020.23 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor hello Alice -> Bob : ok @enduml 1.36.2 lifelineStrategy solid In order to have solid life line in sequence diagrams, you can use: • skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere0 码力 | 304 页 | 3.07 MB | 1 年前3
 PlantUML 1.2020.22 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere Boxes You can use the hide footbox keywords to remove the foot boxes of the gantt diagram (as for sequence diagram). Examples on: • daily scale (without project start) @startgantt hide footbox title0 码力 | 292 页 | 2.98 MB | 1 年前3 PlantUML 1.2020.22 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere Boxes You can use the hide footbox keywords to remove the foot boxes of the gantt diagram (as for sequence diagram). Examples on: • daily scale (without project start) @startgantt hide footbox title0 码力 | 292 页 | 2.98 MB | 1 年前3
 PlantUML 1.2021.3 Sprachreferenzreturn success @enduml *[Ref. [QA-4834](https:forum.plantuml.net/4834/activation-shorthand-for-sequence-diagrams?show=13054#c13054), [QA-9573](https:forum.plantuml.net/9573) and [QA-13234](https://forum SEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid0 码力 | 406 页 | 4.22 MB | 1 年前3 PlantUML 1.2021.3 Sprachreferenzreturn success @enduml *[Ref. [QA-4834](https:forum.plantuml.net/4834/activation-shorthand-for-sequence-diagrams?show=13054#c13054), [QA-9573](https:forum.plantuml.net/9573) and [QA-13234](https://forum SEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid0 码力 | 406 页 | 4.22 MB | 1 年前3
 PlantUML 1.2023.11 Sprachreferenzreturn success @enduml *[Ref. [QA-4834](https:forum.plantuml.net/4834/activation-shorthand-for-sequence-diagrams?show=13054#c13054), [QA-9573](https:forum.plantuml.net/9573) and [QA-13234](https://forum SEQUENZDIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid0 码力 | 529 页 | 7.46 MB | 1 年前3 PlantUML 1.2023.11 Sprachreferenzreturn success @enduml *[Ref. [QA-4834](https:forum.plantuml.net/4834/activation-shorthand-for-sequence-diagrams?show=13054#c13054), [QA-9573](https:forum.plantuml.net/9573) and [QA-13234](https://forum SEQUENZDIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid0 码力 | 529 页 | 7.46 MB | 1 年前3
 PlantUML 1.2021.1 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere0 码力 | 384 页 | 4.02 MB | 1 年前3 PlantUML 1.2021.1 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere0 码力 | 384 页 | 4.02 MB | 1 年前3
 PlantUML 1.2021.2 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere0 码力 | 389 页 | 4.07 MB | 1 年前3 PlantUML 1.2021.2 SprachreferenzSEQUENZ-DIAGRAMM @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor : hello Alice -> Bob : ok @enduml [Ref. QA-9016] • solid In order to have solid life line in sequence diagrams, you can use: skinparam lifelineStrategy solid @startuml skinparam lifelineStrategy solid @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere0 码力 | 389 页 | 4.07 MB | 1 年前3
 PlantUML 1.2019.1 Sprachreferenzdeactivate A @enduml @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere value Comment sequenceMessageAlign left Used for messages in sequence diagrams sequenceReferenceAlign center Used for ref over in sequence diagrams @startuml skinparam sequenceMessageAlign center Alice0 码力 | 147 页 | 1.85 MB | 1 年前3 PlantUML 1.2019.1 Sprachreferenzdeactivate A @enduml @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere value Comment sequenceMessageAlign left Used for messages in sequence diagrams sequenceReferenceAlign center Used for ref over in sequence diagrams @startuml skinparam sequenceMessageAlign center Alice0 码力 | 147 页 | 1.85 MB | 1 年前3
 PlantUML 1.2019.4 Sprachreferenzdeactivate A @enduml @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere value Comment sequenceMessageAlign left Used for messages in sequence diagrams sequenceReferenceAlign center Used for ref over in sequence diagrams @startuml skinparam sequenceMessageAlign center Alice0 码力 | 167 页 | 1.83 MB | 1 年前3 PlantUML 1.2019.4 Sprachreferenzdeactivate A @enduml @startuml skinparam backgroundColor #EEEBDC skinparam handwritten true skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue LifeLineBackgroundColor @startuml start if (Graphviz installed?) then (yes) :process all\ndiagrams; else (no) :process only __sequence__ and __activity__ diagrams; endif stop @enduml Man kann das Schlüsselwort elseif für mehrere value Comment sequenceMessageAlign left Used for messages in sequence diagrams sequenceReferenceAlign center Used for ref over in sequence diagrams @startuml skinparam sequenceMessageAlign center Alice0 码力 | 167 页 | 1.83 MB | 1 年前3
共 15 条
- 1
- 2













