BLOB PROPERTIES ( BLOB ; comprimido {; descompTam {; tamanhoAtual}} )
|
BLOB size ( BLOB ) : Integer
|
BLOB TO DOCUMENT ( documento ; BLOB )
|
BLOB to integer ( BLOB ; byteOrdem {; offset} ) : Integer
|
BLOB to list ( BLOB {; offset} ) : Integer
|
BLOB to longint ( BLOB ; byteOrdem {; offset} ) : Integer
|
BLOB to real ( BLOB ; formatoReal {; offset} ) : Real
|
BLOB to text ( BLOB ; formatoTexto {; offset {; compTexto}} ) : Text
|
BLOB TO VARIABLE ( BLOB ; variável {; offset} )
|
COMPRESS BLOB ( BLOB {; compressão} )
|
COPY BLOB ( oriBLOB ; dstBLOB ; oriOffset ; dstOffset ; tamanho )
|
DECRYPT BLOB ( aDecifrar ; enviarChavePub {; recepChavePriv } )
|
DELETE FROM BLOB ( BLOB ; offset ; tamanho )
|
DOCUMENT TO BLOB ( documento ; BLOB )
|
ENCRYPT BLOB ( toEncrypt ; sendPrivKey {; recipPubKey} )
|
EXPAND BLOB ( BLOB )
|
INSERT IN BLOB ( BLOB ; offset ; len {; filler} )
|
[INTEGER TO BLOB ( inteiro ; BLOB ; byteOrdem {; offset |
LIST TO BLOB ( lista ; BLOB {; *} )
|
LONGINT TO BLOB ( longint ; blob ; byteOrder {; offset } ) LONGINT TO BLOB ( longint ; blob ; byteOrder {; *} )
|
REAL TO BLOB ( real ; blob ; realFormat {; offset } ) REAL TO BLOB ( real ; blob ; realFormat {; *} )
|
SET BLOB SIZE ( BLOB ; tamanho {; preenchimento} )
|
[TEXT TO BLOB ( texto ; BLOB {; textFormat {; offset |
[VARIABLE TO BLOB ( variável ; BLOB {; offset |