Vertaling van "PSQL code" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The default value for the parameter, in PSQL code
RDB$Der Vorgabewert des Parameters als PSQL-Code.
Custom exceptions can be declared in the database as persistent objects and called in the PSQL code to signal specific errors; for instance, to enforce certain business rules.
Benutzerdefinierte Ausnahmen können in der Datenbank als permanente Objekte deklariert und im PSQL-Code aufgerufen werden, um bestimmte Fehler zu signalisieren, zum Beispiel, um bestimmte Geschäftsregeln durchzusetzen.
In PSQL code (triggers, stored procedures and executable blocks), the results of a SELECT statement can be loaded row-by-row into local variables.
Im PSQL-Code (Trigger, gespeicherte Prozeduren und ausführbare Blöcke) können die Ergebnisse einer SELECT-Anweisung Zeile für Zeile in lokale Variablen geladen werden.
A self-contained, unnamed ("anonymous") block of PSQL code can be executed dynamically in DSQL, using the EXECUTE BLOCK syntax.
Ein in sich abgeschlossener, unbenannter ("anonymous") Block von PSQL-Code kann dynamisch in DSQL unter Verwendung der Syntax EXECUTE BLOCK ausgeführt werden.
Used for: Creating an "anonymous" block of PSQL code in DSQL for immediate execution
Verwendet für: Erstellen eines „anonymen" Blocks von PSQL-Code in DSQL zur sofortigen Ausführung
PSQL code modules consist of a header and a body.
Executes a block of PSQL code as if it were a stored procedure, optionally with input and output parameters and variable declarations.
Führt einen PSQL-Block aus, als wäre es eine gespeicherte Prozedur, optional mit Eingabe- und Ausgabeparametern und Variablendeklarationen.
Fixed the problem with incorrect parsing of PSQL code containing subroutines (Firebird 3).
Das Problem mit dem falschen Parsing von PSQL Code mit Subroutinen wurde behoben (Firebird 3).
In PSQL code, exceptions are handled by means of the WHEN statement.
Im PSQL-Code werden Ausnahmen mit der WHEN-Anweisung behandelt.