|
ホーム
|
4D v12.4
BLOB
BLOB
| Compact compression mode |
倍長整数 |
1 |
圧縮解凍の処理速度と引き換えに、BLOBをできるだけ小さく圧縮します。デフォルトモード。 |
| Extended real format |
倍長整数 |
1 |
|
| Fast compression mode |
倍長整数 |
2 |
圧縮率と引き換えにBLOBをできるだけ速く圧縮・解凍します (圧縮されたBLOBのサイズは大きくなります)。 |
| Is not compressed |
倍長整数 |
0 |
|
| Mac C string |
倍長整数 |
0 |
|
| Mac Pascal string |
倍長整数 |
1 |
|
| Mac Text with length |
倍長整数 |
2 |
|
| Mac Text without length |
倍長整数 |
3 |
|
| Macintosh byte ordering |
倍長整数 |
1 |
|
| Macintosh double real format |
倍長整数 |
2 |
|
| Native byte ordering |
倍長整数 |
0 |
|
| Native real format |
倍長整数 |
0 |
|
| PC byte ordering |
倍長整数 |
2 |
|
| PC double real format |
倍長整数 |
3 |
|
| UTF8 C string |
倍長整数 |
4 |
|
| UTF8 Text with length |
倍長整数 |
5 |
|
| UTF8 Text without length |
倍長整数 |
6 |
|
|
プロダクト: 4D
テーマ: 定数テーマリスト
BLOB PROPERTIES
BLOB to integer
BLOB to longint
BLOB to real
BLOB to text
COMPRESS BLOB
INTEGER TO BLOB
LONGINT TO BLOB
REAL TO BLOB
TEXT TO BLOB
|