firebird 30 sprachreferenz
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650 RDB$FUNCTION_ARGUMENTS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Anzahl der Zeilen im Datensatz (oder der Rest nach einem SKIP) kleiner ist als der Wert des m-Arguments, das für FIRST bereitgestellt wurde, wird diese kleinere Anzahl von Zeilen zurückgegeben. Dies colname | target.colname |} ::= [:]varname [, [:]varname ...] Tabelle 80. Arguments for the INSERT-Anweisungsparameter Argument Beschreibung target Der Name der Tabelle oder Ansicht 0 码力 | 701 页 | 3.12 MB | 1 年前3PlantUML 1.2020.23 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong without Default argument value In both procedure and return functions, you can define default values for arguments. PlantUML Sprachreferenz (1.2020.23) 272 / 303 20.9 Unquoted procedure or function [!unquoted] Alice -> Bob : Just one more $inc(3) Alice -> Bob : Add two to three : $inc(3, 2) @enduml Only arguments at the end of the parameter list can have default values. @startuml !procedure defaulttest($x,0 码力 | 304 页 | 3.07 MB | 1 年前3PlantUML 1.2020.22 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong without Default argument value In both procedure and return functions, you can define default values for arguments. PlantUML Sprachreferenz (1.2020.22) 260 / 291 20.9 Unquoted procedure or function [!unquoted] Alice -> Bob : Just one more $inc(3) Alice -> Bob : Add two to three : $inc(3, 2) @enduml Only arguments at the end of the parameter list can have default values. @startuml !procedure defaulttest($x,0 码力 | 292 页 | 2.98 MB | 1 年前3PlantUML 1.2021.3 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong without Default argument value In both procedure and return functions, you can define default values for arguments. @startuml !function $inc($value, $step=1) !return $value + $step !endfunction Alice -> Bob : : Just one more $inc(3) Alice -> Bob : Add two to three : $inc(3, 2) @enduml Only arguments at the end of the parameter list can have default values. PlantUML Sprachreferenz (1.2021.2) 363 / 405 25.90 码力 | 406 页 | 4.22 MB | 1 年前3PlantUML 1.2021.1 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong without Default argument value In both procedure and return functions, you can define default values for arguments. @startuml !function $inc($value, $step=1) !return $value + $step !endfunction Alice -> Bob : : Just one more $inc(3) Alice -> Bob : Add two to three : $inc(3, 2) @enduml Only arguments at the end of the parameter list can have default values. PlantUML Sprachreferenz (1.2021.1) 342 / 383 24.90 码力 | 384 页 | 4.02 MB | 1 年前3PlantUML 1.2021.2 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong without Default argument value In both procedure and return functions, you can define default values for arguments. @startuml !function $inc($value, $step=1) !return $value + $step !endfunction Alice -> Bob : : Just one more $inc(3) Alice -> Bob : Add two to three : $inc(3, 2) @enduml Only arguments at the end of the parameter list can have default values. PlantUML Sprachreferenz (1.2021.2) 347 / 388 25.90 码力 | 389 页 | 4.07 MB | 1 年前3PlantUML 1.2023.11 Sprachreferenz
Default argument value In both procedure and return functions, you can define default values for arguments. @startuml !function $inc($value, $step=1) !return $value + $step !endfunction Alice -> Bob : Sprachreferenz (1.2023.11) 480 / 528 25.8 Unquoted procedure or function [!unquoted] 25 PREPROCESSING Only arguments at the end of the parameter list can have default values. @startuml !procedure defaulttest($x, the unquoted keyword to indicate that a function or a procedure does not require quotes for its arguments. @startuml !unquoted function id($text1, $text2="FOO") !return $text1 + $text2 alice -> bob :0 码力 | 529 页 | 7.46 MB | 1 年前3PlantUML 1.2019.9 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. You have to use my_own_definelong() because my_own_definelong without 6 Default argument value In both return and void functions, you can define default values for arguments. @startuml !function $inc($value, $step=1) !return $value + $step !endfunction Alice -> Bob : : Just one more $inc(3) Alice -> Bob : Add two to three : $inc(3, 2) @enduml Only arguments at the end of the parameter list can have default values. @startuml !function defaulttest($x, $y="DefaultY"0 码力 | 173 页 | 1.93 MB | 1 年前3PlantUML 1.2019.6 Sprachreferenz
replaced by builtin functions (for example %date()) • When calling a legacy !definelong macro with no arguments, you do have to use parenthesis. That is you have to use my_own_definelong() because my_own_definelong possible to use the unquoted keyword to indicate that a function does not require quotes for its arguments. @startuml !unquoted function id($text1, $text2="FOO") return $text1 + $text2 PlantUML Sprachreferenz the length of a String %strlen("foo") 3 in the example %substr Extract a substring. Takes 2 or 3 arguments| %substr("abcdef", 3, 2) "de" in the example %strpos Search a substring in a string %strpos("abcdef"0 码力 | 173 页 | 1.91 MB | 1 年前3PlantUML 1.2019.1 Sprachreferenz
definition You can also define macro with arguments. @startuml !define module(x) component x <> module(ABC) module(XYZ) @enduml Macro can have several arguments. @startuml !define send(a,b,c) a->b 0 码力 | 147 页 | 1.85 MB | 1 年前3
共 13 条
- 1
- 2