BLOB PROPERTIES ( BLOB : Blob ; comprimido : Integer {; descompTam : Integer {; tamañoActual : Integer}} )
|
BLOB size ( BLOB : Blob ) : Integer
|
BLOB TO DOCUMENT ( documento : Text ; BLOB : Blob )
|
BLOB to integer ( BLOB : Blob ; byteOrden : Integer {; offset : Variable} ) : Integer
|
BLOB to list ( BLOB : Blob {; offset : Integer} ) : Integer
|
BLOB to longint ( BLOB : Blob ; byteOrden : Integer {; offset : Variable} ) : Integer
|
BLOB to real ( BLOB : Blob ; formatoReal : Integer {; offset : Variable} ) : Real
|
BLOB to text ( BLOB : Blob ; formatoTexto : Integer {; offset : Variable {; longitudTexto : Integer}} ) : Text
|
BLOB TO VARIABLE ( BLOB : Blob ; variable : Variable {; offset : Integer} )
|
COMPRESS BLOB ( BLOB : Blob {; compresion : Integer} )
|
COPY BLOB ( srcBLOB : Blob ; dstBLOB : Blob ; srcOffset : Integer ; dstOffset : Integer ; numero : Integer )
|
DECRYPT BLOB ( aDescifrar : Blob ; enviarLlavePub : Blob {; recepLlavePriv : Blob} )
|
DELETE FROM BLOB ( BLOB : Blob ; offset : Integer ; numero : Integer )
|
DOCUMENT TO BLOB ( documento : Text ; BLOB : Blob )
|
ENCRYPT BLOB ( aCifrar : Blob ; enviarLlavePriv : Blob {; recepLlavePub : Blob} )
|
EXPAND BLOB ( BLOB : Blob )
|
INSERT IN BLOB ( BLOB : Blob ; offset : Integer ; numero : Integer {; relleno : Integer} )
|
| [INTEGER TO BLOB ( entero : Integer ; BLOB : Blob ; byteOrden : Integer {; offset |
LIST TO BLOB ( lista : Integer ; BLOB : Blob {; *} )
|
| [LONGINT TO BLOB ( enteroLargo : Integer ; BLOB : Blob ; byteOrden : Integer {; offset |
| [REAL TO BLOB ( real : Real ; BLOB : Blob ; formatoReal : Integer {; offset |
SET BLOB SIZE ( BLOB : Blob ; tamaño : Integer {; relleno : Integer} )
|
| [TEXT TO BLOB ( texto : Text ; BLOB : Blob {; formatoTexto : Integer {; offset |
VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; offset } ) VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; *} )
|