public class SqlJetUnpackedRecord extends java.lang.Object implements ISqlJetUnpackedRecord
Constructor and Description |
---|
SqlJetUnpackedRecord() |
Modifier and Type | Method and Description |
---|---|
static void |
delete(SqlJetUnpackedRecord p) |
java.util.Set<SqlJetUnpackedRecordFlags> |
getFlags() |
int |
recordCompare(int nKey1,
ISqlJetMemoryPointer pKey1)
This function compares the two table rows or index records specified by
{nKey1, pKey1} and pPKey2.
|
void |
release() |
void |
setFlags(java.util.Set<SqlJetUnpackedRecordFlags> flags) |
public static void delete(SqlJetUnpackedRecord p)
public int recordCompare(int nKey1, ISqlJetMemoryPointer pKey1) throws SqlJetException
ISqlJetUnpackedRecord
recordCompare
in interface ISqlJetUnpackedRecord
SqlJetException
public java.util.Set<SqlJetUnpackedRecordFlags> getFlags()
public void setFlags(java.util.Set<SqlJetUnpackedRecordFlags> flags)
flags
- the flags to setpublic void release()
release
in interface ISqlJetReleasable
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.