17.03.2015 23:08, liviusliv...@poczta.onet.pl wrote:
>
>      iValue integer not null,
>      sValue Smallint not null,
>      iValue2 integer not null,
>      iValue3 integer not null
>
> ($CC, $BB, $AA, $11, 0, 0, $DD, $33, 0, 0, 0, 0, $DD, $CC, $BB, $22, 0, 0,
> 0, 0, $DD, $CC, $BB, $22, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 4, 0, 4, 0, 4, 0, 4,
> 0, 4, 0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 0, $FF, $FF, 0, 0, 0, 0, 0, 0, 0, 0, 1,
> 0, 0, 0, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 0, 0, $74, $1B, $54, 8, 0, 0, 0, 0,
> 9, 0, 4, 0, 0, 0, 0, 0, $70, $1B, $54, 8, 0)

$CC, $BB, $AA, $11 -- iValue (aligned at 4-bytes boundary)
0, 0, -- null flag for iValue (aligned at 2-bytes boundary)
$DD, $33 -- sValue (aligned at 2-bytes boundary)
0, 0, -- null flag for sValue (aligned at 2-bytes boundary)
0, 0, -- padding to align iValue2 properly
$DD, $CC, $BB, $22, -- iValue2 (aligned at 4-bytes boundary)
0, 0, -- null flag for iValue2 (aligned at 2-bytes boundary)
0, 0, -- padding to align iValue3 properly
$DD, $CC, $BB, $22, -- iValue3 (aligned at 4-bytes boundary)
etc


Dmitry


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to