public interface ISqlJetKeyInfo
| Modifier and Type | Method and Description |
|---|---|
SqlJetUnpackedRecord |
recordUnpack(int nKey,
ISqlJetMemoryPointer pKey)
Given the nKey-byte encoding of a record in pKey[], parse the
record into a UnpackedRecord structure.
|
SqlJetUnpackedRecord recordUnpack(int nKey, ISqlJetMemoryPointer pKey)
nKey - Size of the binary recordpKey - The binary recordCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.