Das folgende Code-Fragment veranschaulicht die Verwendung von Hostvariablen.
The following code fragment illustrates the use of host variables.
Da ist es wiederdas selbe Code-Fragment.
Kann ein Code-Fragment nicht automatisch in die Zielsprache konvertiert werden, dokumentiert SCT deutlich alle Stellen, an denen manuelle Eingriffe vom Anwendungsentwickler erforderlich werden.
When a code fragment cannot be automatically converted to the target language, SCT will clearly document all locations that require manual input from the application developer.
Das folgende Code-Fragment veranschaulicht das Erstellen und Ausführen einer gespeicherten Prozedur in Embedded SQL
The following code fragment illustrates both creating and executing a stored procedure in embedded SQL
Code-Schablonen konvertieren einen Bezeichner in einen Text oder Code-Fragment.
Code Templates converts an identifier into a text or code fragment.
Inkrementelles Programmieren: Jedes beliebige Code-Fragment ist sofort ausführbar
Wenn sie einzelne Zeilen von stdin lesen wollen, können Sie folgendes Code-Fragment benutzen:<? php
If you want to read single line from stdin, you can use<? php
Nachfolgend wird ein Code-Fragment gezeigt, bei dem die Eingabe $foo auf ihren Wert geprüft wird
In the following table, there's a fragment of code that checks the entry of foo for its value
Diese Regel gilt immer - unabhängig davon, ob Sie das standardmäßige CSS Box Model verwenden oder es mit dem Code-Fragment von Teil 4 umgehen.
This is always the case, regardless of whether you're using the default box model or overriding it with the snippet created in part 4.
Das folgende Code-Fragment veranschaulicht das Erstellen und Ausführen einer Wenn Sie Werte von Hostvariablen an eine gespeicherte Prozedur weitergeben oder die Ausgabevariable abrufen möchten, bereiten Sie eine CALL-Anweisung vor und führen Sie sie aus.
If you want to pass host variable values to a stored procedure or to retrieve the output variables, you prepare and execute a CALL statement.