public class SqlJetBtreeRecord extends java.lang.Object implements ISqlJetBtreeRecord
ISqlJetBtreeRecord
.Constructor and Description |
---|
SqlJetBtreeRecord(ISqlJetBtreeCursor cursor,
boolean isIndex,
int fileFormat) |
SqlJetBtreeRecord(ISqlJetVdbeMem... values) |
SqlJetBtreeRecord(java.util.List<ISqlJetVdbeMem> values) |
Modifier and Type | Method and Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
java.util.List<ISqlJetVdbeMem> |
getFields() |
||||||||||||||||
int |
getFieldsCount() |
||||||||||||||||
long |
getIntField(int field) |
||||||||||||||||
ISqlJetMemoryPointer |
getRawRecord()
Assuming the record contains N fields, the record format looks like this:
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved. |