メインコンテンツまでスキップ
バージョン: 次へ

BLOB

BLOB PROPERTIES ( BLOB : Blob ; compressed : Integer {; expandedSize : Integer {; currentSize : Integer}} )
BLOB size ( BLOB : Blob ) : Integer
BLOB TO DOCUMENT ( document : Text ; BLOB : Blob )
BLOB to integer ( BLOB : Blob ; byteOrder : Integer {; offset : Variable} ) : Integer
BLOB to list ( BLOB : Blob {; offset : Integer} ) : Integer
BLOB to longint ( BLOB : Blob ; byteOrder : Integer {; offset : Variable} ) : Integer
BLOB to real ( BLOB : Blob ; realFormat : Integer {; offset : Variable} ) : Real
BLOB to text ( BLOB : Blob ; textFormat : Integer {; offset : Variable {; textLength : Integer}} ) : Text
BLOB TO VARIABLE ( BLOB : Blob ; variable : Variable {; offset : Integer} )
COMPRESS BLOB ( BLOB : Blob {; compression : Integer} )
COPY BLOB ( srcBLOB : Blob ; dstBLOB : Blob ; srcOffset : Integer ; dstOffset : Integer ; len : Integer )
DECRYPT BLOB ( toDecrypt : Blob ; sendPubKey : Blob {; recipPrivKey : Blob} )
DELETE FROM BLOB ( BLOB : Blob ; offset : Integer ; len : Integer )
DOCUMENT TO BLOB ( document : Text ; BLOB : Blob )
ENCRYPT BLOB ( toEncrypt : Blob ; sendPrivKey : Blob {; recipPubKey : Blob} )
EXPAND BLOB ( BLOB : Blob )
INSERT IN BLOB ( BLOB : Blob ; offset : Integer ; len : Integer {; filler : Integer} )
INTEGER TO BLOB ( integer ; blob : Blob ; byteOrder {; offset} )
INTEGER TO BLOB ( integer ; blob : Blob ; byteOrder {; *} )

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

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

SET BLOB SIZE ( BLOB : Blob ; size : Integer {; filler : Integer} )
TEXT TO BLOB ( text : Text ; blob : Blob {; textFormat : Integer {; offset}} )
TEXT TO BLOB ( text : Text ; blob : Blob {; textFormat : Integer {; *}} )

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