Saltar al contenido principal
Versión: 21 R4 BETA

BLOB

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 ( integer : Integer ; blob : Blob {; byteOrder : Integer}{; offset : Variable} )
INTEGER TO BLOB ( integer : Integer ; blob : Blob {; byteOrder : Integer}{; *} )

LIST TO BLOB ( lista : Integer ; BLOB : Blob {; *} )
LONGINT TO BLOB ( longint : Integer ; blob : Blob {; byteOrder : Integer}{; offset : Variable} )
LONGINT TO BLOB ( longint : Integer ; blob : Blob {; byteOrder : Integer}{; *} )

REAL TO BLOB ( real : Real ; blob : Blob ; realFormat : Integer {; offset : Variable } )
REAL TO BLOB ( real : Real ; blob : Blob ; realFormat : Integer {; *} )

SET BLOB SIZE ( BLOB : Blob ; tamaño : Integer {; relleno : Integer} )
TEXT TO BLOB ( text : Text ; blob : Blob {; textFormat : Integer {; offset : Variable }} )
TEXT TO BLOB ( text : Text ; blob : Blob {; textFormat : Integer {; *}} )

VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; offset : Variable } )
VARIABLE TO BLOB ( variable : Variable ; blob : Blob {; *} )