"Large object" is not found on TREX in German-English direction
Try Searching In English-German (Large object)

Low quality sentence examples

Pg_lo_unlink- Löscht ein Large Object.
Pg_lo_open- Open a large object.
Pg_lo_write- Schreibt in ein Large Object.
Pg_lo_write- Write to a large object.
Pg_lo_unlink() löscht das Large Object mit dem Objektbezeichner oid.
Pg_lo_unlink() deletes a large object with the oid.
Pg_lo_seek- Setzt die Lese- oder Schreibposition in einem Large Object.
Pg_lo_seek- Seeks position within a large object.
PostgreSQL Large Object(LOB) Ressource,
PostgreSQL large object(LOB) resource,
Pg_lo_tell- Gibt die aktuelle Lese- oder Schreibposition in einem Large Object zurück.
Pg_lo_tell- Returns current seek position a of large object.
Pg_lo_open() öffnet ein Large Object und gibt einen Handler(eine Referenz) zurück.
Pg_lo_open() opens a Large Object and returns large object resource.
Pg_lo_close() schließt ein Large Object. large_object ist eine Referenz auf das Large Object, das mit pg_lo_open() geöffnet wurde.
Pg_lo_close() closes a Large Object. large_object is a resource for the large object from pg_lo_open.
Um die Large Object(lo) Schnittstelle benutzen zu können, müssen die Kommandos innerhalb einer Transaktion ausgeführt werden.
To use the large object interface, it is necessary to enclose it within a transaction block.
Pg_lo_read_all() liest ein Large Object vollständig und übergibt es direkt an den Browser, nachdem alle entsprechenden Header gesendet wurden.
Pg_lo_read_all() reads a large object and passes it straight through to the browser after sending all pending headers.
In unserer application.xml unterstützen wir jetzt auch CLOB(Character Large Object) Properties- also große,
In our application. xml, we support CLOB(Character Large Object) properties now- long,
Pg_lo_create() erzeugt ein Large Object und liefert dessen oid zurück. connection bezeichnet eine gültige Datenbankverbindung,
Pg_lo_create() creates a Large Object and returns the oid of the large object. connection specifies a
Die Zugriffsmethoden von PostgreSQL, INV_READ, INV_WRITE und INV_ARCHIVE werden nicht unterstützt, ein Large Object wird immer mit Lese- und Schreibzugriff erzeugt.
PostgreSQL access modes INV_READ, INV_WRITE, and INV_ARCHIVE are not supported, the object is created always with both read and write access.
Öffnet ein Large Object.
Creates a new large object.
Pg_lo_import--Importiert ein Large Object aus einer Datei.
Pg_lo_import--Import a large object from file.
Pg_lo_export--Exportiert ein Large Object in eine Datei.
Pg_lo_export--Export a large object to file.
Bevor Sie die Datenbankverbindung schließen, müssen Sie das Large Object wieder schließen.
Do not close the database connection before closing the large object resource.
Außerdem bemerkte ich, dass es schien viele kleine Objekte direkt über das large Object.
Additionally I noticed that there seemed to be many small objects directly above the large object.
Pg_lo_read_all- Liest ein Large Object vollständig und reicht es direkt an den Browser weiter.
Pg_lo_read_all- Reads an entire large object and send straight to browser.
Gleiches gilt für Binärdaten, die unter dem Progress-Datentyp BLOB(Binary Large Object) gespeichert werden.
The same applies to binary data that are stored under Progress data type BLOB Binary Large Object.